Documentation ¶
Overview ¶
Package storage contains API Schema definitions for the insights storage API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=insights.azure.com +versionName=v1api20231201storage
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
- Constants
- Variables
- type APIVersion
- type Actions
- type Actions_STATUS
- type Condition
- type Condition_FailingPeriods
- type Condition_FailingPeriods_STATUS
- type Condition_STATUS
- type Dimension
- type Dimension_STATUS
- type Identity
- type Identity_STATUS
- type RuleResolveConfiguration
- type RuleResolveConfiguration_STATUS
- type ScheduledQueryRule
- func (rule *ScheduledQueryRule) AzureName() string
- func (rule *ScheduledQueryRule) ConfigMapDestinationExpressions() []*core.DestinationExpression
- func (in *ScheduledQueryRule) DeepCopy() *ScheduledQueryRule
- func (in *ScheduledQueryRule) DeepCopyInto(out *ScheduledQueryRule)
- func (in *ScheduledQueryRule) DeepCopyObject() runtime.Object
- func (rule ScheduledQueryRule) GetAPIVersion() string
- func (rule *ScheduledQueryRule) GetConditions() conditions.Conditions
- func (rule *ScheduledQueryRule) GetResourceScope() genruntime.ResourceScope
- func (rule *ScheduledQueryRule) GetSpec() genruntime.ConvertibleSpec
- func (rule *ScheduledQueryRule) GetStatus() genruntime.ConvertibleStatus
- func (rule *ScheduledQueryRule) GetSupportedOperations() []genruntime.ResourceOperation
- func (rule *ScheduledQueryRule) GetType() string
- func (rule *ScheduledQueryRule) Hub()
- func (rule *ScheduledQueryRule) NewEmptyStatus() genruntime.ConvertibleStatus
- func (rule *ScheduledQueryRule) OriginalGVK() *schema.GroupVersionKind
- func (rule *ScheduledQueryRule) Owner() *genruntime.ResourceReference
- func (rule *ScheduledQueryRule) SecretDestinationExpressions() []*core.DestinationExpression
- func (rule *ScheduledQueryRule) SetConditions(conditions conditions.Conditions)
- func (rule *ScheduledQueryRule) SetStatus(status genruntime.ConvertibleStatus) error
- type ScheduledQueryRuleCriteria
- type ScheduledQueryRuleCriteria_STATUS
- type ScheduledQueryRuleList
- type ScheduledQueryRuleOperatorSpec
- type ScheduledQueryRule_STATUS
- func (rule *ScheduledQueryRule_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
- func (rule *ScheduledQueryRule_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
- func (in *ScheduledQueryRule_STATUS) DeepCopy() *ScheduledQueryRule_STATUS
- func (in *ScheduledQueryRule_STATUS) DeepCopyInto(out *ScheduledQueryRule_STATUS)
- type ScheduledQueryRule_Spec
- func (rule *ScheduledQueryRule_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
- func (rule *ScheduledQueryRule_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
- func (in *ScheduledQueryRule_Spec) DeepCopy() *ScheduledQueryRule_Spec
- func (in *ScheduledQueryRule_Spec) DeepCopyInto(out *ScheduledQueryRule_Spec)
- type SystemData_STATUS
- type UserAssignedIdentityDetails
- type UserIdentityProperties_STATUS
Constants ¶
const APIVersion_Value = APIVersion("2023-12-01")
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "insights.azure.com", Version: "v1api20231201storage"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type APIVersion ¶
type APIVersion string
Storage version of v1api20231201.APIVersion +kubebuilder:validation:Enum={"2023-12-01"}
type Actions ¶
type Actions struct { ActionGroupsReferences []genruntime.ResourceReference `armReference:"ActionGroups" json:"actionGroupsReferences,omitempty"` ActionProperties map[string]string `json:"actionProperties,omitempty"` CustomProperties map[string]string `json:"customProperties,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20231201.Actions Actions to invoke when the alert fires.
func (*Actions) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Actions.
func (*Actions) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Actions_STATUS ¶
type Actions_STATUS struct { ActionGroups []string `json:"actionGroups,omitempty"` ActionProperties map[string]string `json:"actionProperties,omitempty"` CustomProperties map[string]string `json:"customProperties,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20231201.Actions_STATUS Actions to invoke when the alert fires.
func (*Actions_STATUS) DeepCopy ¶
func (in *Actions_STATUS) DeepCopy() *Actions_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Actions_STATUS.
func (*Actions_STATUS) DeepCopyInto ¶
func (in *Actions_STATUS) DeepCopyInto(out *Actions_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Condition ¶
type Condition struct { Dimensions []Dimension `json:"dimensions,omitempty"` FailingPeriods *Condition_FailingPeriods `json:"failingPeriods,omitempty"` MetricMeasureColumn *string `json:"metricMeasureColumn,omitempty"` MetricName *string `json:"metricName,omitempty"` Operator *string `json:"operator,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Query *string `json:"query,omitempty"` // ResourceIdColumnReference: The column containing the resource id. The content of the column must be a uri formatted as // resource id. Relevant only for rules of the kind LogAlert. ResourceIdColumnReference *genruntime.ResourceReference `armReference:"ResourceIdColumn" json:"resourceIdColumnReference,omitempty"` Threshold *float64 `json:"threshold,omitempty"` TimeAggregation *string `json:"timeAggregation,omitempty"` }
Storage version of v1api20231201.Condition A condition of the scheduled query rule.
func (*Condition) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Condition.
func (*Condition) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Condition_FailingPeriods ¶
type Condition_FailingPeriods struct { MinFailingPeriodsToAlert *int `json:"minFailingPeriodsToAlert,omitempty"` NumberOfEvaluationPeriods *int `json:"numberOfEvaluationPeriods,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20231201.Condition_FailingPeriods
func (*Condition_FailingPeriods) DeepCopy ¶
func (in *Condition_FailingPeriods) DeepCopy() *Condition_FailingPeriods
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Condition_FailingPeriods.
func (*Condition_FailingPeriods) DeepCopyInto ¶
func (in *Condition_FailingPeriods) DeepCopyInto(out *Condition_FailingPeriods)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Condition_FailingPeriods_STATUS ¶
type Condition_FailingPeriods_STATUS struct { MinFailingPeriodsToAlert *int `json:"minFailingPeriodsToAlert,omitempty"` NumberOfEvaluationPeriods *int `json:"numberOfEvaluationPeriods,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20231201.Condition_FailingPeriods_STATUS
func (*Condition_FailingPeriods_STATUS) DeepCopy ¶
func (in *Condition_FailingPeriods_STATUS) DeepCopy() *Condition_FailingPeriods_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Condition_FailingPeriods_STATUS.
func (*Condition_FailingPeriods_STATUS) DeepCopyInto ¶
func (in *Condition_FailingPeriods_STATUS) DeepCopyInto(out *Condition_FailingPeriods_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Condition_STATUS ¶
type Condition_STATUS struct { Dimensions []Dimension_STATUS `json:"dimensions,omitempty"` FailingPeriods *Condition_FailingPeriods_STATUS `json:"failingPeriods,omitempty"` MetricMeasureColumn *string `json:"metricMeasureColumn,omitempty"` MetricName *string `json:"metricName,omitempty"` Operator *string `json:"operator,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Query *string `json:"query,omitempty"` ResourceIdColumn *string `json:"resourceIdColumn,omitempty"` Threshold *float64 `json:"threshold,omitempty"` TimeAggregation *string `json:"timeAggregation,omitempty"` }
Storage version of v1api20231201.Condition_STATUS A condition of the scheduled query rule.
func (*Condition_STATUS) DeepCopy ¶
func (in *Condition_STATUS) DeepCopy() *Condition_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Condition_STATUS.
func (*Condition_STATUS) DeepCopyInto ¶
func (in *Condition_STATUS) DeepCopyInto(out *Condition_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Dimension ¶
type Dimension struct { Name *string `json:"name,omitempty"` Operator *string `json:"operator,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Values []string `json:"values,omitempty"` }
Storage version of v1api20231201.Dimension Dimension splitting and filtering definition
func (*Dimension) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Dimension.
func (*Dimension) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Dimension_STATUS ¶
type Dimension_STATUS struct { Name *string `json:"name,omitempty"` Operator *string `json:"operator,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Values []string `json:"values,omitempty"` }
Storage version of v1api20231201.Dimension_STATUS Dimension splitting and filtering definition
func (*Dimension_STATUS) DeepCopy ¶
func (in *Dimension_STATUS) DeepCopy() *Dimension_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Dimension_STATUS.
func (*Dimension_STATUS) DeepCopyInto ¶
func (in *Dimension_STATUS) DeepCopyInto(out *Dimension_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Identity ¶
type Identity struct { PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Type *string `json:"type,omitempty"` UserAssignedIdentities []UserAssignedIdentityDetails `json:"userAssignedIdentities,omitempty"` }
Storage version of v1api20231201.Identity Identity for the resource.
func (*Identity) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Identity.
func (*Identity) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Identity_STATUS ¶
type Identity_STATUS struct { PrincipalId *string `json:"principalId,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` TenantId *string `json:"tenantId,omitempty"` Type *string `json:"type,omitempty"` UserAssignedIdentities map[string]UserIdentityProperties_STATUS `json:"userAssignedIdentities,omitempty"` }
Storage version of v1api20231201.Identity_STATUS Identity for the resource.
func (*Identity_STATUS) DeepCopy ¶
func (in *Identity_STATUS) DeepCopy() *Identity_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Identity_STATUS.
func (*Identity_STATUS) DeepCopyInto ¶
func (in *Identity_STATUS) DeepCopyInto(out *Identity_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RuleResolveConfiguration ¶
type RuleResolveConfiguration struct { AutoResolved *bool `json:"autoResolved,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` TimeToResolve *string `json:"timeToResolve,omitempty"` }
Storage version of v1api20231201.RuleResolveConfiguration TBD. Relevant only for rules of the kind LogAlert.
func (*RuleResolveConfiguration) DeepCopy ¶
func (in *RuleResolveConfiguration) DeepCopy() *RuleResolveConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RuleResolveConfiguration.
func (*RuleResolveConfiguration) DeepCopyInto ¶
func (in *RuleResolveConfiguration) DeepCopyInto(out *RuleResolveConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RuleResolveConfiguration_STATUS ¶
type RuleResolveConfiguration_STATUS struct { AutoResolved *bool `json:"autoResolved,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` TimeToResolve *string `json:"timeToResolve,omitempty"` }
Storage version of v1api20231201.RuleResolveConfiguration_STATUS TBD. Relevant only for rules of the kind LogAlert.
func (*RuleResolveConfiguration_STATUS) DeepCopy ¶
func (in *RuleResolveConfiguration_STATUS) DeepCopy() *RuleResolveConfiguration_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RuleResolveConfiguration_STATUS.
func (*RuleResolveConfiguration_STATUS) DeepCopyInto ¶
func (in *RuleResolveConfiguration_STATUS) DeepCopyInto(out *RuleResolveConfiguration_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ScheduledQueryRule ¶
type ScheduledQueryRule struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ScheduledQueryRule_Spec `json:"spec,omitempty"` Status ScheduledQueryRule_STATUS `json:"status,omitempty"` }
+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:storageversion +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Storage version of v1api20231201.ScheduledQueryRule Generator information: - Generated from: /monitor/resource-manager/Microsoft.Insights/stable/2023-12-01/scheduledQueryRule_API.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/scheduledQueryRules/{ruleName}
func (*ScheduledQueryRule) AzureName ¶
func (rule *ScheduledQueryRule) AzureName() string
AzureName returns the Azure name of the resource
func (*ScheduledQueryRule) ConfigMapDestinationExpressions ¶
func (rule *ScheduledQueryRule) ConfigMapDestinationExpressions() []*core.DestinationExpression
ConfigMapDestinationExpressions returns the Spec.OperatorSpec.ConfigMapExpressions property
func (*ScheduledQueryRule) DeepCopy ¶
func (in *ScheduledQueryRule) DeepCopy() *ScheduledQueryRule
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledQueryRule.
func (*ScheduledQueryRule) DeepCopyInto ¶
func (in *ScheduledQueryRule) DeepCopyInto(out *ScheduledQueryRule)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ScheduledQueryRule) DeepCopyObject ¶
func (in *ScheduledQueryRule) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (ScheduledQueryRule) GetAPIVersion ¶
func (rule ScheduledQueryRule) GetAPIVersion() string
GetAPIVersion returns the ARM API version of the resource. This is always "2023-12-01"
func (*ScheduledQueryRule) GetConditions ¶
func (rule *ScheduledQueryRule) GetConditions() conditions.Conditions
GetConditions returns the conditions of the resource
func (*ScheduledQueryRule) GetResourceScope ¶
func (rule *ScheduledQueryRule) GetResourceScope() genruntime.ResourceScope
GetResourceScope returns the scope of the resource
func (*ScheduledQueryRule) GetSpec ¶
func (rule *ScheduledQueryRule) GetSpec() genruntime.ConvertibleSpec
GetSpec returns the specification of this resource
func (*ScheduledQueryRule) GetStatus ¶
func (rule *ScheduledQueryRule) GetStatus() genruntime.ConvertibleStatus
GetStatus returns the status of this resource
func (*ScheduledQueryRule) GetSupportedOperations ¶
func (rule *ScheduledQueryRule) GetSupportedOperations() []genruntime.ResourceOperation
GetSupportedOperations returns the operations supported by the resource
func (*ScheduledQueryRule) GetType ¶
func (rule *ScheduledQueryRule) GetType() string
GetType returns the ARM Type of the resource. This is always "Microsoft.Insights/scheduledQueryRules"
func (*ScheduledQueryRule) Hub ¶
func (rule *ScheduledQueryRule) Hub()
Hub marks that this ScheduledQueryRule is the hub type for conversion
func (*ScheduledQueryRule) NewEmptyStatus ¶
func (rule *ScheduledQueryRule) NewEmptyStatus() genruntime.ConvertibleStatus
NewEmptyStatus returns a new empty (blank) status
func (*ScheduledQueryRule) OriginalGVK ¶
func (rule *ScheduledQueryRule) OriginalGVK() *schema.GroupVersionKind
OriginalGVK returns a GroupValueKind for the original API version used to create the resource
func (*ScheduledQueryRule) Owner ¶
func (rule *ScheduledQueryRule) Owner() *genruntime.ResourceReference
Owner returns the ResourceReference of the owner
func (*ScheduledQueryRule) SecretDestinationExpressions ¶
func (rule *ScheduledQueryRule) SecretDestinationExpressions() []*core.DestinationExpression
SecretDestinationExpressions returns the Spec.OperatorSpec.SecretExpressions property
func (*ScheduledQueryRule) SetConditions ¶
func (rule *ScheduledQueryRule) SetConditions(conditions conditions.Conditions)
SetConditions sets the conditions on the resource status
func (*ScheduledQueryRule) SetStatus ¶
func (rule *ScheduledQueryRule) SetStatus(status genruntime.ConvertibleStatus) error
SetStatus sets the status of this resource
type ScheduledQueryRuleCriteria ¶
type ScheduledQueryRuleCriteria struct { AllOf []Condition `json:"allOf,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20231201.ScheduledQueryRuleCriteria The rule criteria that defines the conditions of the scheduled query rule.
func (*ScheduledQueryRuleCriteria) DeepCopy ¶
func (in *ScheduledQueryRuleCriteria) DeepCopy() *ScheduledQueryRuleCriteria
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledQueryRuleCriteria.
func (*ScheduledQueryRuleCriteria) DeepCopyInto ¶
func (in *ScheduledQueryRuleCriteria) DeepCopyInto(out *ScheduledQueryRuleCriteria)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ScheduledQueryRuleCriteria_STATUS ¶
type ScheduledQueryRuleCriteria_STATUS struct { AllOf []Condition_STATUS `json:"allOf,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20231201.ScheduledQueryRuleCriteria_STATUS The rule criteria that defines the conditions of the scheduled query rule.
func (*ScheduledQueryRuleCriteria_STATUS) DeepCopy ¶
func (in *ScheduledQueryRuleCriteria_STATUS) DeepCopy() *ScheduledQueryRuleCriteria_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledQueryRuleCriteria_STATUS.
func (*ScheduledQueryRuleCriteria_STATUS) DeepCopyInto ¶
func (in *ScheduledQueryRuleCriteria_STATUS) DeepCopyInto(out *ScheduledQueryRuleCriteria_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ScheduledQueryRuleList ¶
type ScheduledQueryRuleList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ScheduledQueryRule `json:"items"` }
+kubebuilder:object:root=true Storage version of v1api20231201.ScheduledQueryRule Generator information: - Generated from: /monitor/resource-manager/Microsoft.Insights/stable/2023-12-01/scheduledQueryRule_API.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/scheduledQueryRules/{ruleName}
func (*ScheduledQueryRuleList) DeepCopy ¶
func (in *ScheduledQueryRuleList) DeepCopy() *ScheduledQueryRuleList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledQueryRuleList.
func (*ScheduledQueryRuleList) DeepCopyInto ¶
func (in *ScheduledQueryRuleList) DeepCopyInto(out *ScheduledQueryRuleList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ScheduledQueryRuleList) DeepCopyObject ¶
func (in *ScheduledQueryRuleList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ScheduledQueryRuleOperatorSpec ¶
type ScheduledQueryRuleOperatorSpec struct { ConfigMapExpressions []*core.DestinationExpression `json:"configMapExpressions,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` SecretExpressions []*core.DestinationExpression `json:"secretExpressions,omitempty"` }
Storage version of v1api20231201.ScheduledQueryRuleOperatorSpec Details for configuring operator behavior. Fields in this struct are interpreted by the operator directly rather than being passed to Azure
func (*ScheduledQueryRuleOperatorSpec) DeepCopy ¶
func (in *ScheduledQueryRuleOperatorSpec) DeepCopy() *ScheduledQueryRuleOperatorSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledQueryRuleOperatorSpec.
func (*ScheduledQueryRuleOperatorSpec) DeepCopyInto ¶
func (in *ScheduledQueryRuleOperatorSpec) DeepCopyInto(out *ScheduledQueryRuleOperatorSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ScheduledQueryRule_STATUS ¶
type ScheduledQueryRule_STATUS struct { Actions *Actions_STATUS `json:"actions,omitempty"` AutoMitigate *bool `json:"autoMitigate,omitempty"` CheckWorkspaceAlertsStorageConfigured *bool `json:"checkWorkspaceAlertsStorageConfigured,omitempty"` Conditions []conditions.Condition `json:"conditions,omitempty"` CreatedWithApiVersion *string `json:"createdWithApiVersion,omitempty"` Criteria *ScheduledQueryRuleCriteria_STATUS `json:"criteria,omitempty"` Description *string `json:"description,omitempty"` DisplayName *string `json:"displayName,omitempty"` Enabled *bool `json:"enabled,omitempty"` Etag *string `json:"etag,omitempty"` EvaluationFrequency *string `json:"evaluationFrequency,omitempty"` Id *string `json:"id,omitempty"` Identity *Identity_STATUS `json:"identity,omitempty"` IsLegacyLogAnalyticsRule *bool `json:"isLegacyLogAnalyticsRule,omitempty"` IsWorkspaceAlertsStorageConfigured *bool `json:"isWorkspaceAlertsStorageConfigured,omitempty"` Kind *string `json:"kind,omitempty"` Location *string `json:"location,omitempty"` MuteActionsDuration *string `json:"muteActionsDuration,omitempty"` Name *string `json:"name,omitempty"` OverrideQueryTimeRange *string `json:"overrideQueryTimeRange,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` ResolveConfiguration *RuleResolveConfiguration_STATUS `json:"resolveConfiguration,omitempty"` Scopes []string `json:"scopes,omitempty"` Severity *int `json:"severity,omitempty"` SkipQueryValidation *bool `json:"skipQueryValidation,omitempty"` SystemData *SystemData_STATUS `json:"systemData,omitempty"` Tags map[string]string `json:"tags,omitempty"` TargetResourceTypes []string `json:"targetResourceTypes,omitempty"` Type *string `json:"type,omitempty"` WindowSize *string `json:"windowSize,omitempty"` }
Storage version of v1api20231201.ScheduledQueryRule_STATUS
func (*ScheduledQueryRule_STATUS) ConvertStatusFrom ¶
func (rule *ScheduledQueryRule_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
ConvertStatusFrom populates our ScheduledQueryRule_STATUS from the provided source
func (*ScheduledQueryRule_STATUS) ConvertStatusTo ¶
func (rule *ScheduledQueryRule_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
ConvertStatusTo populates the provided destination from our ScheduledQueryRule_STATUS
func (*ScheduledQueryRule_STATUS) DeepCopy ¶
func (in *ScheduledQueryRule_STATUS) DeepCopy() *ScheduledQueryRule_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledQueryRule_STATUS.
func (*ScheduledQueryRule_STATUS) DeepCopyInto ¶
func (in *ScheduledQueryRule_STATUS) DeepCopyInto(out *ScheduledQueryRule_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ScheduledQueryRule_Spec ¶
type ScheduledQueryRule_Spec struct { Actions *Actions `json:"actions,omitempty"` AutoMitigate *bool `json:"autoMitigate,omitempty"` // AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it // doesn't have to be. AzureName string `json:"azureName,omitempty"` CheckWorkspaceAlertsStorageConfigured *bool `json:"checkWorkspaceAlertsStorageConfigured,omitempty"` Criteria *ScheduledQueryRuleCriteria `json:"criteria,omitempty"` Description *string `json:"description,omitempty"` DisplayName *string `json:"displayName,omitempty"` Enabled *bool `json:"enabled,omitempty"` EvaluationFrequency *string `json:"evaluationFrequency,omitempty"` Identity *Identity `json:"identity,omitempty"` Kind *string `json:"kind,omitempty"` Location *string `json:"location,omitempty"` MuteActionsDuration *string `json:"muteActionsDuration,omitempty"` OperatorSpec *ScheduledQueryRuleOperatorSpec `json:"operatorSpec,omitempty"` OriginalVersion string `json:"originalVersion,omitempty"` OverrideQueryTimeRange *string `json:"overrideQueryTimeRange,omitempty"` // +kubebuilder:validation:Required // Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also // controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a // reference to a resources.azure.com/ResourceGroup resource Owner *genruntime.KnownResourceReference `group:"resources.azure.com" json:"owner,omitempty" kind:"ResourceGroup"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` ResolveConfiguration *RuleResolveConfiguration `json:"resolveConfiguration,omitempty"` ScopesReferences []genruntime.ResourceReference `armReference:"Scopes" json:"scopesReferences,omitempty"` Severity *int `json:"severity,omitempty"` SkipQueryValidation *bool `json:"skipQueryValidation,omitempty"` Tags map[string]string `json:"tags,omitempty"` TargetResourceTypes []string `json:"targetResourceTypes,omitempty"` WindowSize *string `json:"windowSize,omitempty"` }
Storage version of v1api20231201.ScheduledQueryRule_Spec
func (*ScheduledQueryRule_Spec) ConvertSpecFrom ¶
func (rule *ScheduledQueryRule_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
ConvertSpecFrom populates our ScheduledQueryRule_Spec from the provided source
func (*ScheduledQueryRule_Spec) ConvertSpecTo ¶
func (rule *ScheduledQueryRule_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
ConvertSpecTo populates the provided destination from our ScheduledQueryRule_Spec
func (*ScheduledQueryRule_Spec) DeepCopy ¶
func (in *ScheduledQueryRule_Spec) DeepCopy() *ScheduledQueryRule_Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScheduledQueryRule_Spec.
func (*ScheduledQueryRule_Spec) DeepCopyInto ¶
func (in *ScheduledQueryRule_Spec) DeepCopyInto(out *ScheduledQueryRule_Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SystemData_STATUS ¶
type SystemData_STATUS struct { CreatedAt *string `json:"createdAt,omitempty"` CreatedBy *string `json:"createdBy,omitempty"` CreatedByType *string `json:"createdByType,omitempty"` LastModifiedAt *string `json:"lastModifiedAt,omitempty"` LastModifiedBy *string `json:"lastModifiedBy,omitempty"` LastModifiedByType *string `json:"lastModifiedByType,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20231201.SystemData_STATUS Metadata pertaining to creation and last modification of the resource.
func (*SystemData_STATUS) DeepCopy ¶
func (in *SystemData_STATUS) DeepCopy() *SystemData_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SystemData_STATUS.
func (*SystemData_STATUS) DeepCopyInto ¶
func (in *SystemData_STATUS) DeepCopyInto(out *SystemData_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UserAssignedIdentityDetails ¶
type UserAssignedIdentityDetails struct { PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Reference genruntime.ResourceReference `armReference:"Reference" json:"reference,omitempty"` }
Storage version of v1api20231201.UserAssignedIdentityDetails Information about the user assigned identity for the resource
func (*UserAssignedIdentityDetails) DeepCopy ¶
func (in *UserAssignedIdentityDetails) DeepCopy() *UserAssignedIdentityDetails
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityDetails.
func (*UserAssignedIdentityDetails) DeepCopyInto ¶
func (in *UserAssignedIdentityDetails) DeepCopyInto(out *UserAssignedIdentityDetails)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UserIdentityProperties_STATUS ¶
type UserIdentityProperties_STATUS struct { ClientId *string `json:"clientId,omitempty"` PrincipalId *string `json:"principalId,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1api20231201.UserIdentityProperties_STATUS User assigned identity properties.
func (*UserIdentityProperties_STATUS) DeepCopy ¶
func (in *UserIdentityProperties_STATUS) DeepCopy() *UserIdentityProperties_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserIdentityProperties_STATUS.
func (*UserIdentityProperties_STATUS) DeepCopyInto ¶
func (in *UserIdentityProperties_STATUS) DeepCopyInto(out *UserIdentityProperties_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.