Documentation ¶
Overview ¶
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Package v1api20200202 contains API Schema definitions for the insights v1api20200202 API group +groupName=insights.azure.com
Package v1api20200202 contains API Schema definitions for the insights v1api20200202 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=v1api20200202
Index ¶
- Constants
- Variables
- type APIVersion
- type ApplicationInsightsComponentProperties_Application_Type
- type ApplicationInsightsComponentProperties_Application_Type_STATUS
- type ApplicationInsightsComponentProperties_Flow_Type
- type ApplicationInsightsComponentProperties_Flow_Type_STATUS
- type ApplicationInsightsComponentProperties_IngestionMode
- type ApplicationInsightsComponentProperties_IngestionMode_STATUS
- type ApplicationInsightsComponentProperties_Request_Source
- type ApplicationInsightsComponentProperties_Request_Source_STATUS
- type Component
- func (component *Component) AssignProperties_From_Component(source *storage.Component) error
- func (component *Component) AssignProperties_To_Component(destination *storage.Component) error
- func (component *Component) AzureName() string
- func (component *Component) ConfigMapDestinationExpressions() []*core.DestinationExpression
- func (component *Component) ConvertFrom(hub conversion.Hub) error
- func (component *Component) ConvertTo(hub conversion.Hub) error
- func (in *Component) DeepCopy() *Component
- func (in *Component) DeepCopyInto(out *Component)
- func (in *Component) DeepCopyObject() runtime.Object
- func (component *Component) Default()
- func (component *Component) ExportKubernetesConfigMaps(_ context.Context, _ genruntime.MetaObject, _ *genericarmclient.GenericClient, ...) ([]client.Object, error)
- func (component Component) GetAPIVersion() string
- func (component *Component) GetConditions() conditions.Conditions
- func (component *Component) GetResourceScope() genruntime.ResourceScope
- func (component *Component) GetSpec() genruntime.ConvertibleSpec
- func (component *Component) GetStatus() genruntime.ConvertibleStatus
- func (component *Component) GetSupportedOperations() []genruntime.ResourceOperation
- func (component *Component) GetType() string
- func (component *Component) InitializeSpec(status genruntime.ConvertibleStatus) error
- func (component *Component) NewEmptyStatus() genruntime.ConvertibleStatus
- func (component *Component) OriginalGVK() *schema.GroupVersionKind
- func (component *Component) Owner() *genruntime.ResourceReference
- func (component *Component) SecretDestinationExpressions() []*core.DestinationExpression
- func (component *Component) SetConditions(conditions conditions.Conditions)
- func (component *Component) SetStatus(status genruntime.ConvertibleStatus) error
- func (component *Component) ValidateCreate() (admission.Warnings, error)
- func (component *Component) ValidateDelete() (admission.Warnings, error)
- func (component *Component) ValidateUpdate(old runtime.Object) (admission.Warnings, error)
- type ComponentList
- type ComponentOperatorConfigMaps
- func (maps *ComponentOperatorConfigMaps) AssignProperties_From_ComponentOperatorConfigMaps(source *storage.ComponentOperatorConfigMaps) error
- func (maps *ComponentOperatorConfigMaps) AssignProperties_To_ComponentOperatorConfigMaps(destination *storage.ComponentOperatorConfigMaps) error
- func (in *ComponentOperatorConfigMaps) DeepCopy() *ComponentOperatorConfigMaps
- func (in *ComponentOperatorConfigMaps) DeepCopyInto(out *ComponentOperatorConfigMaps)
- type ComponentOperatorSpec
- func (operator *ComponentOperatorSpec) AssignProperties_From_ComponentOperatorSpec(source *storage.ComponentOperatorSpec) error
- func (operator *ComponentOperatorSpec) AssignProperties_To_ComponentOperatorSpec(destination *storage.ComponentOperatorSpec) error
- func (in *ComponentOperatorSpec) DeepCopy() *ComponentOperatorSpec
- func (in *ComponentOperatorSpec) DeepCopyInto(out *ComponentOperatorSpec)
- type Component_STATUS
- func (component *Component_STATUS) AssignProperties_From_Component_STATUS(source *storage.Component_STATUS) error
- func (component *Component_STATUS) AssignProperties_To_Component_STATUS(destination *storage.Component_STATUS) error
- func (component *Component_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
- func (component *Component_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
- func (in *Component_STATUS) DeepCopy() *Component_STATUS
- func (in *Component_STATUS) DeepCopyInto(out *Component_STATUS)
- func (component *Component_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus
- func (component *Component_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error
- type Component_Spec
- func (component *Component_Spec) AssignProperties_From_Component_Spec(source *storage.Component_Spec) error
- func (component *Component_Spec) AssignProperties_To_Component_Spec(destination *storage.Component_Spec) error
- func (component *Component_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
- func (component *Component_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
- func (component *Component_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)
- func (in *Component_Spec) DeepCopy() *Component_Spec
- func (in *Component_Spec) DeepCopyInto(out *Component_Spec)
- func (component *Component_Spec) Initialize_From_Component_STATUS(source *Component_STATUS) error
- func (component *Component_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus
- func (component *Component_Spec) OriginalVersion() string
- func (component *Component_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error
- func (component *Component_Spec) SetAzureName(azureName string)
- type PrivateLinkScopedResource_STATUS
- func (resource *PrivateLinkScopedResource_STATUS) AssignProperties_From_PrivateLinkScopedResource_STATUS(source *storage.PrivateLinkScopedResource_STATUS) error
- func (resource *PrivateLinkScopedResource_STATUS) AssignProperties_To_PrivateLinkScopedResource_STATUS(destination *storage.PrivateLinkScopedResource_STATUS) error
- func (in *PrivateLinkScopedResource_STATUS) DeepCopy() *PrivateLinkScopedResource_STATUS
- func (in *PrivateLinkScopedResource_STATUS) DeepCopyInto(out *PrivateLinkScopedResource_STATUS)
- func (resource *PrivateLinkScopedResource_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus
- func (resource *PrivateLinkScopedResource_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error
- type PublicNetworkAccessType
- type PublicNetworkAccessType_STATUS
Constants ¶
const ( ApplicationInsightsComponentProperties_Application_Type_Other = ApplicationInsightsComponentProperties_Application_Type("other") ApplicationInsightsComponentProperties_Application_Type_Web = ApplicationInsightsComponentProperties_Application_Type("web") )
const ( ApplicationInsightsComponentProperties_Application_Type_STATUS_Other = ApplicationInsightsComponentProperties_Application_Type_STATUS("other") ApplicationInsightsComponentProperties_Application_Type_STATUS_Web = ApplicationInsightsComponentProperties_Application_Type_STATUS("web") )
const ( ApplicationInsightsComponentProperties_IngestionMode_ApplicationInsights = ApplicationInsightsComponentProperties_IngestionMode("ApplicationInsights") ApplicationInsightsComponentProperties_IngestionMode_ApplicationInsightsWithDiagnosticSettings = ApplicationInsightsComponentProperties_IngestionMode("ApplicationInsightsWithDiagnosticSettings") ApplicationInsightsComponentProperties_IngestionMode_LogAnalytics = ApplicationInsightsComponentProperties_IngestionMode("LogAnalytics") )
const ( ApplicationInsightsComponentProperties_IngestionMode_STATUS_ApplicationInsights = ApplicationInsightsComponentProperties_IngestionMode_STATUS("ApplicationInsights") ApplicationInsightsComponentProperties_IngestionMode_STATUS_ApplicationInsightsWithDiagnosticSettings = ApplicationInsightsComponentProperties_IngestionMode_STATUS("ApplicationInsightsWithDiagnosticSettings") ApplicationInsightsComponentProperties_IngestionMode_STATUS_LogAnalytics = ApplicationInsightsComponentProperties_IngestionMode_STATUS("LogAnalytics") )
const ( PublicNetworkAccessType_Disabled = PublicNetworkAccessType("Disabled") PublicNetworkAccessType_Enabled = PublicNetworkAccessType("Enabled") )
const ( PublicNetworkAccessType_STATUS_Disabled = PublicNetworkAccessType_STATUS("Disabled") PublicNetworkAccessType_STATUS_Enabled = PublicNetworkAccessType_STATUS("Enabled") )
const APIVersion_Value = APIVersion("2020-02-02")
const ApplicationInsightsComponentProperties_Flow_Type_Bluefield = ApplicationInsightsComponentProperties_Flow_Type("Bluefield")
const ApplicationInsightsComponentProperties_Flow_Type_STATUS_Bluefield = ApplicationInsightsComponentProperties_Flow_Type_STATUS("Bluefield")
const ApplicationInsightsComponentProperties_Request_Source_Rest = ApplicationInsightsComponentProperties_Request_Source("rest")
const ApplicationInsightsComponentProperties_Request_Source_STATUS_Rest = ApplicationInsightsComponentProperties_Request_Source_STATUS("rest")
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "insights.azure.com", Version: "v1api20200202"} // 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 ApplicationInsightsComponentProperties_Application_Type ¶
type ApplicationInsightsComponentProperties_Application_Type string
+kubebuilder:validation:Enum={"other","web"}
type ApplicationInsightsComponentProperties_Application_Type_STATUS ¶
type ApplicationInsightsComponentProperties_Application_Type_STATUS string
type ApplicationInsightsComponentProperties_Flow_Type ¶
type ApplicationInsightsComponentProperties_Flow_Type string
+kubebuilder:validation:Enum={"Bluefield"}
type ApplicationInsightsComponentProperties_Flow_Type_STATUS ¶
type ApplicationInsightsComponentProperties_Flow_Type_STATUS string
type ApplicationInsightsComponentProperties_IngestionMode ¶
type ApplicationInsightsComponentProperties_IngestionMode string
+kubebuilder:validation:Enum={"ApplicationInsights","ApplicationInsightsWithDiagnosticSettings","LogAnalytics"}
type ApplicationInsightsComponentProperties_IngestionMode_STATUS ¶
type ApplicationInsightsComponentProperties_IngestionMode_STATUS string
type ApplicationInsightsComponentProperties_Request_Source ¶
type ApplicationInsightsComponentProperties_Request_Source string
+kubebuilder:validation:Enum={"rest"}
type ApplicationInsightsComponentProperties_Request_Source_STATUS ¶
type ApplicationInsightsComponentProperties_Request_Source_STATUS string
type Component ¶
type Component struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec Component_Spec `json:"spec,omitempty"` Status Component_STATUS `json:"status,omitempty"` }
+kubebuilder:object:root=true +kubebuilder:subresource:status +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" Generator information: - Generated from: /applicationinsights/resource-manager/Microsoft.Insights/stable/2020-02-02/components_API.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}
func (*Component) AssignProperties_From_Component ¶
AssignProperties_From_Component populates our Component from the provided source Component
func (*Component) AssignProperties_To_Component ¶
AssignProperties_To_Component populates the provided destination Component from our Component
func (*Component) ConfigMapDestinationExpressions ¶
func (component *Component) ConfigMapDestinationExpressions() []*core.DestinationExpression
ConfigMapDestinationExpressions returns the Spec.OperatorSpec.ConfigMapExpressions property
func (*Component) ConvertFrom ¶
func (component *Component) ConvertFrom(hub conversion.Hub) error
ConvertFrom populates our Component from the provided hub Component
func (*Component) ConvertTo ¶
func (component *Component) ConvertTo(hub conversion.Hub) error
ConvertTo populates the provided hub Component from our Component
func (*Component) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Component.
func (*Component) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Component) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Component) Default ¶
func (component *Component) Default()
Default applies defaults to the Component resource
func (*Component) ExportKubernetesConfigMaps ¶
func (component *Component) ExportKubernetesConfigMaps(_ context.Context, _ genruntime.MetaObject, _ *genericarmclient.GenericClient, _ logr.Logger) ([]client.Object, error)
ExportKubernetesConfigMaps defines a resource which can create ConfigMaps in Kubernetes.
func (Component) GetAPIVersion ¶
GetAPIVersion returns the ARM API version of the resource. This is always "2020-02-02"
func (*Component) GetConditions ¶
func (component *Component) GetConditions() conditions.Conditions
GetConditions returns the conditions of the resource
func (*Component) GetResourceScope ¶
func (component *Component) GetResourceScope() genruntime.ResourceScope
GetResourceScope returns the scope of the resource
func (*Component) GetSpec ¶
func (component *Component) GetSpec() genruntime.ConvertibleSpec
GetSpec returns the specification of this resource
func (*Component) GetStatus ¶
func (component *Component) GetStatus() genruntime.ConvertibleStatus
GetStatus returns the status of this resource
func (*Component) GetSupportedOperations ¶
func (component *Component) GetSupportedOperations() []genruntime.ResourceOperation
GetSupportedOperations returns the operations supported by the resource
func (*Component) GetType ¶
GetType returns the ARM Type of the resource. This is always "Microsoft.Insights/components"
func (*Component) InitializeSpec ¶
func (component *Component) InitializeSpec(status genruntime.ConvertibleStatus) error
InitializeSpec initializes the spec for this resource from the given status
func (*Component) NewEmptyStatus ¶
func (component *Component) NewEmptyStatus() genruntime.ConvertibleStatus
NewEmptyStatus returns a new empty (blank) status
func (*Component) OriginalGVK ¶
func (component *Component) OriginalGVK() *schema.GroupVersionKind
OriginalGVK returns a GroupValueKind for the original API version used to create the resource
func (*Component) Owner ¶
func (component *Component) Owner() *genruntime.ResourceReference
Owner returns the ResourceReference of the owner
func (*Component) SecretDestinationExpressions ¶
func (component *Component) SecretDestinationExpressions() []*core.DestinationExpression
SecretDestinationExpressions returns the Spec.OperatorSpec.SecretExpressions property
func (*Component) SetConditions ¶
func (component *Component) SetConditions(conditions conditions.Conditions)
SetConditions sets the conditions on the resource status
func (*Component) SetStatus ¶
func (component *Component) SetStatus(status genruntime.ConvertibleStatus) error
SetStatus sets the status of this resource
func (*Component) ValidateCreate ¶
ValidateCreate validates the creation of the resource
func (*Component) ValidateDelete ¶
ValidateDelete validates the deletion of the resource
type ComponentList ¶
type ComponentList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Component `json:"items"` }
+kubebuilder:object:root=true Generator information: - Generated from: /applicationinsights/resource-manager/Microsoft.Insights/stable/2020-02-02/components_API.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}
func (*ComponentList) DeepCopy ¶
func (in *ComponentList) DeepCopy() *ComponentList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ComponentList.
func (*ComponentList) DeepCopyInto ¶
func (in *ComponentList) DeepCopyInto(out *ComponentList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ComponentList) DeepCopyObject ¶
func (in *ComponentList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ComponentOperatorConfigMaps ¶
type ComponentOperatorConfigMaps struct { // ConnectionString: indicates where the ConnectionString config map should be placed. If omitted, no config map will be // created. ConnectionString *genruntime.ConfigMapDestination `json:"connectionString,omitempty"` // InstrumentationKey: indicates where the InstrumentationKey config map should be placed. If omitted, no config map will // be created. InstrumentationKey *genruntime.ConfigMapDestination `json:"instrumentationKey,omitempty"` }
func (*ComponentOperatorConfigMaps) AssignProperties_From_ComponentOperatorConfigMaps ¶
func (maps *ComponentOperatorConfigMaps) AssignProperties_From_ComponentOperatorConfigMaps(source *storage.ComponentOperatorConfigMaps) error
AssignProperties_From_ComponentOperatorConfigMaps populates our ComponentOperatorConfigMaps from the provided source ComponentOperatorConfigMaps
func (*ComponentOperatorConfigMaps) AssignProperties_To_ComponentOperatorConfigMaps ¶
func (maps *ComponentOperatorConfigMaps) AssignProperties_To_ComponentOperatorConfigMaps(destination *storage.ComponentOperatorConfigMaps) error
AssignProperties_To_ComponentOperatorConfigMaps populates the provided destination ComponentOperatorConfigMaps from our ComponentOperatorConfigMaps
func (*ComponentOperatorConfigMaps) DeepCopy ¶
func (in *ComponentOperatorConfigMaps) DeepCopy() *ComponentOperatorConfigMaps
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ComponentOperatorConfigMaps.
func (*ComponentOperatorConfigMaps) DeepCopyInto ¶
func (in *ComponentOperatorConfigMaps) DeepCopyInto(out *ComponentOperatorConfigMaps)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ComponentOperatorSpec ¶
type ComponentOperatorSpec struct { // ConfigMapExpressions: configures where to place operator written dynamic ConfigMaps (created with CEL expressions). ConfigMapExpressions []*core.DestinationExpression `json:"configMapExpressions,omitempty"` // ConfigMaps: configures where to place operator written ConfigMaps. ConfigMaps *ComponentOperatorConfigMaps `json:"configMaps,omitempty"` // SecretExpressions: configures where to place operator written dynamic secrets (created with CEL expressions). SecretExpressions []*core.DestinationExpression `json:"secretExpressions,omitempty"` }
Details for configuring operator behavior. Fields in this struct are interpreted by the operator directly rather than being passed to Azure
func (*ComponentOperatorSpec) AssignProperties_From_ComponentOperatorSpec ¶
func (operator *ComponentOperatorSpec) AssignProperties_From_ComponentOperatorSpec(source *storage.ComponentOperatorSpec) error
AssignProperties_From_ComponentOperatorSpec populates our ComponentOperatorSpec from the provided source ComponentOperatorSpec
func (*ComponentOperatorSpec) AssignProperties_To_ComponentOperatorSpec ¶
func (operator *ComponentOperatorSpec) AssignProperties_To_ComponentOperatorSpec(destination *storage.ComponentOperatorSpec) error
AssignProperties_To_ComponentOperatorSpec populates the provided destination ComponentOperatorSpec from our ComponentOperatorSpec
func (*ComponentOperatorSpec) DeepCopy ¶
func (in *ComponentOperatorSpec) DeepCopy() *ComponentOperatorSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ComponentOperatorSpec.
func (*ComponentOperatorSpec) DeepCopyInto ¶
func (in *ComponentOperatorSpec) DeepCopyInto(out *ComponentOperatorSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Component_STATUS ¶
type Component_STATUS struct { // AppId: Application Insights Unique ID for your Application. AppId *string `json:"AppId,omitempty"` // ApplicationId: The unique ID of your application. This field mirrors the 'Name' field and cannot be changed. ApplicationId *string `json:"ApplicationId,omitempty"` // Application_Type: Type of application being monitored. Application_Type *ApplicationInsightsComponentProperties_Application_Type_STATUS `json:"Application_Type,omitempty"` // Conditions: The observed state of the resource Conditions []conditions.Condition `json:"conditions,omitempty"` // ConnectionString: Application Insights component connection string. ConnectionString *string `json:"ConnectionString,omitempty"` // CreationDate: Creation Date for the Application Insights component, in ISO 8601 format. CreationDate *string `json:"CreationDate,omitempty"` // DisableIpMasking: Disable IP masking. DisableIpMasking *bool `json:"DisableIpMasking,omitempty"` // DisableLocalAuth: Disable Non-AAD based Auth. DisableLocalAuth *bool `json:"DisableLocalAuth,omitempty"` // Etag: Resource etag Etag *string `json:"etag,omitempty"` // Flow_Type: Used by the Application Insights system to determine what kind of flow this component was created by. This is // to be set to 'Bluefield' when creating/updating a component via the REST API. Flow_Type *ApplicationInsightsComponentProperties_Flow_Type_STATUS `json:"Flow_Type,omitempty"` // ForceCustomerStorageForProfiler: Force users to create their own storage account for profiler and debugger. ForceCustomerStorageForProfiler *bool `json:"ForceCustomerStorageForProfiler,omitempty"` // HockeyAppId: The unique application ID created when a new application is added to HockeyApp, used for communications // with HockeyApp. HockeyAppId *string `json:"HockeyAppId,omitempty"` // HockeyAppToken: Token used to authenticate communications with between Application Insights and HockeyApp. HockeyAppToken *string `json:"HockeyAppToken,omitempty"` // Id: Azure resource Id Id *string `json:"id,omitempty"` // ImmediatePurgeDataOn30Days: Purge data immediately after 30 days. ImmediatePurgeDataOn30Days *bool `json:"ImmediatePurgeDataOn30Days,omitempty"` // IngestionMode: Indicates the flow of the ingestion. IngestionMode *ApplicationInsightsComponentProperties_IngestionMode_STATUS `json:"IngestionMode,omitempty"` // InstrumentationKey: Application Insights Instrumentation key. A read-only value that applications can use to identify // the destination for all telemetry sent to Azure Application Insights. This value will be supplied upon construction of // each new Application Insights component. InstrumentationKey *string `json:"InstrumentationKey,omitempty"` // Kind: The kind of application that this component refers to, used to customize UI. This value is a freeform string, // values should typically be one of the following: web, ios, other, store, java, phone. Kind *string `json:"kind,omitempty"` // LaMigrationDate: The date which the component got migrated to LA, in ISO 8601 format. LaMigrationDate *string `json:"LaMigrationDate,omitempty"` // Location: Resource location Location *string `json:"location,omitempty"` // Name: Azure resource name Name *string `json:"name,omitempty"` // PrivateLinkScopedResources: List of linked private link scope resources. PrivateLinkScopedResources []PrivateLinkScopedResource_STATUS `json:"PrivateLinkScopedResources,omitempty"` // PropertiesName: Application name. PropertiesName *string `json:"properties_name,omitempty"` // ProvisioningState: Current state of this component: whether or not is has been provisioned within the resource group it // is defined. Users cannot change this value but are able to read from it. Values will include Succeeded, Deploying, // Canceled, and Failed. ProvisioningState *string `json:"provisioningState,omitempty"` // PublicNetworkAccessForIngestion: The network access type for accessing Application Insights ingestion. PublicNetworkAccessForIngestion *PublicNetworkAccessType_STATUS `json:"publicNetworkAccessForIngestion,omitempty"` // PublicNetworkAccessForQuery: The network access type for accessing Application Insights query. PublicNetworkAccessForQuery *PublicNetworkAccessType_STATUS `json:"publicNetworkAccessForQuery,omitempty"` // Request_Source: Describes what tool created this Application Insights component. Customers using this API should set // this to the default 'rest'. Request_Source *ApplicationInsightsComponentProperties_Request_Source_STATUS `json:"Request_Source,omitempty"` // RetentionInDays: Retention period in days. RetentionInDays *int `json:"RetentionInDays,omitempty"` // SamplingPercentage: Percentage of the data produced by the application being monitored that is being sampled for // Application Insights telemetry. SamplingPercentage *float64 `json:"SamplingPercentage,omitempty"` // Tags: Resource tags Tags map[string]string `json:"tags,omitempty"` // TenantId: Azure Tenant Id. TenantId *string `json:"TenantId,omitempty"` // Type: Azure resource type Type *string `json:"type,omitempty"` // WorkspaceResourceId: Resource Id of the log analytics workspace which the data will be ingested to. This property is // required to create an application with this API version. Applications from older versions will not have this property. WorkspaceResourceId *string `json:"WorkspaceResourceId,omitempty"` }
func (*Component_STATUS) AssignProperties_From_Component_STATUS ¶
func (component *Component_STATUS) AssignProperties_From_Component_STATUS(source *storage.Component_STATUS) error
AssignProperties_From_Component_STATUS populates our Component_STATUS from the provided source Component_STATUS
func (*Component_STATUS) AssignProperties_To_Component_STATUS ¶
func (component *Component_STATUS) AssignProperties_To_Component_STATUS(destination *storage.Component_STATUS) error
AssignProperties_To_Component_STATUS populates the provided destination Component_STATUS from our Component_STATUS
func (*Component_STATUS) ConvertStatusFrom ¶
func (component *Component_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
ConvertStatusFrom populates our Component_STATUS from the provided source
func (*Component_STATUS) ConvertStatusTo ¶
func (component *Component_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
ConvertStatusTo populates the provided destination from our Component_STATUS
func (*Component_STATUS) DeepCopy ¶
func (in *Component_STATUS) DeepCopy() *Component_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Component_STATUS.
func (*Component_STATUS) DeepCopyInto ¶
func (in *Component_STATUS) DeepCopyInto(out *Component_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Component_STATUS) NewEmptyARMValue ¶
func (component *Component_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus
NewEmptyARMValue returns an empty ARM value suitable for deserializing into
func (*Component_STATUS) PopulateFromARM ¶
func (component *Component_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error
PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object
type Component_Spec ¶
type Component_Spec struct { // +kubebuilder:validation:Required // Application_Type: Type of application being monitored. Application_Type *ApplicationInsightsComponentProperties_Application_Type `json:"Application_Type,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"` // DisableIpMasking: Disable IP masking. DisableIpMasking *bool `json:"DisableIpMasking,omitempty"` // DisableLocalAuth: Disable Non-AAD based Auth. DisableLocalAuth *bool `json:"DisableLocalAuth,omitempty"` // Etag: Resource etag Etag *string `json:"etag,omitempty"` // Flow_Type: Used by the Application Insights system to determine what kind of flow this component was created by. This is // to be set to 'Bluefield' when creating/updating a component via the REST API. Flow_Type *ApplicationInsightsComponentProperties_Flow_Type `json:"Flow_Type,omitempty"` // ForceCustomerStorageForProfiler: Force users to create their own storage account for profiler and debugger. ForceCustomerStorageForProfiler *bool `json:"ForceCustomerStorageForProfiler,omitempty"` // HockeyAppId: The unique application ID created when a new application is added to HockeyApp, used for communications // with HockeyApp. HockeyAppId *string `json:"HockeyAppId,omitempty"` // ImmediatePurgeDataOn30Days: Purge data immediately after 30 days. ImmediatePurgeDataOn30Days *bool `json:"ImmediatePurgeDataOn30Days,omitempty"` // IngestionMode: Indicates the flow of the ingestion. IngestionMode *ApplicationInsightsComponentProperties_IngestionMode `json:"IngestionMode,omitempty"` // +kubebuilder:validation:Required // Kind: The kind of application that this component refers to, used to customize UI. This value is a freeform string, // values should typically be one of the following: web, ios, other, store, java, phone. Kind *string `json:"kind,omitempty"` // +kubebuilder:validation:Required // Location: Resource location Location *string `json:"location,omitempty"` // OperatorSpec: The specification for configuring operator behavior. This field is interpreted by the operator and not // passed directly to Azure OperatorSpec *ComponentOperatorSpec `json:"operatorSpec,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"` // PublicNetworkAccessForIngestion: The network access type for accessing Application Insights ingestion. PublicNetworkAccessForIngestion *PublicNetworkAccessType `json:"publicNetworkAccessForIngestion,omitempty"` // PublicNetworkAccessForQuery: The network access type for accessing Application Insights query. PublicNetworkAccessForQuery *PublicNetworkAccessType `json:"publicNetworkAccessForQuery,omitempty"` // Request_Source: Describes what tool created this Application Insights component. Customers using this API should set // this to the default 'rest'. Request_Source *ApplicationInsightsComponentProperties_Request_Source `json:"Request_Source,omitempty"` // RetentionInDays: Retention period in days. RetentionInDays *int `json:"RetentionInDays,omitempty"` // SamplingPercentage: Percentage of the data produced by the application being monitored that is being sampled for // Application Insights telemetry. SamplingPercentage *float64 `json:"SamplingPercentage,omitempty"` // Tags: Resource tags Tags map[string]string `json:"tags,omitempty"` // WorkspaceResourceReference: Resource Id of the log analytics workspace which the data will be ingested to. This property // is required to create an application with this API version. Applications from older versions will not have this property. WorkspaceResourceReference *genruntime.ResourceReference `armReference:"WorkspaceResourceId" json:"workspaceResourceReference,omitempty"` }
func (*Component_Spec) AssignProperties_From_Component_Spec ¶
func (component *Component_Spec) AssignProperties_From_Component_Spec(source *storage.Component_Spec) error
AssignProperties_From_Component_Spec populates our Component_Spec from the provided source Component_Spec
func (*Component_Spec) AssignProperties_To_Component_Spec ¶
func (component *Component_Spec) AssignProperties_To_Component_Spec(destination *storage.Component_Spec) error
AssignProperties_To_Component_Spec populates the provided destination Component_Spec from our Component_Spec
func (*Component_Spec) ConvertSpecFrom ¶
func (component *Component_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
ConvertSpecFrom populates our Component_Spec from the provided source
func (*Component_Spec) ConvertSpecTo ¶
func (component *Component_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
ConvertSpecTo populates the provided destination from our Component_Spec
func (*Component_Spec) ConvertToARM ¶
func (component *Component_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)
ConvertToARM converts from a Kubernetes CRD object to an ARM object
func (*Component_Spec) DeepCopy ¶
func (in *Component_Spec) DeepCopy() *Component_Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Component_Spec.
func (*Component_Spec) DeepCopyInto ¶
func (in *Component_Spec) DeepCopyInto(out *Component_Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Component_Spec) Initialize_From_Component_STATUS ¶
func (component *Component_Spec) Initialize_From_Component_STATUS(source *Component_STATUS) error
Initialize_From_Component_STATUS populates our Component_Spec from the provided source Component_STATUS
func (*Component_Spec) NewEmptyARMValue ¶
func (component *Component_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus
NewEmptyARMValue returns an empty ARM value suitable for deserializing into
func (*Component_Spec) OriginalVersion ¶
func (component *Component_Spec) OriginalVersion() string
OriginalVersion returns the original API version used to create the resource.
func (*Component_Spec) PopulateFromARM ¶
func (component *Component_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error
PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object
func (*Component_Spec) SetAzureName ¶
func (component *Component_Spec) SetAzureName(azureName string)
SetAzureName sets the Azure name of the resource
type PrivateLinkScopedResource_STATUS ¶
type PrivateLinkScopedResource_STATUS struct { // ResourceId: The full resource Id of the private link scope resource. ResourceId *string `json:"ResourceId,omitempty"` // ScopeId: The private link scope unique Identifier. ScopeId *string `json:"ScopeId,omitempty"` }
The private link scope resource reference.
func (*PrivateLinkScopedResource_STATUS) AssignProperties_From_PrivateLinkScopedResource_STATUS ¶
func (resource *PrivateLinkScopedResource_STATUS) AssignProperties_From_PrivateLinkScopedResource_STATUS(source *storage.PrivateLinkScopedResource_STATUS) error
AssignProperties_From_PrivateLinkScopedResource_STATUS populates our PrivateLinkScopedResource_STATUS from the provided source PrivateLinkScopedResource_STATUS
func (*PrivateLinkScopedResource_STATUS) AssignProperties_To_PrivateLinkScopedResource_STATUS ¶
func (resource *PrivateLinkScopedResource_STATUS) AssignProperties_To_PrivateLinkScopedResource_STATUS(destination *storage.PrivateLinkScopedResource_STATUS) error
AssignProperties_To_PrivateLinkScopedResource_STATUS populates the provided destination PrivateLinkScopedResource_STATUS from our PrivateLinkScopedResource_STATUS
func (*PrivateLinkScopedResource_STATUS) DeepCopy ¶
func (in *PrivateLinkScopedResource_STATUS) DeepCopy() *PrivateLinkScopedResource_STATUS
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateLinkScopedResource_STATUS.
func (*PrivateLinkScopedResource_STATUS) DeepCopyInto ¶
func (in *PrivateLinkScopedResource_STATUS) DeepCopyInto(out *PrivateLinkScopedResource_STATUS)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PrivateLinkScopedResource_STATUS) NewEmptyARMValue ¶
func (resource *PrivateLinkScopedResource_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus
NewEmptyARMValue returns an empty ARM value suitable for deserializing into
func (*PrivateLinkScopedResource_STATUS) PopulateFromARM ¶
func (resource *PrivateLinkScopedResource_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error
PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object
type PublicNetworkAccessType ¶
type PublicNetworkAccessType string
The network access type for operating on the Application Insights Component. By default it is Enabled +kubebuilder:validation:Enum={"Disabled","Enabled"}
type PublicNetworkAccessType_STATUS ¶
type PublicNetworkAccessType_STATUS string
The network access type for operating on the Application Insights Component. By default it is Enabled