v1alpha2

Reference information for metrics.keptn.sh/v1alpha2

Packages

metrics.keptn.sh/v1alpha2

Package v1alpha2 contains API Schema definitions for the metrics v1alpha2 API group

Resource Types

KeptnMetric

KeptnMetric is the Schema for the keptnmetrics API

Appears in:

Field Description
apiVersion string metrics.keptn.sh/v1alpha2
kind string KeptnMetric
metadata ObjectMeta Refer to Kubernetes API documentation for fields of metadata.
spec KeptnMetricSpec
status KeptnMetricStatus

KeptnMetricList

KeptnMetricList contains a list of KeptnMetric

Field Description
apiVersion string metrics.keptn.sh/v1alpha2
kind string KeptnMetricList
metadata ListMeta Refer to Kubernetes API documentation for fields of metadata.
items KeptnMetric array

KeptnMetricSpec

KeptnMetricSpec defines the desired state of KeptnMetric

Appears in:

Field Description
provider ProviderRef Provider represents the provider object
query string Query represents the query to be run
fetchIntervalSeconds integer FetchIntervalSeconds represents the update frequency in seconds that is used to update the metric

KeptnMetricStatus

KeptnMetricStatus defines the observed state of KeptnMetric

Appears in:

Field Description
value string Value represents the resulting value
rawValue integer array RawValue represents the resulting value in raw format
lastUpdated Time LastUpdated represents the time when the status data was last updated

KeptnMetricsProvider

KeptnMetricsProvider is the Schema for the keptnmetricsproviders API

Appears in:

Field Description
apiVersion string metrics.keptn.sh/v1alpha2
kind string KeptnMetricsProvider
metadata ObjectMeta Refer to Kubernetes API documentation for fields of metadata.
spec KeptnMetricsProviderSpec
status string unused field

KeptnMetricsProviderList

KeptnMetricsProviderList contains a list of KeptnMetricsProvider

Field Description
apiVersion string metrics.keptn.sh/v1alpha2
kind string KeptnMetricsProviderList
metadata ListMeta Refer to Kubernetes API documentation for fields of metadata.
items KeptnMetricsProvider array

KeptnMetricsProviderSpec

KeptnMetricsProviderSpec defines the desired state of KeptnMetricsProvider

Appears in:

Field Description
targetServer string
secretKeyRef SecretKeySelector

ProviderRef

ProviderRef represents the provider object

Appears in:

Field Description
name string Name of the provider
Last modified 2023-11-03: docs: release 0.9.0 (#2396) (fef5826)