v1alpha1api20210101

package
v2.0.0-beta.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2022 License: MIT Imports: 13 Imported by: 0

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 v1alpha1api20210101 contains API Schema definitions for the batch v1alpha1api20210101 API group +groupName=batch.azure.com

Package v1alpha1api20210101 contains API Schema definitions for the batch v1alpha1api20210101 API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=batch.azure.com

Index

Constants

View Source
const (
	BatchAccountIdentityStatusTypeNone           = BatchAccountIdentityStatusType("None")
	BatchAccountIdentityStatusTypeSystemAssigned = BatchAccountIdentityStatusType("SystemAssigned")
	BatchAccountIdentityStatusTypeUserAssigned   = BatchAccountIdentityStatusType("UserAssigned")
)
View Source
const (
	BatchAccountCreatePropertiesPoolAllocationModeBatchService     = BatchAccountCreatePropertiesPoolAllocationMode("BatchService")
	BatchAccountCreatePropertiesPoolAllocationModeUserSubscription = BatchAccountCreatePropertiesPoolAllocationMode("UserSubscription")
)
View Source
const (
	BatchAccountCreatePropertiesPublicNetworkAccessDisabled = BatchAccountCreatePropertiesPublicNetworkAccess("Disabled")
	BatchAccountCreatePropertiesPublicNetworkAccessEnabled  = BatchAccountCreatePropertiesPublicNetworkAccess("Enabled")
)
View Source
const (
	BatchAccountPropertiesStatusProvisioningStateCancelled = BatchAccountPropertiesStatusProvisioningState("Cancelled")
	BatchAccountPropertiesStatusProvisioningStateCreating  = BatchAccountPropertiesStatusProvisioningState("Creating")
	BatchAccountPropertiesStatusProvisioningStateDeleting  = BatchAccountPropertiesStatusProvisioningState("Deleting")
	BatchAccountPropertiesStatusProvisioningStateFailed    = BatchAccountPropertiesStatusProvisioningState("Failed")
	BatchAccountPropertiesStatusProvisioningStateInvalid   = BatchAccountPropertiesStatusProvisioningState("Invalid")
	BatchAccountPropertiesStatusProvisioningStateSucceeded = BatchAccountPropertiesStatusProvisioningState("Succeeded")
)
View Source
const (
	PoolAllocationMode_StatusBatchService     = PoolAllocationMode_Status("BatchService")
	PoolAllocationMode_StatusUserSubscription = PoolAllocationMode_Status("UserSubscription")
)
View Source
const (
	PublicNetworkAccessType_StatusDisabled = PublicNetworkAccessType_Status("Disabled")
	PublicNetworkAccessType_StatusEnabled  = PublicNetworkAccessType_Status("Enabled")
)
View Source
const (
	EncryptionPropertiesKeySourceMicrosoftBatch    = EncryptionPropertiesKeySource("Microsoft.Batch")
	EncryptionPropertiesKeySourceMicrosoftKeyVault = EncryptionPropertiesKeySource("Microsoft.KeyVault")
)
View Source
const (
	EncryptionPropertiesStatusKeySourceMicrosoftBatch    = EncryptionPropertiesStatusKeySource("Microsoft.Batch")
	EncryptionPropertiesStatusKeySourceMicrosoftKeyVault = EncryptionPropertiesStatusKeySource("Microsoft.KeyVault")
)
View Source
const (
	PrivateEndpointConnectionPropertiesStatusProvisioningStateFailed    = PrivateEndpointConnectionPropertiesStatusProvisioningState("Failed")
	PrivateEndpointConnectionPropertiesStatusProvisioningStateSucceeded = PrivateEndpointConnectionPropertiesStatusProvisioningState("Succeeded")
	PrivateEndpointConnectionPropertiesStatusProvisioningStateUpdating  = PrivateEndpointConnectionPropertiesStatusProvisioningState("Updating")
)
View Source
const (
	PrivateLinkServiceConnectionStatus_StatusApproved     = PrivateLinkServiceConnectionStatus_Status("Approved")
	PrivateLinkServiceConnectionStatus_StatusDisconnected = PrivateLinkServiceConnectionStatus_Status("Disconnected")
	PrivateLinkServiceConnectionStatus_StatusPending      = PrivateLinkServiceConnectionStatus_Status("Pending")
	PrivateLinkServiceConnectionStatus_StatusRejected     = PrivateLinkServiceConnectionStatus_Status("Rejected")
)
View Source
const (
	BatchAccountIdentityTypeNone           = BatchAccountIdentityType("None")
	BatchAccountIdentityTypeSystemAssigned = BatchAccountIdentityType("SystemAssigned")
	BatchAccountIdentityTypeUserAssigned   = BatchAccountIdentityType("UserAssigned")
)
View Source
const APIVersionValue = APIVersion("2021-01-01")

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "batch.azure.com", Version: "v1alpha1api20210101"}

	// 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

Deprecated version of APIVersion. Use v1beta20210101.APIVersion instead +kubebuilder:validation:Enum={"2021-01-01"}

type AutoStorageBaseProperties

type AutoStorageBaseProperties struct {
	// +kubebuilder:validation:Required
	StorageAccountReference *genruntime.ResourceReference `armReference:"StorageAccountId" json:"storageAccountReference,omitempty"`
}

Deprecated version of AutoStorageBaseProperties. Use v1beta20210101.AutoStorageBaseProperties instead

func (*AutoStorageBaseProperties) AssignPropertiesFromAutoStorageBaseProperties

func (properties *AutoStorageBaseProperties) AssignPropertiesFromAutoStorageBaseProperties(source *alpha20210101s.AutoStorageBaseProperties) error

AssignPropertiesFromAutoStorageBaseProperties populates our AutoStorageBaseProperties from the provided source AutoStorageBaseProperties

func (*AutoStorageBaseProperties) AssignPropertiesToAutoStorageBaseProperties

func (properties *AutoStorageBaseProperties) AssignPropertiesToAutoStorageBaseProperties(destination *alpha20210101s.AutoStorageBaseProperties) error

AssignPropertiesToAutoStorageBaseProperties populates the provided destination AutoStorageBaseProperties from our AutoStorageBaseProperties

func (*AutoStorageBaseProperties) ConvertToARM

func (properties *AutoStorageBaseProperties) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AutoStorageBaseProperties) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AutoStorageBaseProperties.

