Versions in this module Expand all Collapse all v2 v2.12.0 Feb 12, 2025 v2.11.0 Nov 12, 2024 Changes in this version + const APIVersion_Value + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type APIVersion string + type DiagnosticSetting struct + Spec DiagnosticSetting_Spec + Status DiagnosticSetting_STATUS + func (in *DiagnosticSetting) DeepCopy() *DiagnosticSetting + func (in *DiagnosticSetting) DeepCopyInto(out *DiagnosticSetting) + func (in *DiagnosticSetting) DeepCopyObject() runtime.Object + func (setting *DiagnosticSetting) AzureName() string + func (setting *DiagnosticSetting) ConfigMapDestinationExpressions() []*core.DestinationExpression + func (setting *DiagnosticSetting) GetConditions() conditions.Conditions + func (setting *DiagnosticSetting) GetResourceScope() genruntime.ResourceScope + func (setting *DiagnosticSetting) GetSpec() genruntime.ConvertibleSpec + func (setting *DiagnosticSetting) GetStatus() genruntime.ConvertibleStatus + func (setting *DiagnosticSetting) GetSupportedOperations() []genruntime.ResourceOperation + func (setting *DiagnosticSetting) GetType() string + func (setting *DiagnosticSetting) Hub() + func (setting *DiagnosticSetting) NewEmptyStatus() genruntime.ConvertibleStatus + func (setting *DiagnosticSetting) OriginalGVK() *schema.GroupVersionKind + func (setting *DiagnosticSetting) Owner() *genruntime.ResourceReference + func (setting *DiagnosticSetting) SecretDestinationExpressions() []*core.DestinationExpression + func (setting *DiagnosticSetting) SetConditions(conditions conditions.Conditions) + func (setting *DiagnosticSetting) SetStatus(status genruntime.ConvertibleStatus) error + func (setting DiagnosticSetting) GetAPIVersion() string + type DiagnosticSettingList struct + Items []DiagnosticSetting + func (in *DiagnosticSettingList) DeepCopy() *DiagnosticSettingList + func (in *DiagnosticSettingList) DeepCopyInto(out *DiagnosticSettingList) + func (in *DiagnosticSettingList) DeepCopyObject() runtime.Object + type DiagnosticSettingOperatorSpec struct + ConfigMapExpressions []*core.DestinationExpression + PropertyBag genruntime.PropertyBag + SecretExpressions []*core.DestinationExpression + func (in *DiagnosticSettingOperatorSpec) DeepCopy() *DiagnosticSettingOperatorSpec + func (in *DiagnosticSettingOperatorSpec) DeepCopyInto(out *DiagnosticSettingOperatorSpec) + type DiagnosticSetting_STATUS struct + Conditions []conditions.Condition + EventHubAuthorizationRuleId *string + EventHubName *string + Id *string + LogAnalyticsDestinationType *string + Logs []LogSettings_STATUS + MarketplacePartnerId *string + Metrics []MetricSettings_STATUS + Name *string + PropertyBag genruntime.PropertyBag + ServiceBusRuleId *string + StorageAccountId *string + SystemData *SystemData_STATUS + Type *string + WorkspaceId *string + func (in *DiagnosticSetting_STATUS) DeepCopy() *DiagnosticSetting_STATUS + func (in *DiagnosticSetting_STATUS) DeepCopyInto(out *DiagnosticSetting_STATUS) + func (setting *DiagnosticSetting_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error + func (setting *DiagnosticSetting_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error + type DiagnosticSetting_Spec struct + AzureName string + EventHubAuthorizationRuleReference *genruntime.ResourceReference + EventHubName *string + LogAnalyticsDestinationType *string + Logs []LogSettings + MarketplacePartnerReference *genruntime.ResourceReference + Metrics []MetricSettings + OperatorSpec *DiagnosticSettingOperatorSpec + OriginalVersion string + Owner *genruntime.ArbitraryOwnerReference + PropertyBag genruntime.PropertyBag + ServiceBusRuleId *string + StorageAccountReference *genruntime.ResourceReference + WorkspaceReference *genruntime.ResourceReference + func (in *DiagnosticSetting_Spec) DeepCopy() *DiagnosticSetting_Spec + func (in *DiagnosticSetting_Spec) DeepCopyInto(out *DiagnosticSetting_Spec) + func (setting *DiagnosticSetting_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error + func (setting *DiagnosticSetting_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error + type LogSettings struct + Category *string + CategoryGroup *string + Enabled *bool + PropertyBag genruntime.PropertyBag + RetentionPolicy *RetentionPolicy + func (in *LogSettings) DeepCopy() *LogSettings + func (in *LogSettings) DeepCopyInto(out *LogSettings) + type LogSettings_STATUS struct + Category *string + CategoryGroup *string + Enabled *bool + PropertyBag genruntime.PropertyBag + RetentionPolicy *RetentionPolicy_STATUS + func (in *LogSettings_STATUS) DeepCopy() *LogSettings_STATUS + func (in *LogSettings_STATUS) DeepCopyInto(out *LogSettings_STATUS) + type MetricSettings struct + Category *string + Enabled *bool + PropertyBag genruntime.PropertyBag + RetentionPolicy *RetentionPolicy + TimeGrain *string + func (in *MetricSettings) DeepCopy() *MetricSettings + func (in *MetricSettings) DeepCopyInto(out *MetricSettings) + type MetricSettings_STATUS struct + Category *string + Enabled *bool + PropertyBag genruntime.PropertyBag + RetentionPolicy *RetentionPolicy_STATUS + TimeGrain *string + func (in *MetricSettings_STATUS) DeepCopy() *MetricSettings_STATUS + func (in *MetricSettings_STATUS) DeepCopyInto(out *MetricSettings_STATUS) + type RetentionPolicy struct + Days *int + Enabled *bool + PropertyBag genruntime.PropertyBag + func (in *RetentionPolicy) DeepCopy() *RetentionPolicy + func (in *RetentionPolicy) DeepCopyInto(out *RetentionPolicy) + type RetentionPolicy_STATUS struct + Days *int + Enabled *bool + PropertyBag genruntime.PropertyBag + func (in *RetentionPolicy_STATUS) DeepCopy() *RetentionPolicy_STATUS + func (in *RetentionPolicy_STATUS) DeepCopyInto(out *RetentionPolicy_STATUS) + type SystemData_STATUS struct + CreatedAt *string + CreatedBy *string + CreatedByType *string + LastModifiedAt *string + LastModifiedBy *string + LastModifiedByType *string + PropertyBag genruntime.PropertyBag + func (data *SystemData_STATUS) AssignProperties_From_SystemData_STATUS(source *storage.SystemData_STATUS) error + func (data *SystemData_STATUS) AssignProperties_To_SystemData_STATUS(destination *storage.SystemData_STATUS) error + func (in *SystemData_STATUS) DeepCopy() *SystemData_STATUS + func (in *SystemData_STATUS) DeepCopyInto(out *SystemData_STATUS)