Documentation ¶
Overview ¶
Package v1beta20210601storage contains API Schema definitions for the operationalinsights v1beta20210601storage API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=operationalinsights.azure.com
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
- Constants
- Variables
- type APIVersion
- type PrivateLinkScopedResource_Status
- type Workspace
- func (workspace *Workspace) AzureName() string
- func (in *Workspace) DeepCopy() *Workspace
- func (in *Workspace) DeepCopyInto(out *Workspace)
- func (in *Workspace) DeepCopyObject() runtime.Object
- func (workspace Workspace) GetAPIVersion() string
- func (workspace *Workspace) GetConditions() conditions.Conditions
- func (workspace *Workspace) GetResourceScope() genruntime.ResourceScope
- func (workspace *Workspace) GetSpec() genruntime.ConvertibleSpec
- func (workspace *Workspace) GetStatus() genruntime.ConvertibleStatus
- func (workspace *Workspace) GetType() string
- func (workspace *Workspace) Hub()
- func (workspace *Workspace) NewEmptyStatus() genruntime.ConvertibleStatus
- func (workspace *Workspace) OriginalGVK() *schema.GroupVersionKind
- func (workspace *Workspace) Owner() *genruntime.ResourceReference
- func (workspace *Workspace) SetConditions(conditions conditions.Conditions)
- func (workspace *Workspace) SetStatus(status genruntime.ConvertibleStatus) error
- type WorkspaceCapping
- type WorkspaceCapping_Status
- type WorkspaceFeatures
- type WorkspaceFeatures_Status
- type WorkspaceList
- type WorkspaceSku
- type WorkspaceSku_Status
- type Workspace_Status
- func (workspace *Workspace_Status) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
- func (workspace *Workspace_Status) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
- func (in *Workspace_Status) DeepCopy() *Workspace_Status
- func (in *Workspace_Status) DeepCopyInto(out *Workspace_Status)
- type Workspaces_Spec
- func (workspaces *Workspaces_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
- func (workspaces *Workspaces_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
- func (in *Workspaces_Spec) DeepCopy() *Workspaces_Spec
- func (in *Workspaces_Spec) DeepCopyInto(out *Workspaces_Spec)
Constants ¶
const APIVersionValue = APIVersion("2021-06-01")
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "operationalinsights.azure.com", Version: "v1beta20210601storage"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type APIVersion ¶
type APIVersion string
Storage version of v1beta20210601.APIVersion +kubebuilder:validation:Enum={"2021-06-01"}
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 v1beta20210601.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.
type Workspace ¶
type Workspace struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec Workspaces_Spec `json:"spec,omitempty"` Status Workspace_Status `json:"status,omitempty"` }
+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:storageversion +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Storage version of v1beta20210601.Workspace Generated from: https://schema.management.azure.com/schemas/2021-06-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces
func (*Workspace) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Workspace.
func (*Workspace) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Workspace) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (Workspace) GetAPIVersion ¶
GetAPIVersion returns the ARM API version of the resource. This is always "2021-06-01"
func (*Workspace) GetConditions ¶
func (workspace *Workspace) GetConditions() conditions.Conditions
GetConditions returns the conditions of the resource
func (*Workspace) GetResourceScope ¶
func (workspace *Workspace) GetResourceScope() genruntime.ResourceScope
GetResourceScope returns the scope of the resource
func (*Workspace) GetSpec ¶
func (workspace *Workspace) GetSpec() genruntime.ConvertibleSpec
GetSpec returns the specification of this resource
func (*Workspace) GetStatus ¶
func (workspace *Workspace) GetStatus() genruntime.ConvertibleStatus
GetStatus returns the status of this resource
func (*Workspace) GetType ¶
GetType returns the ARM Type of the resource. This is always "Microsoft.OperationalInsights/workspaces"
func (*Workspace) Hub ¶
func (workspace *Workspace) Hub()
Hub marks that this Workspace is the hub type for conversion
func (*Workspace) NewEmptyStatus ¶
func (workspace *Workspace) NewEmptyStatus() genruntime.ConvertibleStatus
NewEmptyStatus returns a new empty (blank) status
func (*Workspace) OriginalGVK ¶
func (workspace *Workspace) OriginalGVK() *schema.GroupVersionKind
OriginalGVK returns a GroupValueKind for the original API version used to create the resource
func (*Workspace) Owner ¶
func (workspace *Workspace) Owner() *genruntime.ResourceReference
Owner returns the ResourceReference of the owner, or nil if there is no owner
func (*Workspace) SetConditions ¶
func (workspace *Workspace) SetConditions(conditions conditions.Conditions)
SetConditions sets the conditions on the resource status
func (*Workspace) SetStatus ¶
func (workspace *Workspace) SetStatus(status genruntime.ConvertibleStatus) error
SetStatus sets the status of this resource
type WorkspaceCapping ¶
type WorkspaceCapping struct { DailyQuotaGb *float64 `json:"dailyQuotaGb,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1beta20210601.WorkspaceCapping Generated from: https://schema.management.azure.com/schemas/2021-06-01/Microsoft.OperationalInsights.json#/definitions/WorkspaceCapping
func (*WorkspaceCapping) DeepCopy ¶
func (in *WorkspaceCapping) DeepCopy() *WorkspaceCapping
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceCapping.
func (*WorkspaceCapping) DeepCopyInto ¶
func (in *WorkspaceCapping) DeepCopyInto(out *WorkspaceCapping)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkspaceCapping_Status ¶
type WorkspaceCapping_Status struct { DailyQuotaGb *float64 `json:"dailyQuotaGb,omitempty"` DataIngestionStatus *string `json:"dataIngestionStatus,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` QuotaNextResetTime *string `json:"quotaNextResetTime,omitempty"` }
Storage version of v1beta20210601.WorkspaceCapping_Status
func (*WorkspaceCapping_Status) DeepCopy ¶
func (in *WorkspaceCapping_Status) DeepCopy() *WorkspaceCapping_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceCapping_Status.
func (*WorkspaceCapping_Status) DeepCopyInto ¶
func (in *WorkspaceCapping_Status) DeepCopyInto(out *WorkspaceCapping_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkspaceFeatures ¶
type WorkspaceFeatures struct { AdditionalProperties map[string]v1.JSON `json:"additionalProperties,omitempty"` // ClusterResourceReference: Dedicated LA cluster resourceId that is linked to the workspaces. ClusterResourceReference *genruntime.ResourceReference `armReference:"ClusterResourceId" json:"clusterResourceReference,omitempty"` DisableLocalAuth *bool `json:"disableLocalAuth,omitempty"` EnableDataExport *bool `json:"enableDataExport,omitempty"` EnableLogAccessUsingOnlyResourcePermissions *bool `json:"enableLogAccessUsingOnlyResourcePermissions,omitempty"` ImmediatePurgeDataOn30Days *bool `json:"immediatePurgeDataOn30Days,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1beta20210601.WorkspaceFeatures Generated from: https://schema.management.azure.com/schemas/2021-06-01/Microsoft.OperationalInsights.json#/definitions/WorkspaceFeatures
func (*WorkspaceFeatures) DeepCopy ¶
func (in *WorkspaceFeatures) DeepCopy() *WorkspaceFeatures
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceFeatures.
func (*WorkspaceFeatures) DeepCopyInto ¶
func (in *WorkspaceFeatures) DeepCopyInto(out *WorkspaceFeatures)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkspaceFeatures_Status ¶
type WorkspaceFeatures_Status struct { ClusterResourceId *string `json:"clusterResourceId,omitempty"` DisableLocalAuth *bool `json:"disableLocalAuth,omitempty"` EnableDataExport *bool `json:"enableDataExport,omitempty"` EnableLogAccessUsingOnlyResourcePermissions *bool `json:"enableLogAccessUsingOnlyResourcePermissions,omitempty"` ImmediatePurgeDataOn30Days *bool `json:"immediatePurgeDataOn30Days,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1beta20210601.WorkspaceFeatures_Status
func (*WorkspaceFeatures_Status) DeepCopy ¶
func (in *WorkspaceFeatures_Status) DeepCopy() *WorkspaceFeatures_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceFeatures_Status.
func (*WorkspaceFeatures_Status) DeepCopyInto ¶
func (in *WorkspaceFeatures_Status) DeepCopyInto(out *WorkspaceFeatures_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkspaceList ¶
type WorkspaceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Workspace `json:"items"` }
+kubebuilder:object:root=true Storage version of v1beta20210601.Workspace Generated from: https://schema.management.azure.com/schemas/2021-06-01/Microsoft.OperationalInsights.json#/resourceDefinitions/workspaces
func (*WorkspaceList) DeepCopy ¶
func (in *WorkspaceList) DeepCopy() *WorkspaceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceList.
func (*WorkspaceList) DeepCopyInto ¶
func (in *WorkspaceList) DeepCopyInto(out *WorkspaceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WorkspaceList) DeepCopyObject ¶
func (in *WorkspaceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type WorkspaceSku ¶
type WorkspaceSku struct { CapacityReservationLevel *int `json:"capacityReservationLevel,omitempty"` Name *string `json:"name,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1beta20210601.WorkspaceSku Generated from: https://schema.management.azure.com/schemas/2021-06-01/Microsoft.OperationalInsights.json#/definitions/WorkspaceSku
func (*WorkspaceSku) DeepCopy ¶
func (in *WorkspaceSku) DeepCopy() *WorkspaceSku
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceSku.
func (*WorkspaceSku) DeepCopyInto ¶
func (in *WorkspaceSku) DeepCopyInto(out *WorkspaceSku)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkspaceSku_Status ¶
type WorkspaceSku_Status struct { CapacityReservationLevel *int `json:"capacityReservationLevel,omitempty"` LastSkuUpdate *string `json:"lastSkuUpdate,omitempty"` Name *string `json:"name,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1beta20210601.WorkspaceSku_Status
func (*WorkspaceSku_Status) DeepCopy ¶
func (in *WorkspaceSku_Status) DeepCopy() *WorkspaceSku_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceSku_Status.
func (*WorkspaceSku_Status) DeepCopyInto ¶
func (in *WorkspaceSku_Status) DeepCopyInto(out *WorkspaceSku_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Workspace_Status ¶
type Workspace_Status struct { Conditions []conditions.Condition `json:"conditions,omitempty"` CreatedDate *string `json:"createdDate,omitempty"` CustomerId *string `json:"customerId,omitempty"` Etag *string `json:"etag,omitempty"` Features *WorkspaceFeatures_Status `json:"features,omitempty"` ForceCmkForQuery *bool `json:"forceCmkForQuery,omitempty"` Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` ModifiedDate *string `json:"modifiedDate,omitempty"` Name *string `json:"name,omitempty"` PrivateLinkScopedResources []PrivateLinkScopedResource_Status `json:"privateLinkScopedResources,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` ProvisioningState *string `json:"provisioningState,omitempty"` PublicNetworkAccessForIngestion *string `json:"publicNetworkAccessForIngestion,omitempty"` PublicNetworkAccessForQuery *string `json:"publicNetworkAccessForQuery,omitempty"` RetentionInDays *int `json:"retentionInDays,omitempty"` Sku *WorkspaceSku_Status `json:"sku,omitempty"` Tags map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` WorkspaceCapping *WorkspaceCapping_Status `json:"workspaceCapping,omitempty"` }
Storage version of v1beta20210601.Workspace_Status
func (*Workspace_Status) ConvertStatusFrom ¶
func (workspace *Workspace_Status) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
ConvertStatusFrom populates our Workspace_Status from the provided source
func (*Workspace_Status) ConvertStatusTo ¶
func (workspace *Workspace_Status) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
ConvertStatusTo populates the provided destination from our Workspace_Status
func (*Workspace_Status) DeepCopy ¶
func (in *Workspace_Status) DeepCopy() *Workspace_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Workspace_Status.
func (*Workspace_Status) DeepCopyInto ¶
func (in *Workspace_Status) DeepCopyInto(out *Workspace_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Workspaces_Spec ¶
type Workspaces_Spec struct { // +kubebuilder:validation:MaxLength=63 // +kubebuilder:validation:MinLength=4 // +kubebuilder:validation:Pattern="^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$" // 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"` Etag *string `json:"etag,omitempty"` Features *WorkspaceFeatures `json:"features,omitempty"` ForceCmkForQuery *bool `json:"forceCmkForQuery,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"` ProvisioningState *string `json:"provisioningState,omitempty"` PublicNetworkAccessForIngestion *string `json:"publicNetworkAccessForIngestion,omitempty"` PublicNetworkAccessForQuery *string `json:"publicNetworkAccessForQuery,omitempty"` RetentionInDays *int `json:"retentionInDays,omitempty"` Sku *WorkspaceSku `json:"sku,omitempty"` Tags map[string]string `json:"tags,omitempty"` WorkspaceCapping *WorkspaceCapping `json:"workspaceCapping,omitempty"` }
Storage version of v1beta20210601.Workspaces_Spec
func (*Workspaces_Spec) ConvertSpecFrom ¶
func (workspaces *Workspaces_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
ConvertSpecFrom populates our Workspaces_Spec from the provided source
func (*Workspaces_Spec) ConvertSpecTo ¶
func (workspaces *Workspaces_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
ConvertSpecTo populates the provided destination from our Workspaces_Spec
func (*Workspaces_Spec) DeepCopy ¶
func (in *Workspaces_Spec) DeepCopy() *Workspaces_Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Workspaces_Spec.
func (*Workspaces_Spec) DeepCopyInto ¶
func (in *Workspaces_Spec) DeepCopyInto(out *Workspaces_Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.