Documentation ¶
Overview ¶
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Package v1beta20200202 contains API Schema definitions for the insights v1beta20200202 API group +groupName=insights.azure.com
Package v1beta20200202 contains API Schema definitions for the insights v1beta20200202 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
Index ¶
- Constants
- Variables
- type APIVersion
- type ApplicationInsightsComponentPropertiesARM
- type ApplicationInsightsComponentPropertiesApplicationType
- type ApplicationInsightsComponentPropertiesFlowType
- type ApplicationInsightsComponentPropertiesIngestionMode
- type ApplicationInsightsComponentPropertiesPublicNetworkAccessForIngestion
- type ApplicationInsightsComponentPropertiesPublicNetworkAccessForQuery
- type ApplicationInsightsComponentPropertiesRequestSource
- type ApplicationInsightsComponentPropertiesStatusApplicationType
- type ApplicationInsightsComponentPropertiesStatusFlowType
- type ApplicationInsightsComponentPropertiesStatusIngestionMode
- type ApplicationInsightsComponentPropertiesStatusRequestSource
- type ApplicationInsightsComponentProperties_StatusARM
- type ApplicationInsightsComponent_Status
- func (component *ApplicationInsightsComponent_Status) AssignPropertiesFromApplicationInsightsComponentStatus(source *v20200202s.ApplicationInsightsComponent_Status) error
- func (component *ApplicationInsightsComponent_Status) AssignPropertiesToApplicationInsightsComponentStatus(destination *v20200202s.ApplicationInsightsComponent_Status) error
- func (component *ApplicationInsightsComponent_Status) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
- func (component *ApplicationInsightsComponent_Status) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
- func (in *ApplicationInsightsComponent_Status) DeepCopy() *ApplicationInsightsComponent_Status
- func (in *ApplicationInsightsComponent_Status) DeepCopyInto(out *ApplicationInsightsComponent_Status)
- func (component *ApplicationInsightsComponent_Status) NewEmptyARMValue() genruntime.ARMResourceStatus
- func (component *ApplicationInsightsComponent_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error
- type ApplicationInsightsComponent_StatusARM
- type Component
- func (component *Component) AssignPropertiesFromComponent(source *v20200202s.Component) error
- func (component *Component) AssignPropertiesToComponent(destination *v20200202s.Component) error
- func (component *Component) AzureName() string
- 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) 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) GetType() string
- func (component *Component) NewEmptyStatus() genruntime.ConvertibleStatus
- func (component *Component) OriginalGVK() *schema.GroupVersionKind
- func (component *Component) Owner() *genruntime.ResourceReference
- func (component *Component) SetConditions(conditions conditions.Conditions)
- func (component *Component) SetStatus(status genruntime.ConvertibleStatus) error
- func (component *Component) ValidateCreate() error
- func (component *Component) ValidateDelete() error
- func (component *Component) ValidateUpdate(old runtime.Object) error
- type ComponentList
- type Components_Spec
- func (components *Components_Spec) AssignPropertiesFromComponentsSpec(source *v20200202s.Components_Spec) error
- func (components *Components_Spec) AssignPropertiesToComponentsSpec(destination *v20200202s.Components_Spec) error
- func (components *Components_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
- func (components *Components_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
- func (components *Components_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)
- func (in *Components_Spec) DeepCopy() *Components_Spec
- func (in *Components_Spec) DeepCopyInto(out *Components_Spec)
- func (components *Components_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus
- func (components *Components_Spec) OriginalVersion() string
- func (components *Components_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error
- func (components *Components_Spec) SetAzureName(azureName string)
- type Components_SpecARM
- type PrivateLinkScopedResource_Status
- func (resource *PrivateLinkScopedResource_Status) AssignPropertiesFromPrivateLinkScopedResourceStatus(source *v20200202s.PrivateLinkScopedResource_Status) error
- func (resource *PrivateLinkScopedResource_Status) AssignPropertiesToPrivateLinkScopedResourceStatus(destination *v20200202s.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 PrivateLinkScopedResource_StatusARM
- type PublicNetworkAccessType_Status
Constants ¶
const ( ApplicationInsightsComponentPropertiesStatusApplicationTypeOther = ApplicationInsightsComponentPropertiesStatusApplicationType("other") ApplicationInsightsComponentPropertiesStatusApplicationTypeWeb = ApplicationInsightsComponentPropertiesStatusApplicationType("web") )
const ( ApplicationInsightsComponentPropertiesStatusIngestionModeApplicationInsights = ApplicationInsightsComponentPropertiesStatusIngestionMode("ApplicationInsights") ApplicationInsightsComponentPropertiesStatusIngestionModeApplicationInsightsWithDiagnosticSettings = ApplicationInsightsComponentPropertiesStatusIngestionMode("ApplicationInsightsWithDiagnosticSettings") ApplicationInsightsComponentPropertiesStatusIngestionModeLogAnalytics = ApplicationInsightsComponentPropertiesStatusIngestionMode("LogAnalytics") )
const ( PublicNetworkAccessType_StatusDisabled = PublicNetworkAccessType_Status("Disabled") PublicNetworkAccessType_StatusEnabled = PublicNetworkAccessType_Status("Enabled") )
const ( ApplicationInsightsComponentPropertiesApplicationTypeOther = ApplicationInsightsComponentPropertiesApplicationType("other") ApplicationInsightsComponentPropertiesApplicationTypeWeb = ApplicationInsightsComponentPropertiesApplicationType("web") )
const ( ApplicationInsightsComponentPropertiesIngestionModeApplicationInsights = ApplicationInsightsComponentPropertiesIngestionMode("ApplicationInsights") ApplicationInsightsComponentPropertiesIngestionModeApplicationInsightsWithDiagnosticSettings = ApplicationInsightsComponentPropertiesIngestionMode("ApplicationInsightsWithDiagnosticSettings") ApplicationInsightsComponentPropertiesIngestionModeLogAnalytics = ApplicationInsightsComponentPropertiesIngestionMode("LogAnalytics") )
const ( ApplicationInsightsComponentPropertiesPublicNetworkAccessForIngestionDisabled = ApplicationInsightsComponentPropertiesPublicNetworkAccessForIngestion("Disabled") ApplicationInsightsComponentPropertiesPublicNetworkAccessForIngestionEnabled = ApplicationInsightsComponentPropertiesPublicNetworkAccessForIngestion("Enabled") )
const ( ApplicationInsightsComponentPropertiesPublicNetworkAccessForQueryDisabled = ApplicationInsightsComponentPropertiesPublicNetworkAccessForQuery("Disabled") ApplicationInsightsComponentPropertiesPublicNetworkAccessForQueryEnabled = ApplicationInsightsComponentPropertiesPublicNetworkAccessForQuery("Enabled") )
const APIVersionValue = APIVersion("2020-02-02")
const ApplicationInsightsComponentPropertiesFlowTypeBluefield = ApplicationInsightsComponentPropertiesFlowType("Bluefield")
const ApplicationInsightsComponentPropertiesRequestSourceRest = ApplicationInsightsComponentPropertiesRequestSource("rest")
const ApplicationInsightsComponentPropertiesStatusFlowTypeBluefield = ApplicationInsightsComponentPropertiesStatusFlowType("Bluefield")
const ApplicationInsightsComponentPropertiesStatusRequestSourceRest = ApplicationInsightsComponentPropertiesStatusRequestSource("rest")
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "insights.azure.com", Version: "v1beta20200202"} // 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 ApplicationInsightsComponentPropertiesARM ¶
type ApplicationInsightsComponentPropertiesARM struct { // ApplicationType: Type of application being monitored. ApplicationType *ApplicationInsightsComponentPropertiesApplicationType `json:"Application_Type,omitempty"` // DisableIpMasking: Disable IP masking. DisableIpMasking *bool `json:"DisableIpMasking,omitempty"` // DisableLocalAuth: Disable Non-AAD based Auth. DisableLocalAuth *bool `json:"DisableLocalAuth,omitempty"` // FlowType: 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. FlowType *ApplicationInsightsComponentPropertiesFlowType `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 *ApplicationInsightsComponentPropertiesIngestionMode `json:"IngestionMode,omitempty"` // PublicNetworkAccessForIngestion: The network access type for accessing Application Insights ingestion. PublicNetworkAccessForIngestion *ApplicationInsightsComponentPropertiesPublicNetworkAccessForIngestion `json:"publicNetworkAccessForIngestion,omitempty"` // PublicNetworkAccessForQuery: The network access type for accessing Application Insights query. PublicNetworkAccessForQuery *ApplicationInsightsComponentPropertiesPublicNetworkAccessForQuery `json:"publicNetworkAccessForQuery,omitempty"` // RequestSource: Describes what tool created this Application Insights component. Customers using this API should set this // to the default 'rest'. RequestSource *ApplicationInsightsComponentPropertiesRequestSource `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"` WorkspaceResourceId *string `json:"workspaceResourceId,omitempty"` }
Generated from: https://schema.management.azure.com/schemas/2020-02-02/Microsoft.Insights.Application.json#/definitions/ApplicationInsightsComponentProperties
func (*ApplicationInsightsComponentPropertiesARM) DeepCopy ¶
func (in *ApplicationInsightsComponentPropertiesARM) DeepCopy() *ApplicationInsightsComponentPropertiesARM
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationInsightsComponentPropertiesARM.
func (*ApplicationInsightsComponentPropertiesARM) DeepCopyInto ¶
func (in *ApplicationInsightsComponentPropertiesARM) DeepCopyInto(out *ApplicationInsightsComponentPropertiesARM)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ApplicationInsightsComponentPropertiesApplicationType ¶
type ApplicationInsightsComponentPropertiesApplicationType string
+kubebuilder:validation:Enum={"other","web"}
type ApplicationInsightsComponentPropertiesFlowType ¶
type ApplicationInsightsComponentPropertiesFlowType string
+kubebuilder:validation:Enum={"Bluefield"}
type ApplicationInsightsComponentPropertiesIngestionMode ¶
type ApplicationInsightsComponentPropertiesIngestionMode string
+kubebuilder:validation:Enum={"ApplicationInsights","ApplicationInsightsWithDiagnosticSettings","LogAnalytics"}
type ApplicationInsightsComponentPropertiesPublicNetworkAccessForIngestion ¶
type ApplicationInsightsComponentPropertiesPublicNetworkAccessForIngestion string
+kubebuilder:validation:Enum={"Disabled","Enabled"}
type ApplicationInsightsComponentPropertiesPublicNetworkAccessForQuery ¶
type ApplicationInsightsComponentPropertiesPublicNetworkAccessForQuery string
+kubebuilder:validation:Enum={"Disabled","Enabled"}
type ApplicationInsightsComponentPropertiesRequestSource ¶
type ApplicationInsightsComponentPropertiesRequestSource string
+kubebuilder:validation:Enum={"rest"}
type ApplicationInsightsComponentPropertiesStatusApplicationType ¶
type ApplicationInsightsComponentPropertiesStatusApplicationType string
type ApplicationInsightsComponentPropertiesStatusFlowType ¶
type ApplicationInsightsComponentPropertiesStatusFlowType string
type ApplicationInsightsComponentPropertiesStatusIngestionMode ¶
type ApplicationInsightsComponentPropertiesStatusIngestionMode string
type ApplicationInsightsComponentPropertiesStatusRequestSource ¶
type ApplicationInsightsComponentPropertiesStatusRequestSource string
type ApplicationInsightsComponentProperties_StatusARM ¶
type ApplicationInsightsComponentProperties_StatusARM 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"` // ApplicationType: Type of application being monitored. ApplicationType *ApplicationInsightsComponentPropertiesStatusApplicationType `json:"Application_Type,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"` // FlowType: 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. FlowType *ApplicationInsightsComponentPropertiesStatusFlowType `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"` // ImmediatePurgeDataOn30Days: Purge data immediately after 30 days. ImmediatePurgeDataOn30Days *bool `json:"ImmediatePurgeDataOn30Days,omitempty"` // IngestionMode: Indicates the flow of the ingestion. IngestionMode *ApplicationInsightsComponentPropertiesStatusIngestionMode `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"` // LaMigrationDate: The date which the component got migrated to LA, in ISO 8601 format. LaMigrationDate *string `json:"LaMigrationDate,omitempty"` // Name: Application name. Name *string `json:"Name,omitempty"` // PrivateLinkScopedResources: List of linked private link scope resources. PrivateLinkScopedResources []PrivateLinkScopedResource_StatusARM `json:"PrivateLinkScopedResources,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"` // RequestSource: Describes what tool created this Application Insights component. Customers using this API should set this // to the default 'rest'. RequestSource *ApplicationInsightsComponentPropertiesStatusRequestSource `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"` // TenantId: Azure Tenant Id. TenantId *string `json:"TenantId,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 (*ApplicationInsightsComponentProperties_StatusARM) DeepCopy ¶
func (in *ApplicationInsightsComponentProperties_StatusARM) DeepCopy() *ApplicationInsightsComponentProperties_StatusARM
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationInsightsComponentProperties_StatusARM.
func (*ApplicationInsightsComponentProperties_StatusARM) DeepCopyInto ¶
func (in *ApplicationInsightsComponentProperties_StatusARM) DeepCopyInto(out *ApplicationInsightsComponentProperties_StatusARM)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ApplicationInsightsComponent_Status ¶
type ApplicationInsightsComponent_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"` // ApplicationType: Type of application being monitored. ApplicationType *ApplicationInsightsComponentPropertiesStatusApplicationType `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"` // FlowType: 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. FlowType *ApplicationInsightsComponentPropertiesStatusFlowType `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 *ApplicationInsightsComponentPropertiesStatusIngestionMode `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"` // RequestSource: Describes what tool created this Application Insights component. Customers using this API should set this // to the default 'rest'. RequestSource *ApplicationInsightsComponentPropertiesStatusRequestSource `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 *v1.JSON `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 (*ApplicationInsightsComponent_Status) AssignPropertiesFromApplicationInsightsComponentStatus ¶
func (component *ApplicationInsightsComponent_Status) AssignPropertiesFromApplicationInsightsComponentStatus(source *v20200202s.ApplicationInsightsComponent_Status) error
AssignPropertiesFromApplicationInsightsComponentStatus populates our ApplicationInsightsComponent_Status from the provided source ApplicationInsightsComponent_Status
func (*ApplicationInsightsComponent_Status) AssignPropertiesToApplicationInsightsComponentStatus ¶
func (component *ApplicationInsightsComponent_Status) AssignPropertiesToApplicationInsightsComponentStatus(destination *v20200202s.ApplicationInsightsComponent_Status) error
AssignPropertiesToApplicationInsightsComponentStatus populates the provided destination ApplicationInsightsComponent_Status from our ApplicationInsightsComponent_Status
func (*ApplicationInsightsComponent_Status) ConvertStatusFrom ¶
func (component *ApplicationInsightsComponent_Status) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
ConvertStatusFrom populates our ApplicationInsightsComponent_Status from the provided source
func (*ApplicationInsightsComponent_Status) ConvertStatusTo ¶
func (component *ApplicationInsightsComponent_Status) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
ConvertStatusTo populates the provided destination from our ApplicationInsightsComponent_Status
func (*ApplicationInsightsComponent_Status) DeepCopy ¶
func (in *ApplicationInsightsComponent_Status) DeepCopy() *ApplicationInsightsComponent_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationInsightsComponent_Status.
func (*ApplicationInsightsComponent_Status) DeepCopyInto ¶
func (in *ApplicationInsightsComponent_Status) DeepCopyInto(out *ApplicationInsightsComponent_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApplicationInsightsComponent_Status) NewEmptyARMValue ¶
func (component *ApplicationInsightsComponent_Status) NewEmptyARMValue() genruntime.ARMResourceStatus
NewEmptyARMValue returns an empty ARM value suitable for deserializing into
func (*ApplicationInsightsComponent_Status) PopulateFromARM ¶
func (component *ApplicationInsightsComponent_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error
PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object
type ApplicationInsightsComponent_StatusARM ¶
type ApplicationInsightsComponent_StatusARM struct { // Etag: Resource etag Etag *string `json:"etag,omitempty"` // Id: Azure resource Id Id *string `json:"id,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"` // Location: Resource location Location *string `json:"location,omitempty"` // Name: Azure resource name Name *string `json:"name,omitempty"` // Properties: Properties that define an Application Insights component resource. Properties *ApplicationInsightsComponentProperties_StatusARM `json:"properties,omitempty"` // Tags: Resource tags Tags *v1.JSON `json:"tags,omitempty"` // Type: Azure resource type Type *string `json:"type,omitempty"` }
func (*ApplicationInsightsComponent_StatusARM) DeepCopy ¶
func (in *ApplicationInsightsComponent_StatusARM) DeepCopy() *ApplicationInsightsComponent_StatusARM
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationInsightsComponent_StatusARM.
func (*ApplicationInsightsComponent_StatusARM) DeepCopyInto ¶
func (in *ApplicationInsightsComponent_StatusARM) DeepCopyInto(out *ApplicationInsightsComponent_StatusARM)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Component ¶
type Component struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec Components_Spec `json:"spec,omitempty"` Status ApplicationInsightsComponent_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" Generated from: https://schema.management.azure.com/schemas/2020-02-02/Microsoft.Insights.Application.json#/resourceDefinitions/components
func (*Component) AssignPropertiesFromComponent ¶
func (component *Component) AssignPropertiesFromComponent(source *v20200202s.Component) error
AssignPropertiesFromComponent populates our Component from the provided source Component
func (*Component) AssignPropertiesToComponent ¶
func (component *Component) AssignPropertiesToComponent(destination *v20200202s.Component) error
AssignPropertiesToComponent populates the provided destination Component from our Component
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) 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) GetType ¶
GetType returns the ARM Type of the resource. This is always "Microsoft.Insights/components"
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, or nil if there is no owner
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 Generated from: https://schema.management.azure.com/schemas/2020-02-02/Microsoft.Insights.Application.json#/resourceDefinitions/components
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 Components_Spec ¶
type Components_Spec struct { // +kubebuilder:validation:Required // ApplicationType: Type of application being monitored. ApplicationType *ApplicationInsightsComponentPropertiesApplicationType `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"` // FlowType: 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. FlowType *ApplicationInsightsComponentPropertiesFlowType `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 *ApplicationInsightsComponentPropertiesIngestionMode `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"` // Location: Location to deploy resource to Location *string `json:"location,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 *ApplicationInsightsComponentPropertiesPublicNetworkAccessForIngestion `json:"publicNetworkAccessForIngestion,omitempty"` // PublicNetworkAccessForQuery: The network access type for accessing Application Insights query. PublicNetworkAccessForQuery *ApplicationInsightsComponentPropertiesPublicNetworkAccessForQuery `json:"publicNetworkAccessForQuery,omitempty"` // RequestSource: Describes what tool created this Application Insights component. Customers using this API should set this // to the default 'rest'. RequestSource *ApplicationInsightsComponentPropertiesRequestSource `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: Name-value pairs to add to the resource 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 (*Components_Spec) AssignPropertiesFromComponentsSpec ¶
func (components *Components_Spec) AssignPropertiesFromComponentsSpec(source *v20200202s.Components_Spec) error
AssignPropertiesFromComponentsSpec populates our Components_Spec from the provided source Components_Spec
func (*Components_Spec) AssignPropertiesToComponentsSpec ¶
func (components *Components_Spec) AssignPropertiesToComponentsSpec(destination *v20200202s.Components_Spec) error
AssignPropertiesToComponentsSpec populates the provided destination Components_Spec from our Components_Spec
func (*Components_Spec) ConvertSpecFrom ¶
func (components *Components_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
ConvertSpecFrom populates our Components_Spec from the provided source
func (*Components_Spec) ConvertSpecTo ¶
func (components *Components_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
ConvertSpecTo populates the provided destination from our Components_Spec
func (*Components_Spec) ConvertToARM ¶
func (components *Components_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)
ConvertToARM converts from a Kubernetes CRD object to an ARM object
func (*Components_Spec) DeepCopy ¶
func (in *Components_Spec) DeepCopy() *Components_Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Components_Spec.
func (*Components_Spec) DeepCopyInto ¶
func (in *Components_Spec) DeepCopyInto(out *Components_Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Components_Spec) NewEmptyARMValue ¶
func (components *Components_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus
NewEmptyARMValue returns an empty ARM value suitable for deserializing into
func (*Components_Spec) OriginalVersion ¶
func (components *Components_Spec) OriginalVersion() string
OriginalVersion returns the original API version used to create the resource.
func (*Components_Spec) PopulateFromARM ¶
func (components *Components_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error
PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object
func (*Components_Spec) SetAzureName ¶
func (components *Components_Spec) SetAzureName(azureName string)
SetAzureName sets the Azure name of the resource
type Components_SpecARM ¶
type Components_SpecARM struct { // Etag: Resource etag Etag *string `json:"etag,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"` // Location: Location to deploy resource to Location *string `json:"location,omitempty"` // Name: The name of the Application Insights component resource. Name string `json:"name,omitempty"` // Properties: Properties that define an Application Insights component resource. Properties *ApplicationInsightsComponentPropertiesARM `json:"properties,omitempty"` // Tags: Name-value pairs to add to the resource Tags map[string]string `json:"tags,omitempty"` }
func (*Components_SpecARM) DeepCopy ¶
func (in *Components_SpecARM) DeepCopy() *Components_SpecARM
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Components_SpecARM.
func (*Components_SpecARM) DeepCopyInto ¶
func (in *Components_SpecARM) DeepCopyInto(out *Components_SpecARM)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (Components_SpecARM) GetAPIVersion ¶
func (components Components_SpecARM) GetAPIVersion() string
GetAPIVersion returns the ARM API version of the resource. This is always "2020-02-02"
func (*Components_SpecARM) GetName ¶
func (components *Components_SpecARM) GetName() string
GetName returns the Name of the resource
func (*Components_SpecARM) GetType ¶
func (components *Components_SpecARM) GetType() string
GetType returns the ARM Type of the resource. This is always "Microsoft.Insights/components"
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"` }
func (*PrivateLinkScopedResource_Status) AssignPropertiesFromPrivateLinkScopedResourceStatus ¶
func (resource *PrivateLinkScopedResource_Status) AssignPropertiesFromPrivateLinkScopedResourceStatus(source *v20200202s.PrivateLinkScopedResource_Status) error
AssignPropertiesFromPrivateLinkScopedResourceStatus populates our PrivateLinkScopedResource_Status from the provided source PrivateLinkScopedResource_Status
func (*PrivateLinkScopedResource_Status) AssignPropertiesToPrivateLinkScopedResourceStatus ¶
func (resource *PrivateLinkScopedResource_Status) AssignPropertiesToPrivateLinkScopedResourceStatus(destination *v20200202s.PrivateLinkScopedResource_Status) error
AssignPropertiesToPrivateLinkScopedResourceStatus 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 PrivateLinkScopedResource_StatusARM ¶
type PrivateLinkScopedResource_StatusARM 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"` }
func (*PrivateLinkScopedResource_StatusARM) DeepCopy ¶
func (in *PrivateLinkScopedResource_StatusARM) DeepCopy() *PrivateLinkScopedResource_StatusARM
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateLinkScopedResource_StatusARM.
func (*PrivateLinkScopedResource_StatusARM) DeepCopyInto ¶
func (in *PrivateLinkScopedResource_StatusARM) DeepCopyInto(out *PrivateLinkScopedResource_StatusARM)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PublicNetworkAccessType_Status ¶
type PublicNetworkAccessType_Status string