func (*AutoStorageBaseProperties) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*AutoStorageBaseProperties) NewEmptyARMValue

func (properties *AutoStorageBaseProperties) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AutoStorageBaseProperties) PopulateFromARM

func (properties *AutoStorageBaseProperties) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AutoStorageBasePropertiesARM

type AutoStorageBasePropertiesARM struct {
	StorageAccountId *string `json:"storageAccountId,omitempty"`
}

Deprecated version of AutoStorageBaseProperties. Use v1beta20210101.AutoStorageBaseProperties instead

func (*AutoStorageBasePropertiesARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AutoStorageBasePropertiesARM.

func (*AutoStorageBasePropertiesARM) DeepCopyInto

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"`
	StorageAccountId *string `json:"storageAccountId,omitempty"`
}

Deprecated version of AutoStorageProperties_Status. Use v1beta20210101.AutoStorageProperties_Status instead

func (*AutoStorageProperties_Status) AssignPropertiesFromAutoStoragePropertiesStatus

func (properties *AutoStorageProperties_Status) AssignPropertiesFromAutoStoragePropertiesStatus(source *alpha20210101s.AutoStorageProperties_Status) error

AssignPropertiesFromAutoStoragePropertiesStatus populates our AutoStorageProperties_Status from the provided source AutoStorageProperties_Status

func (*AutoStorageProperties_Status) AssignPropertiesToAutoStoragePropertiesStatus

func (properties *AutoStorageProperties_Status) AssignPropertiesToAutoStoragePropertiesStatus(destination *alpha20210101s.AutoStorageProperties_Status) error

AssignPropertiesToAutoStoragePropertiesStatus populates the provided destination AutoStorageProperties_Status from our AutoStorageProperties_Status

func (*AutoStorageProperties_Status) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AutoStorageProperties_Status.

func (*AutoStorageProperties_Status) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*AutoStorageProperties_Status) NewEmptyARMValue

func (properties *AutoStorageProperties_Status) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AutoStorageProperties_Status) PopulateFromARM

func (properties *AutoStorageProperties_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AutoStorageProperties_StatusARM

type AutoStorageProperties_StatusARM struct {
	LastKeySync      *string `json:"lastKeySync,omitempty"`
	StorageAccountId *string `json:"storageAccountId,omitempty"`
}

Deprecated version of AutoStorageProperties_Status. Use v1beta20210101.AutoStorageProperties_Status instead

func (*AutoStorageProperties_StatusARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AutoStorageProperties_StatusARM.

func (*AutoStorageProperties_StatusARM) DeepCopyInto

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="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" Deprecated version of BatchAccount. Use v1beta20210101.BatchAccount instead

func (*BatchAccount) AssignPropertiesFromBatchAccount

func (account *BatchAccount) AssignPropertiesFromBatchAccount(source *alpha20210101s.BatchAccount) error

AssignPropertiesFromBatchAccount populates our BatchAccount from the provided source BatchAccount

func (*BatchAccount) AssignPropertiesToBatchAccount

func (account *BatchAccount) AssignPropertiesToBatchAccount(destination *alpha20210101s.BatchAccount) error

AssignPropertiesToBatchAccount populates the provided destination BatchAccount from our BatchAccount

func (*BatchAccount) AzureName

func (account *BatchAccount) AzureName() string

AzureName returns the Azure name of the resource

func (*BatchAccount) ConvertFrom

func (account *BatchAccount) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our BatchAccount from the provided hub BatchAccount

func (*BatchAccount) ConvertTo

func (account *BatchAccount) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub BatchAccount from our BatchAccount

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) Default

func (account *BatchAccount) Default()

Default applies defaults to the BatchAccount resource

func (BatchAccount) GetAPIVersion

func (account BatchAccount) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2021-01-01"

func (*BatchAccount) GetConditions

func (account *BatchAccount) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*BatchAccount) GetResourceKind

func (account *BatchAccount) GetResourceKind() genruntime.ResourceKind

GetResourceKind returns the kind of the resource

func (*BatchAccount) GetSpec

func (account *BatchAccount) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*BatchAccount) GetStatus

func (account *BatchAccount) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*BatchAccount) GetType

func (account *BatchAccount) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Batch/batchAccounts"

func (*BatchAccount) NewEmptyStatus

func (account *BatchAccount) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*BatchAccount) OriginalGVK

func (account *BatchAccount) OriginalGVK() *schema.GroupVersionKind

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*BatchAccount) Owner

func (account *BatchAccount) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner, or nil if there is no owner

func (*BatchAccount) SetConditions

func (account *BatchAccount) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*BatchAccount) SetStatus

func (account *BatchAccount) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

func (*BatchAccount) ValidateCreate

func (account *BatchAccount) ValidateCreate() error

ValidateCreate validates the creation of the resource

func (*BatchAccount) ValidateDelete

func (account *BatchAccount) ValidateDelete() error

ValidateDelete validates the deletion of the resource

func (*BatchAccount) ValidateUpdate

func (account *BatchAccount) ValidateUpdate(old runtime.Object) error

ValidateUpdate validates an update of the resource

type BatchAccountCreatePropertiesARM

type BatchAccountCreatePropertiesARM struct {
	AutoStorage         *AutoStorageBasePropertiesARM                    `json:"autoStorage,omitempty"`
	Encryption          *EncryptionPropertiesARM                         `json:"encryption,omitempty"`
	KeyVaultReference   *KeyVaultReferenceARM                            `json:"keyVaultReference,omitempty"`
	PoolAllocationMode  *BatchAccountCreatePropertiesPoolAllocationMode  `json:"poolAllocationMode,omitempty"`
	PublicNetworkAccess *BatchAccountCreatePropertiesPublicNetworkAccess `json:"publicNetworkAccess,omitempty"`
}

Deprecated version of BatchAccountCreateProperties. Use v1beta20210101.BatchAccountCreateProperties instead

func (*BatchAccountCreatePropertiesARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccountCreatePropertiesARM.

func (*BatchAccountCreatePropertiesARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type BatchAccountCreatePropertiesPoolAllocationMode

type BatchAccountCreatePropertiesPoolAllocationMode string

Deprecated version of BatchAccountCreatePropertiesPoolAllocationMode. Use v1beta20210101.BatchAccountCreatePropertiesPoolAllocationMode instead +kubebuilder:validation:Enum={"BatchService","UserSubscription"}

type BatchAccountCreatePropertiesPublicNetworkAccess

type BatchAccountCreatePropertiesPublicNetworkAccess string

Deprecated version of BatchAccountCreatePropertiesPublicNetworkAccess. Use v1beta20210101.BatchAccountCreatePropertiesPublicNetworkAccess instead +kubebuilder:validation:Enum={"Disabled","Enabled"}

type BatchAccountIdentity

type BatchAccountIdentity struct {
	// +kubebuilder:validation:Required
	Type *BatchAccountIdentityType `json:"type,omitempty"`
}

Deprecated version of BatchAccountIdentity. Use v1beta20210101.BatchAccountIdentity instead

func (*BatchAccountIdentity) AssignPropertiesFromBatchAccountIdentity

func (identity *BatchAccountIdentity) AssignPropertiesFromBatchAccountIdentity(source *alpha20210101s.BatchAccountIdentity) error

AssignPropertiesFromBatchAccountIdentity populates our BatchAccountIdentity from the provided source BatchAccountIdentity

func (*BatchAccountIdentity) AssignPropertiesToBatchAccountIdentity

func (identity *BatchAccountIdentity) AssignPropertiesToBatchAccountIdentity(destination *alpha20210101s.BatchAccountIdentity) error

AssignPropertiesToBatchAccountIdentity populates the provided destination BatchAccountIdentity from our BatchAccountIdentity

func (*BatchAccountIdentity) ConvertToARM

func (identity *BatchAccountIdentity) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*BatchAccountIdentity) DeepCopy

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.

func (*BatchAccountIdentity) NewEmptyARMValue

func (identity *BatchAccountIdentity) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*BatchAccountIdentity) PopulateFromARM

func (identity *BatchAccountIdentity) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type BatchAccountIdentityARM

type BatchAccountIdentityARM struct {
	Type *BatchAccountIdentityType `json:"type,omitempty"`
}

Deprecated version of BatchAccountIdentity. Use v1beta20210101.BatchAccountIdentity instead

func (*BatchAccountIdentityARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccountIdentityARM.

func (*BatchAccountIdentityARM) DeepCopyInto

func (in *BatchAccountIdentityARM) DeepCopyInto(out *BatchAccountIdentityARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type BatchAccountIdentityStatusType

type BatchAccountIdentityStatusType string

Deprecated version of BatchAccountIdentityStatusType. Use v1beta20210101.BatchAccountIdentityStatusType instead

type BatchAccountIdentityType

type BatchAccountIdentityType string

Deprecated version of BatchAccountIdentityType. Use v1beta20210101.BatchAccountIdentityType instead +kubebuilder:validation:Enum={"None","SystemAssigned","UserAssigned"}

type BatchAccountIdentity_Status

type BatchAccountIdentity_Status struct {
	PrincipalId            *string                                                       `json:"principalId,omitempty"`
	TenantId               *string                                                       `json:"tenantId,omitempty"`
	Type                   *BatchAccountIdentityStatusType                               `json:"type,omitempty"`
	UserAssignedIdentities map[string]BatchAccountIdentity_Status_UserAssignedIdentities `json:"userAssignedIdentities,omitempty"`
}

Deprecated version of BatchAccountIdentity_Status. Use v1beta20210101.BatchAccountIdentity_Status instead

func (*BatchAccountIdentity_Status) AssignPropertiesFromBatchAccountIdentityStatus

func (identity *BatchAccountIdentity_Status) AssignPropertiesFromBatchAccountIdentityStatus(source *alpha20210101s.BatchAccountIdentity_Status) error

AssignPropertiesFromBatchAccountIdentityStatus populates our BatchAccountIdentity_Status from the provided source BatchAccountIdentity_Status

func (*BatchAccountIdentity_Status) AssignPropertiesToBatchAccountIdentityStatus

func (identity *BatchAccountIdentity_Status) AssignPropertiesToBatchAccountIdentityStatus(destination *alpha20210101s.BatchAccountIdentity_Status) error

AssignPropertiesToBatchAccountIdentityStatus populates the provided destination BatchAccountIdentity_Status from our BatchAccountIdentity_Status

func (*BatchAccountIdentity_Status) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccountIdentity_Status.

func (*BatchAccountIdentity_Status) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*BatchAccountIdentity_Status) NewEmptyARMValue

func (identity *BatchAccountIdentity_Status) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*BatchAccountIdentity_Status) PopulateFromARM

func (identity *BatchAccountIdentity_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type BatchAccountIdentity_StatusARM

type BatchAccountIdentity_StatusARM struct {
	PrincipalId            *string                                                          `json:"principalId,omitempty"`
	TenantId               *string                                                          `json:"tenantId,omitempty"`
	Type                   *BatchAccountIdentityStatusType                                  `json:"type,omitempty"`
	UserAssignedIdentities map[string]BatchAccountIdentity_Status_UserAssignedIdentitiesARM `json:"userAssignedIdentities,omitempty"`
}

Deprecated version of BatchAccountIdentity_Status. Use v1beta20210101.BatchAccountIdentity_Status instead

func (*BatchAccountIdentity_StatusARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccountIdentity_StatusARM.

func (*BatchAccountIdentity_StatusARM) DeepCopyInto

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"`
}

Deprecated version of BatchAccountIdentity_Status_UserAssignedIdentities. Use v1beta20210101.BatchAccountIdentity_Status_UserAssignedIdentities instead

func (*BatchAccountIdentity_Status_UserAssignedIdentities) AssignPropertiesFromBatchAccountIdentityStatusUserAssignedIdentities

func (identities *BatchAccountIdentity_Status_UserAssignedIdentities) AssignPropertiesFromBatchAccountIdentityStatusUserAssignedIdentities(source *alpha20210101s.BatchAccountIdentity_Status_UserAssignedIdentities) error

AssignPropertiesFromBatchAccountIdentityStatusUserAssignedIdentities populates our BatchAccountIdentity_Status_UserAssignedIdentities from the provided source BatchAccountIdentity_Status_UserAssignedIdentities

func (*BatchAccountIdentity_Status_UserAssignedIdentities) AssignPropertiesToBatchAccountIdentityStatusUserAssignedIdentities

func (identities *BatchAccountIdentity_Status_UserAssignedIdentities) AssignPropertiesToBatchAccountIdentityStatusUserAssignedIdentities(destination *alpha20210101s.BatchAccountIdentity_Status_UserAssignedIdentities) error

AssignPropertiesToBatchAccountIdentityStatusUserAssignedIdentities populates the provided destination BatchAccountIdentity_Status_UserAssignedIdentities from our BatchAccountIdentity_Status_UserAssignedIdentities

func (*BatchAccountIdentity_Status_UserAssignedIdentities) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccountIdentity_Status_UserAssignedIdentities.

func (*BatchAccountIdentity_Status_UserAssignedIdentities) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*BatchAccountIdentity_Status_UserAssignedIdentities) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*BatchAccountIdentity_Status_UserAssignedIdentities) PopulateFromARM

