MonitorMetricAlertrule

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

MonitorMetricAlertruleSpec

(Appears on:MonitorMetricAlertrule, MonitorMetricAlertruleStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
aggregation string
description string (Optional)
emailAction []MonitorMetricAlertruleSpecEmailAction (Optional)
enabled bool (Optional)
location string
metricName string
name string
operator string
period string
resourceGroupName string
resourceID string
tags map[string]string (Optional)
threshold encoding/json.Number
webhookAction []MonitorMetricAlertruleSpecWebhookAction (Optional)

MonitorMetricAlertruleSpecEmailAction

(Appears on:MonitorMetricAlertruleSpec)
Field Type Description
customEmails []string (Optional)
sendToServiceOwners bool (Optional)

MonitorMetricAlertruleSpecWebhookAction

(Appears on:MonitorMetricAlertruleSpec)
Field Type Description
properties map[string]string (Optional)
serviceURI string

MonitorMetricAlertruleStatus

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