Documentation ¶
Overview ¶
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Package v1alpha1api20210101storage contains API Schema definitions for the microsoft.batch v1alpha1api20210101storage API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=microsoft.batch.azure.com
Index ¶
- Variables
- type AutoStorageBaseProperties
- type AutoStorageProperties_Status
- type BatchAccount
- func (batchAccount *BatchAccount) AzureName() string
- func (in *BatchAccount) DeepCopy() *BatchAccount
- func (in *BatchAccount) DeepCopyInto(out *BatchAccount)
- func (in *BatchAccount) DeepCopyObject() runtime.Object
- func (batchAccount *BatchAccount) GetConditions() conditions.Conditions
- func (batchAccount *BatchAccount) GetResourceKind() genruntime.ResourceKind
- func (batchAccount *BatchAccount) GetSpec() genruntime.ConvertibleSpec
- func (batchAccount *BatchAccount) GetStatus() genruntime.ConvertibleStatus
- func (batchAccount *BatchAccount) GetType() string
- func (batchAccount *BatchAccount) OriginalGVK() *schema.GroupVersionKind
- func (batchAccount *BatchAccount) Owner() *genruntime.ResourceReference
- func (batchAccount *BatchAccount) SetConditions(conditions conditions.Conditions)
- func (batchAccount *BatchAccount) SetStatus(status genruntime.ConvertibleStatus) error
- type BatchAccountIdentity
- type BatchAccountIdentity_Status
- type BatchAccountIdentity_Status_UserAssignedIdentities
- type BatchAccountList
- type BatchAccount_Status
- func (batchAccountStatus *BatchAccount_Status) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
- func (batchAccountStatus *BatchAccount_Status) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
- func (in *BatchAccount_Status) DeepCopy() *BatchAccount_Status
- func (in *BatchAccount_Status) DeepCopyInto(out *BatchAccount_Status)
- type BatchAccounts_Spec
- func (batchAccountsSpec *BatchAccounts_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
- func (batchAccountsSpec *BatchAccounts_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
- func (in *BatchAccounts_Spec) DeepCopy() *BatchAccounts_Spec
- func (in *BatchAccounts_Spec) DeepCopyInto(out *BatchAccounts_Spec)
- type EncryptionProperties
- type EncryptionProperties_Status
- type KeyVaultProperties
- type KeyVaultProperties_Status
- type KeyVaultReference
- type KeyVaultReference_Status
- type PrivateEndpointConnection_Status
- type PrivateEndpoint_Status
- type PrivateLinkServiceConnectionState_Status
- type VirtualMachineFamilyCoreQuota_Status
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "microsoft.batch.azure.com", Version: "v1alpha1api20210101storage"} // 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 AutoStorageBaseProperties ¶
type AutoStorageBaseProperties struct { PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` // +kubebuilder:validation:Required //StorageAccountReference: The resource ID of the storage account to be used for //auto-storage account. StorageAccountReference genruntime.ResourceReference `armReference:"StorageAccountId" json:"storageAccountReference"` }
Storage version of v1alpha1api20210101.AutoStorageBaseProperties Generated from: https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/definitions/AutoStorageBaseProperties
func (*AutoStorageBaseProperties) DeepCopy ¶
func (in *AutoStorageBaseProperties) DeepCopy() *AutoStorageBaseProperties
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AutoStorageBaseProperties.
func (*AutoStorageBaseProperties) DeepCopyInto ¶
func (in *AutoStorageBaseProperties) DeepCopyInto(out *AutoStorageBaseProperties)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AutoStorageProperties_Status ¶
type AutoStorageProperties_Status struct { LastKeySync *string `json:"lastKeySync,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` StorageAccountId *string `json:"storageAccountId,omitempty"` }
Storage version of v1alpha1api20210101.AutoStorageProperties_Status Generated from:
func (*AutoStorageProperties_Status) DeepCopy ¶
func (in *AutoStorageProperties_Status) DeepCopy() *AutoStorageProperties_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AutoStorageProperties_Status.
func (*AutoStorageProperties_Status) DeepCopyInto ¶
func (in *AutoStorageProperties_Status) DeepCopyInto(out *AutoStorageProperties_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BatchAccount ¶
type BatchAccount struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec BatchAccounts_Spec `json:"spec,omitempty"` Status BatchAccount_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="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Storage version of v1alpha1api20210101.BatchAccount Generated from: https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts
func (*BatchAccount) AzureName ¶
func (batchAccount *BatchAccount) AzureName() string
AzureName returns the Azure name of the resource
func (*BatchAccount) DeepCopy ¶
func (in *BatchAccount) DeepCopy() *BatchAccount
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccount.
func (*BatchAccount) DeepCopyInto ¶
func (in *BatchAccount) DeepCopyInto(out *BatchAccount)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BatchAccount) DeepCopyObject ¶
func (in *BatchAccount) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*BatchAccount) GetConditions ¶
func (batchAccount *BatchAccount) GetConditions() conditions.Conditions
GetConditions returns the conditions of the resource
func (*BatchAccount) GetResourceKind ¶
func (batchAccount *BatchAccount) GetResourceKind() genruntime.ResourceKind
GetResourceKind returns the kind of the resource
func (*BatchAccount) GetSpec ¶
func (batchAccount *BatchAccount) GetSpec() genruntime.ConvertibleSpec
GetSpec returns the specification of this resource
func (*BatchAccount) GetStatus ¶
func (batchAccount *BatchAccount) GetStatus() genruntime.ConvertibleStatus
GetStatus returns the status of this resource
func (*BatchAccount) GetType ¶
func (batchAccount *BatchAccount) GetType() string
GetType returns the ARM Type of the resource. This is always "Microsoft.Batch/batchAccounts"
func (*BatchAccount) OriginalGVK ¶
func (batchAccount *BatchAccount) OriginalGVK() *schema.GroupVersionKind
OriginalGVK returns a GroupValueKind for the original API version used to create the resource
func (*BatchAccount) Owner ¶
func (batchAccount *BatchAccount) Owner() *genruntime.ResourceReference
Owner returns the ResourceReference of the owner, or nil if there is no owner
func (*BatchAccount) SetConditions ¶
func (batchAccount *BatchAccount) SetConditions(conditions conditions.Conditions)
SetConditions sets the conditions on the resource status
func (*BatchAccount) SetStatus ¶
func (batchAccount *BatchAccount) SetStatus(status genruntime.ConvertibleStatus) error
SetStatus sets the status of this resource
type BatchAccountIdentity ¶
type BatchAccountIdentity struct { PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Type *string `json:"type,omitempty"` }
Storage version of v1alpha1api20210101.BatchAccountIdentity Generated from: https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/definitions/BatchAccountIdentity
func (*BatchAccountIdentity) DeepCopy ¶
func (in *BatchAccountIdentity) DeepCopy() *BatchAccountIdentity
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccountIdentity.
func (*BatchAccountIdentity) DeepCopyInto ¶
func (in *BatchAccountIdentity) DeepCopyInto(out *BatchAccountIdentity)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BatchAccountIdentity_Status ¶
type BatchAccountIdentity_Status struct { PrincipalId *string `json:"principalId,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` TenantId *string `json:"tenantId,omitempty"` Type *string `json:"type,omitempty"` UserAssignedIdentities map[string]BatchAccountIdentity_Status_UserAssignedIdentities `json:"userAssignedIdentities,omitempty"` }
Storage version of v1alpha1api20210101.BatchAccountIdentity_Status Generated from:
func (*BatchAccountIdentity_Status) DeepCopy ¶
func (in *BatchAccountIdentity_Status) DeepCopy() *BatchAccountIdentity_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccountIdentity_Status.
func (*BatchAccountIdentity_Status) DeepCopyInto ¶
func (in *BatchAccountIdentity_Status) DeepCopyInto(out *BatchAccountIdentity_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BatchAccountIdentity_Status_UserAssignedIdentities ¶
type BatchAccountIdentity_Status_UserAssignedIdentities struct { ClientId *string `json:"clientId,omitempty"` PrincipalId *string `json:"principalId,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1alpha1api20210101.BatchAccountIdentity_Status_UserAssignedIdentities
func (*BatchAccountIdentity_Status_UserAssignedIdentities) DeepCopy ¶
func (in *BatchAccountIdentity_Status_UserAssignedIdentities) DeepCopy() *BatchAccountIdentity_Status_UserAssignedIdentities
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccountIdentity_Status_UserAssignedIdentities.
func (*BatchAccountIdentity_Status_UserAssignedIdentities) DeepCopyInto ¶
func (in *BatchAccountIdentity_Status_UserAssignedIdentities) DeepCopyInto(out *BatchAccountIdentity_Status_UserAssignedIdentities)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BatchAccountList ¶
type BatchAccountList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []BatchAccount `json:"items"` }
+kubebuilder:object:root=true Storage version of v1alpha1api20210101.BatchAccount Generated from: https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts
func (*BatchAccountList) DeepCopy ¶
func (in *BatchAccountList) DeepCopy() *BatchAccountList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccountList.
func (*BatchAccountList) DeepCopyInto ¶
func (in *BatchAccountList) DeepCopyInto(out *BatchAccountList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BatchAccountList) DeepCopyObject ¶
func (in *BatchAccountList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BatchAccount_Status ¶
type BatchAccount_Status struct { AccountEndpoint *string `json:"accountEndpoint,omitempty"` ActiveJobAndJobScheduleQuota *int `json:"activeJobAndJobScheduleQuota,omitempty"` AutoStorage *AutoStorageProperties_Status `json:"autoStorage,omitempty"` Conditions []conditions.Condition `json:"conditions,omitempty"` DedicatedCoreQuota *int `json:"dedicatedCoreQuota,omitempty"` DedicatedCoreQuotaPerVMFamily []VirtualMachineFamilyCoreQuota_Status `json:"dedicatedCoreQuotaPerVMFamily,omitempty"` DedicatedCoreQuotaPerVMFamilyEnforced *bool `json:"dedicatedCoreQuotaPerVMFamilyEnforced,omitempty"` Encryption *EncryptionProperties_Status `json:"encryption,omitempty"` Id *string `json:"id,omitempty"` Identity *BatchAccountIdentity_Status `json:"identity,omitempty"` KeyVaultReference *KeyVaultReference_Status `json:"keyVaultReference,omitempty"` Location *string `json:"location,omitempty"` LowPriorityCoreQuota *int `json:"lowPriorityCoreQuota,omitempty"` Name *string `json:"name,omitempty"` PoolAllocationMode *string `json:"poolAllocationMode,omitempty"` PoolQuota *int `json:"poolQuota,omitempty"` PrivateEndpointConnections []PrivateEndpointConnection_Status `json:"privateEndpointConnections,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` ProvisioningState *string `json:"provisioningState,omitempty"` PublicNetworkAccess *string `json:"publicNetworkAccess,omitempty"` Tags map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
Storage version of v1alpha1api20210101.BatchAccount_Status Generated from:
func (*BatchAccount_Status) ConvertStatusFrom ¶
func (batchAccountStatus *BatchAccount_Status) ConvertStatusFrom(source genruntime.ConvertibleStatus) error
ConvertStatusFrom populates our BatchAccount_Status from the provided source
func (*BatchAccount_Status) ConvertStatusTo ¶
func (batchAccountStatus *BatchAccount_Status) ConvertStatusTo(destination genruntime.ConvertibleStatus) error
ConvertStatusTo populates the provided destination from our BatchAccount_Status
func (*BatchAccount_Status) DeepCopy ¶
func (in *BatchAccount_Status) DeepCopy() *BatchAccount_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccount_Status.
func (*BatchAccount_Status) DeepCopyInto ¶
func (in *BatchAccount_Status) DeepCopyInto(out *BatchAccount_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BatchAccounts_Spec ¶
type BatchAccounts_Spec struct { AutoStorage *AutoStorageBaseProperties `json:"autoStorage,omitempty"` // +kubebuilder:validation:MaxLength=24 // +kubebuilder:validation:MinLength=3 // +kubebuilder:validation:Pattern="^[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"` Encryption *EncryptionProperties `json:"encryption,omitempty"` Identity *BatchAccountIdentity `json:"identity,omitempty"` KeyVaultReference *KeyVaultReference `json:"keyVaultReference,omitempty"` Location *string `json:"location,omitempty"` OriginalVersion string `json:"originalVersion"` // +kubebuilder:validation:Required Owner genruntime.KnownResourceReference `group:"microsoft.resources.azure.com" json:"owner" kind:"ResourceGroup"` PoolAllocationMode *string `json:"poolAllocationMode,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` PublicNetworkAccess *string `json:"publicNetworkAccess,omitempty"` Tags map[string]string `json:"tags,omitempty"` }
Storage version of v1alpha1api20210101.BatchAccounts_Spec
func (*BatchAccounts_Spec) ConvertSpecFrom ¶
func (batchAccountsSpec *BatchAccounts_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error
ConvertSpecFrom populates our BatchAccounts_Spec from the provided source
func (*BatchAccounts_Spec) ConvertSpecTo ¶
func (batchAccountsSpec *BatchAccounts_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error
ConvertSpecTo populates the provided destination from our BatchAccounts_Spec
func (*BatchAccounts_Spec) DeepCopy ¶
func (in *BatchAccounts_Spec) DeepCopy() *BatchAccounts_Spec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccounts_Spec.
func (*BatchAccounts_Spec) DeepCopyInto ¶
func (in *BatchAccounts_Spec) DeepCopyInto(out *BatchAccounts_Spec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EncryptionProperties ¶
type EncryptionProperties struct { KeySource *string `json:"keySource,omitempty"` KeyVaultProperties *KeyVaultProperties `json:"keyVaultProperties,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1alpha1api20210101.EncryptionProperties Generated from: https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/definitions/EncryptionProperties
func (*EncryptionProperties) DeepCopy ¶
func (in *EncryptionProperties) DeepCopy() *EncryptionProperties
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EncryptionProperties.
func (*EncryptionProperties) DeepCopyInto ¶
func (in *EncryptionProperties) DeepCopyInto(out *EncryptionProperties)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EncryptionProperties_Status ¶
type EncryptionProperties_Status struct { KeySource *string `json:"keySource,omitempty"` KeyVaultProperties *KeyVaultProperties_Status `json:"keyVaultProperties,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1alpha1api20210101.EncryptionProperties_Status Generated from:
func (*EncryptionProperties_Status) DeepCopy ¶
func (in *EncryptionProperties_Status) DeepCopy() *EncryptionProperties_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EncryptionProperties_Status.
func (*EncryptionProperties_Status) DeepCopyInto ¶
func (in *EncryptionProperties_Status) DeepCopyInto(out *EncryptionProperties_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KeyVaultProperties ¶
type KeyVaultProperties struct { KeyIdentifier *string `json:"keyIdentifier,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1alpha1api20210101.KeyVaultProperties Generated from: https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/definitions/KeyVaultProperties
func (*KeyVaultProperties) DeepCopy ¶
func (in *KeyVaultProperties) DeepCopy() *KeyVaultProperties
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyVaultProperties.
func (*KeyVaultProperties) DeepCopyInto ¶
func (in *KeyVaultProperties) DeepCopyInto(out *KeyVaultProperties)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KeyVaultProperties_Status ¶
type KeyVaultProperties_Status struct { KeyIdentifier *string `json:"keyIdentifier,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1alpha1api20210101.KeyVaultProperties_Status Generated from:
func (*KeyVaultProperties_Status) DeepCopy ¶
func (in *KeyVaultProperties_Status) DeepCopy() *KeyVaultProperties_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyVaultProperties_Status.
func (*KeyVaultProperties_Status) DeepCopyInto ¶
func (in *KeyVaultProperties_Status) DeepCopyInto(out *KeyVaultProperties_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KeyVaultReference ¶
type KeyVaultReference struct { PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` // +kubebuilder:validation:Required //Reference: The resource ID of the Azure key vault associated with the Batch //account. Reference genruntime.ResourceReference `armReference:"Id" json:"reference"` Url *string `json:"url,omitempty"` }
Storage version of v1alpha1api20210101.KeyVaultReference Generated from: https://schema.management.azure.com/schemas/2021-01-01/Microsoft.Batch.json#/definitions/KeyVaultReference
func (*KeyVaultReference) DeepCopy ¶
func (in *KeyVaultReference) DeepCopy() *KeyVaultReference
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyVaultReference.
func (*KeyVaultReference) DeepCopyInto ¶
func (in *KeyVaultReference) DeepCopyInto(out *KeyVaultReference)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KeyVaultReference_Status ¶
type KeyVaultReference_Status struct { Id *string `json:"id,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Url *string `json:"url,omitempty"` }
Storage version of v1alpha1api20210101.KeyVaultReference_Status Generated from:
func (*KeyVaultReference_Status) DeepCopy ¶
func (in *KeyVaultReference_Status) DeepCopy() *KeyVaultReference_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyVaultReference_Status.
func (*KeyVaultReference_Status) DeepCopyInto ¶
func (in *KeyVaultReference_Status) DeepCopyInto(out *KeyVaultReference_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PrivateEndpointConnection_Status ¶
type PrivateEndpointConnection_Status struct { Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` PrivateEndpoint *PrivateEndpoint_Status `json:"privateEndpoint,omitempty"` PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionState_Status `json:"privateLinkServiceConnectionState,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` ProvisioningState *string `json:"provisioningState,omitempty"` Type *string `json:"type,omitempty"` }
Storage version of v1alpha1api20210101.PrivateEndpointConnection_Status Generated from:
func (*PrivateEndpointConnection_Status) DeepCopy ¶
func (in *PrivateEndpointConnection_Status) DeepCopy() *PrivateEndpointConnection_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateEndpointConnection_Status.
func (*PrivateEndpointConnection_Status) DeepCopyInto ¶
func (in *PrivateEndpointConnection_Status) DeepCopyInto(out *PrivateEndpointConnection_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PrivateEndpoint_Status ¶
type PrivateEndpoint_Status struct { Id *string `json:"id,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1alpha1api20210101.PrivateEndpoint_Status Generated from:
func (*PrivateEndpoint_Status) DeepCopy ¶
func (in *PrivateEndpoint_Status) DeepCopy() *PrivateEndpoint_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateEndpoint_Status.
func (*PrivateEndpoint_Status) DeepCopyInto ¶
func (in *PrivateEndpoint_Status) DeepCopyInto(out *PrivateEndpoint_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PrivateLinkServiceConnectionState_Status ¶
type PrivateLinkServiceConnectionState_Status struct { ActionRequired *string `json:"actionRequired,omitempty"` Description *string `json:"description,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` Status *string `json:"status,omitempty"` }
Storage version of v1alpha1api20210101.PrivateLinkServiceConnectionState_Status Generated from:
func (*PrivateLinkServiceConnectionState_Status) DeepCopy ¶
func (in *PrivateLinkServiceConnectionState_Status) DeepCopy() *PrivateLinkServiceConnectionState_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateLinkServiceConnectionState_Status.
func (*PrivateLinkServiceConnectionState_Status) DeepCopyInto ¶
func (in *PrivateLinkServiceConnectionState_Status) DeepCopyInto(out *PrivateLinkServiceConnectionState_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VirtualMachineFamilyCoreQuota_Status ¶
type VirtualMachineFamilyCoreQuota_Status struct { CoreQuota *int `json:"coreQuota,omitempty"` Name *string `json:"name,omitempty"` PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"` }
Storage version of v1alpha1api20210101.VirtualMachineFamilyCoreQuota_Status Generated from:
func (*VirtualMachineFamilyCoreQuota_Status) DeepCopy ¶
func (in *VirtualMachineFamilyCoreQuota_Status) DeepCopy() *VirtualMachineFamilyCoreQuota_Status
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VirtualMachineFamilyCoreQuota_Status.
func (*VirtualMachineFamilyCoreQuota_Status) DeepCopyInto ¶
func (in *VirtualMachineFamilyCoreQuota_Status) DeepCopyInto(out *VirtualMachineFamilyCoreQuota_Status)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.