func (identities *BatchAccountIdentity_Status_UserAssignedIdentities) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type BatchAccountIdentity_Status_UserAssignedIdentitiesARM

type BatchAccountIdentity_Status_UserAssignedIdentitiesARM struct {
	ClientId    *string `json:"clientId,omitempty"`
	PrincipalId *string `json:"principalId,omitempty"`
}

Deprecated version of BatchAccountIdentity_Status_UserAssignedIdentities. Use v1beta20210101.BatchAccountIdentity_Status_UserAssignedIdentities instead

func (*BatchAccountIdentity_Status_UserAssignedIdentitiesARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccountIdentity_Status_UserAssignedIdentitiesARM.

func (*BatchAccountIdentity_Status_UserAssignedIdentitiesARM) DeepCopyInto

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 Deprecated version of BatchAccount. Use v1beta20210101.BatchAccount instead

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 BatchAccountPropertiesStatusProvisioningState

type BatchAccountPropertiesStatusProvisioningState string

Deprecated version of BatchAccountPropertiesStatusProvisioningState. Use v1beta20210101.BatchAccountPropertiesStatusProvisioningState instead

type BatchAccountProperties_StatusARM

type BatchAccountProperties_StatusARM struct {
	AccountEndpoint                       *string                                        `json:"accountEndpoint,omitempty"`
	ActiveJobAndJobScheduleQuota          *int                                           `json:"activeJobAndJobScheduleQuota,omitempty"`
	AutoStorage                           *AutoStorageProperties_StatusARM               `json:"autoStorage,omitempty"`
	DedicatedCoreQuota                    *int                                           `json:"dedicatedCoreQuota,omitempty"`
	DedicatedCoreQuotaPerVMFamily         []VirtualMachineFamilyCoreQuota_StatusARM      `json:"dedicatedCoreQuotaPerVMFamily,omitempty"`
	DedicatedCoreQuotaPerVMFamilyEnforced *bool                                          `json:"dedicatedCoreQuotaPerVMFamilyEnforced,omitempty"`
	Encryption                            *EncryptionProperties_StatusARM                `json:"encryption,omitempty"`
	KeyVaultReference                     *KeyVaultReference_StatusARM                   `json:"keyVaultReference,omitempty"`
	LowPriorityCoreQuota                  *int                                           `json:"lowPriorityCoreQuota,omitempty"`
	PoolAllocationMode                    *PoolAllocationMode_Status                     `json:"poolAllocationMode,omitempty"`
	PoolQuota                             *int                                           `json:"poolQuota,omitempty"`
	PrivateEndpointConnections            []PrivateEndpointConnection_StatusARM          `json:"privateEndpointConnections,omitempty"`
	ProvisioningState                     *BatchAccountPropertiesStatusProvisioningState `json:"provisioningState,omitempty"`
	PublicNetworkAccess                   *PublicNetworkAccessType_Status                `json:"publicNetworkAccess,omitempty"`
}

Deprecated version of BatchAccountProperties_Status. Use v1beta20210101.BatchAccountProperties_Status instead

func (*BatchAccountProperties_StatusARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccountProperties_StatusARM.

func (*BatchAccountProperties_StatusARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type BatchAccount_Status

type BatchAccount_Status struct {
	AccountEndpoint              *string                       `json:"accountEndpoint,omitempty"`
	ActiveJobAndJobScheduleQuota *int                          `json:"activeJobAndJobScheduleQuota,omitempty"`
	AutoStorage                  *AutoStorageProperties_Status `json:"autoStorage,omitempty"`

	// Conditions: The observed state of the resource
	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                    *PoolAllocationMode_Status                     `json:"poolAllocationMode,omitempty"`
	PoolQuota                             *int                                           `json:"poolQuota,omitempty"`
	PrivateEndpointConnections            []PrivateEndpointConnection_Status             `json:"privateEndpointConnections,omitempty"`
	ProvisioningState                     *BatchAccountPropertiesStatusProvisioningState `json:"provisioningState,omitempty"`
	PublicNetworkAccess                   *PublicNetworkAccessType_Status                `json:"publicNetworkAccess,omitempty"`
	Tags                                  map[string]string                              `json:"tags,omitempty"`
	Type                                  *string                                        `json:"type,omitempty"`
}

Deprecated version of BatchAccount_Status. Use v1beta20210101.BatchAccount_Status instead

func (*BatchAccount_Status) AssignPropertiesFromBatchAccountStatus

func (account *BatchAccount_Status) AssignPropertiesFromBatchAccountStatus(source *alpha20210101s.BatchAccount_Status) error

AssignPropertiesFromBatchAccountStatus populates our BatchAccount_Status from the provided source BatchAccount_Status

func (*BatchAccount_Status) AssignPropertiesToBatchAccountStatus

func (account *BatchAccount_Status) AssignPropertiesToBatchAccountStatus(destination *alpha20210101s.BatchAccount_Status) error

AssignPropertiesToBatchAccountStatus populates the provided destination BatchAccount_Status from our BatchAccount_Status

func (*BatchAccount_Status) ConvertStatusFrom

func (account *BatchAccount_Status) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our BatchAccount_Status from the provided source

func (*BatchAccount_Status) ConvertStatusTo

func (account *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.

func (*BatchAccount_Status) NewEmptyARMValue

func (account *BatchAccount_Status) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*BatchAccount_Status) PopulateFromARM

func (account *BatchAccount_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type BatchAccount_StatusARM

type BatchAccount_StatusARM struct {
	Id         *string                           `json:"id,omitempty"`
	Identity   *BatchAccountIdentity_StatusARM   `json:"identity,omitempty"`
	Location   *string                           `json:"location,omitempty"`
	Name       *string                           `json:"name,omitempty"`
	Properties *BatchAccountProperties_StatusARM `json:"properties,omitempty"`
	Tags       map[string]string                 `json:"tags,omitempty"`
	Type       *string                           `json:"type,omitempty"`
}

Deprecated version of BatchAccount_Status. Use v1beta20210101.BatchAccount_Status instead

func (*BatchAccount_StatusARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccount_StatusARM.

func (*BatchAccount_StatusARM) DeepCopyInto

func (in *BatchAccount_StatusARM) DeepCopyInto(out *BatchAccount_StatusARM)

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,omitempty"`
	Encryption        *EncryptionProperties `json:"encryption,omitempty"`
	Identity          *BatchAccountIdentity `json:"identity,omitempty"`
	KeyVaultReference *KeyVaultReference    `json:"keyVaultReference,omitempty"`
	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"`
	PoolAllocationMode  *BatchAccountCreatePropertiesPoolAllocationMode  `json:"poolAllocationMode,omitempty"`
	PublicNetworkAccess *BatchAccountCreatePropertiesPublicNetworkAccess `json:"publicNetworkAccess,omitempty"`
	Tags                map[string]string                                `json:"tags,omitempty"`
}

func (*BatchAccounts_Spec) AssignPropertiesFromBatchAccountsSpec

func (accounts *BatchAccounts_Spec) AssignPropertiesFromBatchAccountsSpec(source *alpha20210101s.BatchAccounts_Spec) error

AssignPropertiesFromBatchAccountsSpec populates our BatchAccounts_Spec from the provided source BatchAccounts_Spec

func (*BatchAccounts_Spec) AssignPropertiesToBatchAccountsSpec

func (accounts *BatchAccounts_Spec) AssignPropertiesToBatchAccountsSpec(destination *alpha20210101s.BatchAccounts_Spec) error

AssignPropertiesToBatchAccountsSpec populates the provided destination BatchAccounts_Spec from our BatchAccounts_Spec

func (*BatchAccounts_Spec) ConvertSpecFrom

func (accounts *BatchAccounts_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our BatchAccounts_Spec from the provided source

func (*BatchAccounts_Spec) ConvertSpecTo

func (accounts *BatchAccounts_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our BatchAccounts_Spec

func (*BatchAccounts_Spec) ConvertToARM

func (accounts *BatchAccounts_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

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.

func (*BatchAccounts_Spec) NewEmptyARMValue

func (accounts *BatchAccounts_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*BatchAccounts_Spec) OriginalVersion

func (accounts *BatchAccounts_Spec) OriginalVersion() string

OriginalVersion returns the original API version used to create the resource.

func (*BatchAccounts_Spec) PopulateFromARM

func (accounts *BatchAccounts_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*BatchAccounts_Spec) SetAzureName

func (accounts *BatchAccounts_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type BatchAccounts_SpecARM

type BatchAccounts_SpecARM struct {
	Identity   *BatchAccountIdentityARM         `json:"identity,omitempty"`
	Location   *string                          `json:"location,omitempty"`
	Name       string                           `json:"name,omitempty"`
	Properties *BatchAccountCreatePropertiesARM `json:"properties,omitempty"`
	Tags       map[string]string                `json:"tags,omitempty"`
}

Deprecated version of BatchAccounts_Spec. Use v1beta20210101.BatchAccounts_Spec instead

func (*BatchAccounts_SpecARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BatchAccounts_SpecARM.

func (*BatchAccounts_SpecARM) DeepCopyInto

func (in *BatchAccounts_SpecARM) DeepCopyInto(out *BatchAccounts_SpecARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (BatchAccounts_SpecARM) GetAPIVersion

func (accounts BatchAccounts_SpecARM) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2021-01-01"

func (*BatchAccounts_SpecARM) GetName

func (accounts *BatchAccounts_SpecARM) GetName() string

GetName returns the Name of the resource

func (*BatchAccounts_SpecARM) GetType

func (accounts *BatchAccounts_SpecARM) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Batch/batchAccounts"

type EncryptionProperties

type EncryptionProperties struct {
	KeySource          *EncryptionPropertiesKeySource `json:"keySource,omitempty"`
	KeyVaultProperties *KeyVaultProperties            `json:"keyVaultProperties,omitempty"`
}

Deprecated version of EncryptionProperties. Use v1beta20210101.EncryptionProperties instead

func (*EncryptionProperties) AssignPropertiesFromEncryptionProperties

func (properties *EncryptionProperties) AssignPropertiesFromEncryptionProperties(source *alpha20210101s.EncryptionProperties) error

AssignPropertiesFromEncryptionProperties populates our EncryptionProperties from the provided source EncryptionProperties

func (*EncryptionProperties) AssignPropertiesToEncryptionProperties

func (properties *EncryptionProperties) AssignPropertiesToEncryptionProperties(destination *alpha20210101s.EncryptionProperties) error

AssignPropertiesToEncryptionProperties populates the provided destination EncryptionProperties from our EncryptionProperties

func (*EncryptionProperties) ConvertToARM

func (properties *EncryptionProperties) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*EncryptionProperties) DeepCopy

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.

func (*EncryptionProperties) NewEmptyARMValue

func (properties *EncryptionProperties) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*EncryptionProperties) PopulateFromARM

func (properties *EncryptionProperties) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type EncryptionPropertiesARM

type EncryptionPropertiesARM struct {
	KeySource          *EncryptionPropertiesKeySource `json:"keySource,omitempty"`
	KeyVaultProperties *KeyVaultPropertiesARM         `json:"keyVaultProperties,omitempty"`
}

Deprecated version of EncryptionProperties. Use v1beta20210101.EncryptionProperties instead

func (*EncryptionPropertiesARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EncryptionPropertiesARM.

func (*EncryptionPropertiesARM) DeepCopyInto

func (in *EncryptionPropertiesARM) DeepCopyInto(out *EncryptionPropertiesARM)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type EncryptionPropertiesKeySource

type EncryptionPropertiesKeySource string

Deprecated version of EncryptionPropertiesKeySource. Use v1beta20210101.EncryptionPropertiesKeySource instead +kubebuilder:validation:Enum={"Microsoft.Batch","Microsoft.KeyVault"}

type EncryptionPropertiesStatusKeySource

type EncryptionPropertiesStatusKeySource string

Deprecated version of EncryptionPropertiesStatusKeySource. Use v1beta20210101.EncryptionPropertiesStatusKeySource instead

type EncryptionProperties_Status

type EncryptionProperties_Status struct {
	KeySource          *EncryptionPropertiesStatusKeySource `json:"keySource,omitempty"`
	KeyVaultProperties *KeyVaultProperties_Status           `json:"keyVaultProperties,omitempty"`
}

Deprecated version of EncryptionProperties_Status. Use v1beta20210101.EncryptionProperties_Status instead

func (*EncryptionProperties_Status) AssignPropertiesFromEncryptionPropertiesStatus

func (properties *EncryptionProperties_Status) AssignPropertiesFromEncryptionPropertiesStatus(source *alpha20210101s.EncryptionProperties_Status) error

AssignPropertiesFromEncryptionPropertiesStatus populates our EncryptionProperties_Status from the provided source EncryptionProperties_Status

func (*EncryptionProperties_Status) AssignPropertiesToEncryptionPropertiesStatus

func (properties *EncryptionProperties_Status) AssignPropertiesToEncryptionPropertiesStatus(destination *alpha20210101s.EncryptionProperties_Status) error

AssignPropertiesToEncryptionPropertiesStatus populates the provided destination EncryptionProperties_Status from our EncryptionProperties_Status

func (*EncryptionProperties_Status) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EncryptionProperties_Status.

func (*EncryptionProperties_Status) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*EncryptionProperties_Status) NewEmptyARMValue

func (properties *EncryptionProperties_Status) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*EncryptionProperties_Status) PopulateFromARM

func (properties *EncryptionProperties_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type EncryptionProperties_StatusARM

type EncryptionProperties_StatusARM struct {
	KeySource          *EncryptionPropertiesStatusKeySource `json:"keySource,omitempty"`
	KeyVaultProperties *KeyVaultProperties_StatusARM        `json:"keyVaultProperties,omitempty"`
}

Deprecated version of EncryptionProperties_Status. Use v1beta20210101.EncryptionProperties_Status instead

func (*EncryptionProperties_StatusARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EncryptionProperties_StatusARM.

func (*EncryptionProperties_StatusARM) DeepCopyInto

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"`
}

Deprecated version of KeyVaultProperties. Use v1beta20210101.KeyVaultProperties instead

func (*KeyVaultProperties) AssignPropertiesFromKeyVaultProperties

func (properties *KeyVaultProperties) AssignPropertiesFromKeyVaultProperties(source *alpha20210101s.KeyVaultProperties) error

AssignPropertiesFromKeyVaultProperties populates our KeyVaultProperties from the provided source KeyVaultProperties

func (*KeyVaultProperties) AssignPropertiesToKeyVaultProperties

func (properties *KeyVaultProperties) AssignPropertiesToKeyVaultProperties(destination *alpha20210101s.KeyVaultProperties) error

AssignPropertiesToKeyVaultProperties populates the provided destination KeyVaultProperties from our KeyVaultProperties

func (*KeyVaultProperties) ConvertToARM

func (properties *KeyVaultProperties) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

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.

func (*KeyVaultProperties) NewEmptyARMValue

func (properties *KeyVaultProperties) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*KeyVaultProperties) PopulateFromARM

func (properties *KeyVaultProperties) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type KeyVaultPropertiesARM

type KeyVaultPropertiesARM struct {
	KeyIdentifier *string `json:"keyIdentifier,omitempty"`
}

Deprecated version of KeyVaultProperties. Use v1beta20210101.KeyVaultProperties instead

func (*KeyVaultPropertiesARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyVaultPropertiesARM.

func (*KeyVaultPropertiesARM) DeepCopyInto

func (in *KeyVaultPropertiesARM) DeepCopyInto(out *KeyVaultPropertiesARM)

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"`
}

Deprecated version of KeyVaultProperties_Status. Use v1beta20210101.KeyVaultProperties_Status instead

func (*KeyVaultProperties_Status) AssignPropertiesFromKeyVaultPropertiesStatus

func (properties *KeyVaultProperties_Status) AssignPropertiesFromKeyVaultPropertiesStatus(source *alpha20210101s.KeyVaultProperties_Status) error

AssignPropertiesFromKeyVaultPropertiesStatus populates our KeyVaultProperties_Status from the provided source KeyVaultProperties_Status

func (*KeyVaultProperties_Status) AssignPropertiesToKeyVaultPropertiesStatus

func (properties *KeyVaultProperties_Status) AssignPropertiesToKeyVaultPropertiesStatus(destination *alpha20210101s.KeyVaultProperties_Status) error

AssignPropertiesToKeyVaultPropertiesStatus populates the provided destination KeyVaultProperties_Status from our KeyVaultProperties_Status

func (*KeyVaultProperties_Status) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyVaultProperties_Status.

func (*KeyVaultProperties_Status) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*KeyVaultProperties_Status) NewEmptyARMValue

func (properties *KeyVaultProperties_Status) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*KeyVaultProperties_Status) PopulateFromARM

func (properties *KeyVaultProperties_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type KeyVaultProperties_StatusARM

type KeyVaultProperties_StatusARM struct {
	KeyIdentifier *string `json:"keyIdentifier,omitempty"`
}

Deprecated version of KeyVaultProperties_Status. Use v1beta20210101.KeyVaultProperties_Status instead

func (*KeyVaultProperties_StatusARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyVaultProperties_StatusARM.

func (*KeyVaultProperties_StatusARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type KeyVaultReference

type KeyVaultReference struct {
	// +kubebuilder:validation:Required
	Reference *genruntime.ResourceReference `armReference:"Id" json:"reference,omitempty"`

	// +kubebuilder:validation:Required
	Url *string `json:"url,omitempty"`
}

Deprecated version of KeyVaultReference. Use v1beta20210101.KeyVaultReference instead

func (*KeyVaultReference) AssignPropertiesFromKeyVaultReference

func (reference *KeyVaultReference) AssignPropertiesFromKeyVaultReference(source *alpha20210101s.KeyVaultReference) error

AssignPropertiesFromKeyVaultReference populates our KeyVaultReference from the provided source KeyVaultReference

func (*KeyVaultReference) AssignPropertiesToKeyVaultReference

func (reference *KeyVaultReference) AssignPropertiesToKeyVaultReference(destination *alpha20210101s.KeyVaultReference) error

AssignPropertiesToKeyVaultReference populates the provided destination KeyVaultReference from our KeyVaultReference

func (*KeyVaultReference) ConvertToARM

func (reference *KeyVaultReference) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

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.

func (*KeyVaultReference) NewEmptyARMValue

func (reference *KeyVaultReference) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*KeyVaultReference) PopulateFromARM

func (reference *KeyVaultReference) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type KeyVaultReferenceARM

type KeyVaultReferenceARM struct {
	Id  *string `json:"id,omitempty"`
	Url *string `json:"url,omitempty"`
}

Deprecated version of KeyVaultReference. Use v1beta20210101.KeyVaultReference instead

func (*KeyVaultReferenceARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyVaultReferenceARM.

func (*KeyVaultReferenceARM) DeepCopyInto

func (in *KeyVaultReferenceARM) DeepCopyInto(out *KeyVaultReferenceARM)

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"`
	Url *string `json:"url,omitempty"`
}

Deprecated version of KeyVaultReference_Status. Use v1beta20210101.KeyVaultReference_Status instead

func (*KeyVaultReference_Status) AssignPropertiesFromKeyVaultReferenceStatus

func (reference *KeyVaultReference_Status) AssignPropertiesFromKeyVaultReferenceStatus(source *alpha20210101s.KeyVaultReference_Status) error

AssignPropertiesFromKeyVaultReferenceStatus populates our KeyVaultReference_Status from the provided source KeyVaultReference_Status

func (*KeyVaultReference_Status) AssignPropertiesToKeyVaultReferenceStatus

func (reference *KeyVaultReference_Status) AssignPropertiesToKeyVaultReferenceStatus(destination *alpha20210101s.KeyVaultReference_Status) error

AssignPropertiesToKeyVaultReferenceStatus populates the provided destination KeyVaultReference_Status from our KeyVaultReference_Status

func (*KeyVaultReference_Status) DeepCopy

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.

func (*KeyVaultReference_Status) NewEmptyARMValue

func (reference *KeyVaultReference_Status) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*KeyVaultReference_Status) PopulateFromARM

func (reference *KeyVaultReference_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type KeyVaultReference_StatusARM

type KeyVaultReference_StatusARM struct {
	Id  *string `json:"id,omitempty"`
	Url *string `json:"url,omitempty"`
}

Deprecated version of KeyVaultReference_Status. Use v1beta20210101.KeyVaultReference_Status instead

func (*KeyVaultReference_StatusARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyVaultReference_StatusARM.

func (*KeyVaultReference_StatusARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PoolAllocationMode_Status

type PoolAllocationMode_Status string

Deprecated version of PoolAllocationMode_Status. Use v1beta20210101.PoolAllocationMode_Status instead

type PrivateEndpointConnectionPropertiesStatusProvisioningState

type PrivateEndpointConnectionPropertiesStatusProvisioningState string

Deprecated version of PrivateEndpointConnectionPropertiesStatusProvisioningState. Use v1beta20210101.PrivateEndpointConnectionPropertiesStatusProvisioningState instead

type PrivateEndpointConnectionProperties_StatusARM

type PrivateEndpointConnectionProperties_StatusARM struct {
	PrivateEndpoint                   *PrivateEndpoint_StatusARM                                  `json:"privateEndpoint,omitempty"`
	PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionState_StatusARM                `json:"privateLinkServiceConnectionState,omitempty"`
	ProvisioningState                 *PrivateEndpointConnectionPropertiesStatusProvisioningState `json:"provisioningState,omitempty"`
}

Deprecated version of PrivateEndpointConnectionProperties_Status. Use v1beta20210101.PrivateEndpointConnectionProperties_Status instead

func (*PrivateEndpointConnectionProperties_StatusARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateEndpointConnectionProperties_StatusARM.

func (*PrivateEndpointConnectionProperties_StatusARM) DeepCopyInto

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"`
	ProvisioningState                 *PrivateEndpointConnectionPropertiesStatusProvisioningState `json:"provisioningState,omitempty"`
	Type                              *string                                                     `json:"type,omitempty"`
}

Deprecated version of PrivateEndpointConnection_Status. Use v1beta20210101.PrivateEndpointConnection_Status instead

func (*PrivateEndpointConnection_Status) AssignPropertiesFromPrivateEndpointConnectionStatus

func (connection *PrivateEndpointConnection_Status) AssignPropertiesFromPrivateEndpointConnectionStatus(source *alpha20210101s.PrivateEndpointConnection_Status) error

AssignPropertiesFromPrivateEndpointConnectionStatus populates our PrivateEndpointConnection_Status from the provided source PrivateEndpointConnection_Status

func (*PrivateEndpointConnection_Status) AssignPropertiesToPrivateEndpointConnectionStatus

func (connection *PrivateEndpointConnection_Status) AssignPropertiesToPrivateEndpointConnectionStatus(destination *alpha20210101s.PrivateEndpointConnection_Status) error

AssignPropertiesToPrivateEndpointConnectionStatus populates the provided destination PrivateEndpointConnection_Status from our PrivateEndpointConnection_Status

func (*PrivateEndpointConnection_Status) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateEndpointConnection_Status.

func (*PrivateEndpointConnection_Status) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PrivateEndpointConnection_Status) NewEmptyARMValue

func (connection *PrivateEndpointConnection_Status) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*PrivateEndpointConnection_Status) PopulateFromARM

func (connection *PrivateEndpointConnection_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type PrivateEndpointConnection_StatusARM

type PrivateEndpointConnection_StatusARM struct {
	Etag       *string                                        `json:"etag,omitempty"`
	Id         *string                                        `json:"id,omitempty"`
	Name       *string                                        `json:"name,omitempty"`
	Properties *PrivateEndpointConnectionProperties_StatusARM `json:"properties,omitempty"`
	Type       *string                                        `json:"type,omitempty"`
}

Deprecated version of PrivateEndpointConnection_Status. Use v1beta20210101.PrivateEndpointConnection_Status instead

func (*PrivateEndpointConnection_StatusARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateEndpointConnection_StatusARM.

func (*PrivateEndpointConnection_StatusARM) DeepCopyInto

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"`
}

Deprecated version of PrivateEndpoint_Status. Use v1beta20210101.PrivateEndpoint_Status instead

func (*PrivateEndpoint_Status) AssignPropertiesFromPrivateEndpointStatus

func (endpoint *PrivateEndpoint_Status) AssignPropertiesFromPrivateEndpointStatus(source *alpha20210101s.PrivateEndpoint_Status) error

AssignPropertiesFromPrivateEndpointStatus populates our PrivateEndpoint_Status from the provided source PrivateEndpoint_Status

func (*PrivateEndpoint_Status) AssignPropertiesToPrivateEndpointStatus

func (endpoint *PrivateEndpoint_Status) AssignPropertiesToPrivateEndpointStatus(destination *alpha20210101s.PrivateEndpoint_Status) error

AssignPropertiesToPrivateEndpointStatus populates the provided destination PrivateEndpoint_Status from our PrivateEndpoint_Status

func (*PrivateEndpoint_Status) DeepCopy

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.

func (*PrivateEndpoint_Status) NewEmptyARMValue

func (endpoint *PrivateEndpoint_Status) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*PrivateEndpoint_Status) PopulateFromARM

func (endpoint *PrivateEndpoint_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type PrivateEndpoint_StatusARM

type PrivateEndpoint_StatusARM struct {
	Id *string `json:"id,omitempty"`
}

Deprecated version of PrivateEndpoint_Status. Use v1beta20210101.PrivateEndpoint_Status instead

func (*PrivateEndpoint_StatusARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateEndpoint_StatusARM.

func (*PrivateEndpoint_StatusARM) DeepCopyInto

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"`
	Status         *PrivateLinkServiceConnectionStatus_Status `json:"status,omitempty"`
}

Deprecated version of PrivateLinkServiceConnectionState_Status. Use v1beta20210101.PrivateLinkServiceConnectionState_Status instead

func (*PrivateLinkServiceConnectionState_Status) AssignPropertiesFromPrivateLinkServiceConnectionStateStatus

func (state *PrivateLinkServiceConnectionState_Status) AssignPropertiesFromPrivateLinkServiceConnectionStateStatus(source *alpha20210101s.PrivateLinkServiceConnectionState_Status) error

AssignPropertiesFromPrivateLinkServiceConnectionStateStatus populates our PrivateLinkServiceConnectionState_Status from the provided source PrivateLinkServiceConnectionState_Status

func (*PrivateLinkServiceConnectionState_Status) AssignPropertiesToPrivateLinkServiceConnectionStateStatus

func (state *PrivateLinkServiceConnectionState_Status) AssignPropertiesToPrivateLinkServiceConnectionStateStatus(destination *alpha20210101s.PrivateLinkServiceConnectionState_Status) error

AssignPropertiesToPrivateLinkServiceConnectionStateStatus populates the provided destination PrivateLinkServiceConnectionState_Status from our PrivateLinkServiceConnectionState_Status

func (*PrivateLinkServiceConnectionState_Status) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateLinkServiceConnectionState_Status.

func (*PrivateLinkServiceConnectionState_Status) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*PrivateLinkServiceConnectionState_Status) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*PrivateLinkServiceConnectionState_Status) PopulateFromARM

func (state *PrivateLinkServiceConnectionState_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type PrivateLinkServiceConnectionState_StatusARM

type PrivateLinkServiceConnectionState_StatusARM struct {
	ActionRequired *string                                    `json:"actionRequired,omitempty"`
	Description    *string                                    `json:"description,omitempty"`
	Status         *PrivateLinkServiceConnectionStatus_Status `json:"status,omitempty"`
}

Deprecated version of PrivateLinkServiceConnectionState_Status. Use v1beta20210101.PrivateLinkServiceConnectionState_Status instead

func (*PrivateLinkServiceConnectionState_StatusARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrivateLinkServiceConnectionState_StatusARM.

func (*PrivateLinkServiceConnectionState_StatusARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PrivateLinkServiceConnectionStatus_Status

type PrivateLinkServiceConnectionStatus_Status string

Deprecated version of PrivateLinkServiceConnectionStatus_Status. Use v1beta20210101.PrivateLinkServiceConnectionStatus_Status instead

type PublicNetworkAccessType_Status

type PublicNetworkAccessType_Status string

Deprecated version of PublicNetworkAccessType_Status. Use v1beta20210101.PublicNetworkAccessType_Status instead

type VirtualMachineFamilyCoreQuota_Status

type VirtualMachineFamilyCoreQuota_Status struct {
	CoreQuota *int    `json:"coreQuota,omitempty"`
	Name      *string `json:"name,omitempty"`
}

Deprecated version of VirtualMachineFamilyCoreQuota_Status. Use v1beta20210101.VirtualMachineFamilyCoreQuota_Status instead

func (*VirtualMachineFamilyCoreQuota_Status) AssignPropertiesFromVirtualMachineFamilyCoreQuotaStatus

func (quota *VirtualMachineFamilyCoreQuota_Status) AssignPropertiesFromVirtualMachineFamilyCoreQuotaStatus(source *alpha20210101s.VirtualMachineFamilyCoreQuota_Status) error

AssignPropertiesFromVirtualMachineFamilyCoreQuotaStatus populates our VirtualMachineFamilyCoreQuota_Status from the provided source VirtualMachineFamilyCoreQuota_Status

func (*VirtualMachineFamilyCoreQuota_Status) AssignPropertiesToVirtualMachineFamilyCoreQuotaStatus

func (quota *VirtualMachineFamilyCoreQuota_Status) AssignPropertiesToVirtualMachineFamilyCoreQuotaStatus(destination *alpha20210101s.VirtualMachineFamilyCoreQuota_Status) error

AssignPropertiesToVirtualMachineFamilyCoreQuotaStatus populates the provided destination VirtualMachineFamilyCoreQuota_Status from our VirtualMachineFamilyCoreQuota_Status

func (*VirtualMachineFamilyCoreQuota_Status) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VirtualMachineFamilyCoreQuota_Status.

func (*VirtualMachineFamilyCoreQuota_Status) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VirtualMachineFamilyCoreQuota_Status) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*VirtualMachineFamilyCoreQuota_Status) PopulateFromARM

func (quota *VirtualMachineFamilyCoreQuota_Status) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type VirtualMachineFamilyCoreQuota_StatusARM

type VirtualMachineFamilyCoreQuota_StatusARM struct {
	CoreQuota *int    `json:"coreQuota,omitempty"`
	Name      *string `json:"name,omitempty"`
}

Deprecated version of VirtualMachineFamilyCoreQuota_Status. Use v1beta20210101.VirtualMachineFamilyCoreQuota_Status instead

func (*VirtualMachineFamilyCoreQuota_StatusARM) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VirtualMachineFamilyCoreQuota_StatusARM.

func (*VirtualMachineFamilyCoreQuota_StatusARM) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL