MonitorMetricAlert

Field Type Description
apiVersion string azurerm.kubeform.com/v1alpha1
kind string MonitorMetricAlert
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec MonitorMetricAlertSpec
status MonitorMetricAlertStatus

MonitorMetricAlertSpec

(Appears on:MonitorMetricAlert, MonitorMetricAlertStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
action []MonitorMetricAlertSpecAction (Optional)
autoMitigate bool (Optional)
criteria []MonitorMetricAlertSpecCriteria
description string (Optional)
enabled bool (Optional)
frequency string (Optional)
name string
resourceGroupName string
scopes []string
severity int (Optional)
tags map[string]string (Optional)
windowSize string (Optional)

MonitorMetricAlertSpecAction

(Appears on:MonitorMetricAlertSpec)
Field Type Description
actionGroupID string
webhookProperties map[string]string (Optional)

MonitorMetricAlertSpecCriteria

(Appears on:MonitorMetricAlertSpec)
Field Type Description
aggregation string
dimension []MonitorMetricAlertSpecCriteriaDimension (Optional)
metricName string
metricNamespace string
operator string
threshold encoding/json.Number

MonitorMetricAlertSpecCriteriaDimension

(Appears on:MonitorMetricAlertSpecCriteria)
Field Type Description
name string
operator string
values []string

MonitorMetricAlertStatus

(Appears on:MonitorMetricAlert)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output MonitorMetricAlertSpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)