Documentation
¶
Overview ¶
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Package v1alpha1api20200202storage contains API Schema definitions for the insights v1alpha1api20200202storage 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 ¶
- Variables
- type ApplicationInsightsComponent_Status
- func (component *ApplicationInsightsComponent_Status) AssignPropertiesFromApplicationInsightsComponentStatus(source *v1beta20200202storage.ApplicationInsightsComponent_Status) error
- func (component *ApplicationInsightsComponent_Status) AssignPropertiesToApplicationInsightsComponentStatus(destination *v1beta20200202storage.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)
- type Component
- func (component *Component) AssignPropertiesFromComponent(source *v1beta20200202storage.Component) error
- func (component *Component) AssignPropertiesToComponent(destination *v1beta20200202storage.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) GetAPIVersion() string
- func (component *Component) GetConditions() conditions.Conditions
- func (component *Component) GetResourceKind() genruntime.ResourceKind
- 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
- type ComponentList
- type Components_Spec
- func (components *Components_Spec) AssignPropertiesFromComponentsSpec(source *v1beta20200202storage.Components_Spec) error
- func (components *Components_Spec) AssignPropertiesToComponentsSpec(destination *v1beta20200202storage.Components_Spec) error
- func (components *Components_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
- func (components *Components_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
- func (in *Components_Spec) DeepCopy() *Components_Spec
- func (in *Components_Spec) DeepCopyInto(out *Components_Spec)
- type PrivateLinkScopedResource_Status
- func (resource *PrivateLinkScopedResource_Status) AssignPropertiesFromPrivateLinkScopedResourceStatus(source *v1beta20200202storage.PrivateLinkScopedResource_Status) error
- func (resource *PrivateLinkScopedResource_Status) AssignPropertiesToPrivateLinkScopedResourceStatus(destination *v1beta20200202storage.PrivateLinkScopedResource_Status) error
- func (in *PrivateLinkScopedResource_Status) DeepCopy() *PrivateLinkScopedResource_Status
- func (in *PrivateLinkScopedResource_Status) DeepCopyInto(out *PrivateLinkScopedResource_Status)
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "insights.azure.com", Version: "v1alpha1api20200202storage"} // 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 ApplicationInsightsComponent_Status ¶
type ApplicationInsightsComponent_Status struct {
AppId *string `json:"AppId,omitempty"`
ApplicationId *string `json:"ApplicationId,omitempty"`
ApplicationType *string `json:"Application_Type,omitempty"`
Conditions []conditions.Condition `json:"conditions,omitempty"`
ConnectionString *string `json:"ConnectionString,omitempty"`
CreationDate *string `json:"CreationDate,omitempty"`
DisableIpMasking *bool `json:"DisableIpMasking,omitempty"`
DisableLocalAuth *bool `json:"DisableLocalAuth,omitempty"`
Etag *string `json:"etag,omitempty"`
FlowType *string `json:"Flow_Type,omitempty"`
ForceCustomerStorageForProfiler *bool `json:"ForceCustomerStorageForProfiler,omitempty"`
HockeyAppId *string `json:"HockeyAppId,omitempty"`
HockeyAppToken *string `json:"HockeyAppToken,omitempty"`
Id *string `json:"id,omitempty"`
ImmediatePurgeDataOn30Days *bool `json:"ImmediatePurgeDataOn30Days,omitempty"`
IngestionMode *string `json:"IngestionMode,omitempty"`
InstrumentationKey *string `json:"InstrumentationKey,omitempty"`
Kind *string `json:"kind,omitempty"`
LaMigrationDate *string `json:"LaMigrationDate,omitempty"`
Location *string `json:"location,omitempty"`
Name *string `json:"name,omitempty"`
PrivateLinkScopedResources []PrivateLinkScopedResource_Status `json:"PrivateLinkScopedResources,omitempty"`
PropertiesName *string `json:"properties_name,omitempty"`
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
ProvisioningState *string `json:"provisioningState,omitempty"`
PublicNetworkAccessForIngestion *string `json:"publicNetworkAccessForIngestion,omitempty"`
PublicNetworkAccessForQuery *string `json:"publicNetworkAccessForQuery,omitempty"`
RequestSource *string `json:"Request_Source,omitempty"`
RetentionInDays *int `json:"RetentionInDays,omitempty"`
SamplingPercentage *float64 `json:"SamplingPercentage,omitempty"`
Tags *v1.JSON `json:"tags,omitempty"`
TenantId *string `json:"TenantId,omitempty"`
Type *string `json:"type,omitempty"`
WorkspaceResourceId *string `json:"WorkspaceResourceId,omitempty"`
}
Storage version of v1alpha1api20200202.ApplicationInsightsComponent_Status Deprecated version of ApplicationInsightsComponent_Status. Use v1beta20200202.ApplicationInsightsComponent_Status instead
func (*ApplicationInsightsComponent_Status) AssignPropertiesFromApplicationInsightsComponentStatus ¶
func (component *ApplicationInsightsComponent_Status) AssignPropertiesFromApplicationInsightsComponentStatus(source *v1beta20200202storage.ApplicationInsightsComponent_Status) error
AssignPropertiesFromApplicationInsightsComponentStatus populates our ApplicationInsightsComponent_Status from the provided source ApplicationInsightsComponent_Status
func (*ApplicationInsightsComponent_Status) AssignPropertiesToApplicationInsightsComponentStatus ¶
func (component *ApplicationInsightsComponent_Status) AssignPropertiesToApplicationInsightsComponentStatus(destination *v1beta20200202storage.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.
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" Storage version of v1alpha1api20200202.Component Deprecated version of Component. Use v1beta20200202.Component instead
func (*Component) AssignPropertiesFromComponent ¶
func (component *Component) AssignPropertiesFromComponent(source *v1beta20200202storage.Component) error
AssignPropertiesFromComponent populates our Component from the provided source Component
func (*Component) AssignPropertiesToComponent ¶
func (component *Component) AssignPropertiesToComponent(destination *v1beta20200202storage.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) 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) GetResourceKind ¶
func (component *Component) GetResourceKind() genruntime.ResourceKind
GetResourceKind returns the kind 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
type ComponentList ¶
type ComponentList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
Items []Component `json:"items"`
}
+kubebuilder:object:root=true Storage version of v1alpha1api20200202.Component Deprecated version of Component. Use v1beta20200202.Component instead
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 {
ApplicationType *string `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 *bool `json:"DisableIpMasking,omitempty"`
DisableLocalAuth *bool `json:"DisableLocalAuth,omitempty"`
Etag *string `json:"etag,omitempty"`
FlowType *string `json:"Flow_Type,omitempty"`
ForceCustomerStorageForProfiler *bool `json:"ForceCustomerStorageForProfiler,omitempty"`
HockeyAppId *string `json:"HockeyAppId,omitempty"`
ImmediatePurgeDataOn30Days *bool `json:"ImmediatePurgeDataOn30Days,omitempty"`
IngestionMode *string `json:"IngestionMode,omitempty"`
Kind *string `json:"kind,omitempty"`
Location *string `json:"location,omitempty"`
OriginalVersion string `json:"originalVersion,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"`
PublicNetworkAccessForIngestion *string `json:"publicNetworkAccessForIngestion,omitempty"`
PublicNetworkAccessForQuery *string `json:"publicNetworkAccessForQuery,omitempty"`
RequestSource *string `json:"Request_Source,omitempty"`
RetentionInDays *int `json:"RetentionInDays,omitempty"`
SamplingPercentage *float64 `json:"SamplingPercentage,omitempty"`
Tags map[string]string `json:"tags,omitempty"`
WorkspaceResourceReference *genruntime.ResourceReference `armReference:"WorkspaceResourceId" json:"workspaceResourceReference,omitempty"`
}
Storage version of v1alpha1api20200202.Components_Spec
func (*Components_Spec) AssignPropertiesFromComponentsSpec ¶
func (components *Components_Spec) AssignPropertiesFromComponentsSpec(source *v1beta20200202storage.Components_Spec) error
AssignPropertiesFromComponentsSpec populates our Components_Spec from the provided source Components_Spec
func (*Components_Spec) AssignPropertiesToComponentsSpec ¶
func (components *Components_Spec) AssignPropertiesToComponentsSpec(destination *v1beta20200202storage.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) 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.
type PrivateLinkScopedResource_Status ¶
type PrivateLinkScopedResource_Status struct {
PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
ResourceId *string `json:"ResourceId,omitempty"`
ScopeId *string `json:"ScopeId,omitempty"`
}
Storage version of v1alpha1api20200202.PrivateLinkScopedResource_Status Deprecated version of PrivateLinkScopedResource_Status. Use v1beta20200202.PrivateLinkScopedResource_Status instead
func (*PrivateLinkScopedResource_Status) AssignPropertiesFromPrivateLinkScopedResourceStatus ¶
func (resource *PrivateLinkScopedResource_Status) AssignPropertiesFromPrivateLinkScopedResourceStatus(source *v1beta20200202storage.PrivateLinkScopedResource_Status) error
AssignPropertiesFromPrivateLinkScopedResourceStatus populates our PrivateLinkScopedResource_Status from the provided source PrivateLinkScopedResource_Status
func (*PrivateLinkScopedResource_Status) AssignPropertiesToPrivateLinkScopedResourceStatus ¶
func (resource *PrivateLinkScopedResource_Status) AssignPropertiesToPrivateLinkScopedResourceStatus(destination *v1beta20200202storage.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.