v1beta20210101

package
v2.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2023 License: MIT Imports: 12 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 v1beta20210101 contains API Schema definitions for the batch v1beta20210101 API group +groupName=batch.azure.com

Package v1beta20210101 contains API Schema definitions for the batch v1beta20210101 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 (
	BatchAccountIdentity_Type_None           = BatchAccountIdentity_Type("None")
	BatchAccountIdentity_Type_SystemAssigned = BatchAccountIdentity_Type("SystemAssigned")
	BatchAccountIdentity_Type_UserAssigned   = BatchAccountIdentity_Type("UserAssigned")
)
View Source
const (
	BatchAccountIdentity_Type_STATUS_None           = BatchAccountIdentity_Type_STATUS("None")
	BatchAccountIdentity_Type_STATUS_SystemAssigned = BatchAccountIdentity_Type_STATUS("SystemAssigned")
	BatchAccountIdentity_Type_STATUS_UserAssigned   = BatchAccountIdentity_Type_STATUS("UserAssigned")
)
View Source
const (
	BatchAccountProperties_ProvisioningState_STATUS_Cancelled = BatchAccountProperties_ProvisioningState_STATUS("Cancelled")
	BatchAccountProperties_ProvisioningState_STATUS_Creating  = BatchAccountProperties_ProvisioningState_STATUS("Creating")
	BatchAccountProperties_ProvisioningState_STATUS_Deleting  = BatchAccountProperties_ProvisioningState_STATUS("Deleting")
	BatchAccountProperties_ProvisioningState_STATUS_Failed    = BatchAccountProperties_ProvisioningState_STATUS("Failed")
	BatchAccountProperties_ProvisioningState_STATUS_Invalid   = BatchAccountProperties_ProvisioningState_STATUS("Invalid")
	BatchAccountProperties_ProvisioningState_STATUS_Succeeded = BatchAccountProperties_ProvisioningState_STATUS("Succeeded")
)
View Source
const (
	PoolAllocationMode_BatchService     = PoolAllocationMode("BatchService")
	PoolAllocationMode_UserSubscription = PoolAllocationMode("UserSubscription")
)
View Source
const (
	PoolAllocationMode_STATUS_BatchService     = PoolAllocationMode_STATUS("BatchService")
	PoolAllocationMode_STATUS_UserSubscription = PoolAllocationMode_STATUS("UserSubscription")
)
View Source
const (
	PublicNetworkAccessType_Disabled = PublicNetworkAccessType("Disabled")
	PublicNetworkAccessType_Enabled  = PublicNetworkAccessType("Enabled")
)
View Source
const (
	PublicNetworkAccessType_STATUS_Disabled = PublicNetworkAccessType_STATUS("Disabled")
	PublicNetworkAccessType_STATUS_Enabled  = PublicNetworkAccessType_STATUS("Enabled")
)
View Source
const (
	EncryptionProperties_KeySource_MicrosoftBatch    = EncryptionProperties_KeySource("Microsoft.Batch")
	EncryptionProperties_KeySource_MicrosoftKeyVault = EncryptionProperties_KeySource("Microsoft.KeyVault")
)
View Source
const (
	EncryptionProperties_KeySource_STATUS_MicrosoftBatch    = EncryptionProperties_KeySource_STATUS("Microsoft.Batch")
	EncryptionProperties_KeySource_STATUS_MicrosoftKeyVault = EncryptionProperties_KeySource_STATUS("Microsoft.KeyVault")
)
View Source
const APIVersion_Value = 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: "v1beta20210101"}

	// 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 v1api20210101.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 v1api20210101.AutoStorageBaseProperties instead

func (*AutoStorageBaseProperties) AssignProperties_From_AutoStorageBaseProperties

func (properties *AutoStorageBaseProperties) AssignProperties_From_AutoStorageBaseProperties(source *v1beta20210101s.AutoStorageBaseProperties) error

AssignProperties_From_AutoStorageBaseProperties populates our AutoStorageBaseProperties from the provided source AutoStorageBaseProperties

func (*AutoStorageBaseProperties) AssignProperties_To_AutoStorageBaseProperties

func (properties *AutoStorageBaseProperties) AssignProperties_To_AutoStorageBaseProperties(destination *v1beta20210101s.AutoStorageBaseProperties) error

AssignProperties_To_AutoStorageBaseProperties 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 AutoStorageBaseProperties_ARM

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

Deprecated version of AutoStorageBaseProperties. Use v1api20210101.AutoStorageBaseProperties instead

func (*AutoStorageBaseProperties_ARM) DeepCopy

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

func (*AutoStorageBaseProperties_ARM) 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 v1api20210101.AutoStorageProperties_STATUS instead

func (*AutoStorageProperties_STATUS) AssignProperties_From_AutoStorageProperties_STATUS

func (properties *AutoStorageProperties_STATUS) AssignProperties_From_AutoStorageProperties_STATUS(source *v1beta20210101s.AutoStorageProperties_STATUS) error

AssignProperties_From_AutoStorageProperties_STATUS populates our AutoStorageProperties_STATUS from the provided source AutoStorageProperties_STATUS

func (*AutoStorageProperties_STATUS) AssignProperties_To_AutoStorageProperties_STATUS

func (properties *AutoStorageProperties_STATUS) AssignProperties_To_AutoStorageProperties_STATUS(destination *v1beta20210101s.AutoStorageProperties_STATUS) error

AssignProperties_To_AutoStorageProperties_STATUS 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_STATUS_ARM

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

Deprecated version of AutoStorageProperties_STATUS. Use v1api20210101.AutoStorageProperties_STATUS instead

func (*AutoStorageProperties_STATUS_ARM) DeepCopy

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

func (*AutoStorageProperties_STATUS_ARM) 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              BatchAccount_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 v1api20210101.BatchAccount instead

func (*BatchAccount) AssignProperties_From_BatchAccount

func (account *BatchAccount) AssignProperties_From_BatchAccount(source *v1beta20210101s.BatchAccount) error

AssignProperties_From_BatchAccount populates our BatchAccount from the provided source BatchAccount

func (*BatchAccount) AssignProperties_To_BatchAccount

func (account *BatchAccount) AssignProperties_To_BatchAccount(destination *v1beta20210101s.BatchAccount) error

AssignProperties_To_BatchAccount 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) GetResourceScope

func (account *BatchAccount) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope 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

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() (admission.Warnings, error)

ValidateCreate validates the creation of the resource

func (*BatchAccount) ValidateDelete

func (account *BatchAccount) ValidateDelete() (admission.Warnings, error)

ValidateDelete validates the deletion of the resource

func (*BatchAccount) ValidateUpdate

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

ValidateUpdate validates an update of the resource

type BatchAccountCreateProperties_ARM

type BatchAccountCreateProperties_ARM struct {
	AutoStorage         *AutoStorageBaseProperties_ARM `json:"autoStorage,omitempty"`
	Encryption          *EncryptionProperties_ARM      `json:"encryption,omitempty"`
	KeyVaultReference   *KeyVaultReference_ARM         `json:"keyVaultReference,omitempty"`
	PoolAllocationMode  *PoolAllocationMode            `json:"poolAllocationMode,omitempty"`
	PublicNetworkAccess *PublicNetworkAccessType       `json:"publicNetworkAccess,omitempty"`
}

Deprecated version of BatchAccountCreateProperties. Use v1api20210101.BatchAccountCreateProperties instead

func (*BatchAccountCreateProperties_ARM) DeepCopy

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

func (*BatchAccountCreateProperties_ARM) DeepCopyInto

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

type BatchAccountIdentity

type BatchAccountIdentity struct {
	// +kubebuilder:validation:Required
	Type                   *BatchAccountIdentity_Type    `json:"type,omitempty"`
	UserAssignedIdentities []UserAssignedIdentityDetails `json:"userAssignedIdentities,omitempty"`
}

Deprecated version of BatchAccountIdentity. Use v1api20210101.BatchAccountIdentity instead

func (*BatchAccountIdentity) AssignProperties_From_BatchAccountIdentity

func (identity *BatchAccountIdentity) AssignProperties_From_BatchAccountIdentity(source *v1beta20210101s.BatchAccountIdentity) error

AssignProperties_From_BatchAccountIdentity populates our BatchAccountIdentity from the provided source BatchAccountIdentity

func (*BatchAccountIdentity) AssignProperties_To_BatchAccountIdentity

func (identity *BatchAccountIdentity) AssignProperties_To_BatchAccountIdentity(destination *v1beta20210101s.BatchAccountIdentity) error

AssignProperties_To_BatchAccountIdentity 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 BatchAccountIdentity_ARM

type BatchAccountIdentity_ARM struct {
	Type                   *BatchAccountIdentity_Type                 `json:"type,omitempty"`
	UserAssignedIdentities map[string]UserAssignedIdentityDetails_ARM `json:"userAssignedIdentities,omitempty"`
}

Deprecated version of BatchAccountIdentity. Use v1api20210101.BatchAccountIdentity instead

func (*BatchAccountIdentity_ARM) DeepCopy

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

func (*BatchAccountIdentity_ARM) DeepCopyInto

func (in *BatchAccountIdentity_ARM) DeepCopyInto(out *BatchAccountIdentity_ARM)

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"`
	TenantId               *string                                                       `json:"tenantId,omitempty"`
	Type                   *BatchAccountIdentity_Type_STATUS                             `json:"type,omitempty"`
	UserAssignedIdentities map[string]BatchAccountIdentity_UserAssignedIdentities_STATUS `json:"userAssignedIdentities,omitempty"`
}

Deprecated version of BatchAccountIdentity_STATUS. Use v1api20210101.BatchAccountIdentity_STATUS instead

func (*BatchAccountIdentity_STATUS) AssignProperties_From_BatchAccountIdentity_STATUS

func (identity *BatchAccountIdentity_STATUS) AssignProperties_From_BatchAccountIdentity_STATUS(source *v1beta20210101s.BatchAccountIdentity_STATUS) error

AssignProperties_From_BatchAccountIdentity_STATUS populates our BatchAccountIdentity_STATUS from the provided source BatchAccountIdentity_STATUS

func (*BatchAccountIdentity_STATUS) AssignProperties_To_BatchAccountIdentity_STATUS

func (identity *BatchAccountIdentity_STATUS) AssignProperties_To_BatchAccountIdentity_STATUS(destination *v1beta20210101s.BatchAccountIdentity_STATUS) error

AssignProperties_To_BatchAccountIdentity_STATUS 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_STATUS_ARM

type BatchAccountIdentity_STATUS_ARM struct {
	PrincipalId            *string                                                           `json:"principalId,omitempty"`
	TenantId               *string                                                           `json:"tenantId,omitempty"`
	Type                   *BatchAccountIdentity_Type_STATUS                                 `json:"type,omitempty"`
	UserAssignedIdentities map[string]BatchAccountIdentity_UserAssignedIdentities_STATUS_ARM `json:"userAssignedIdentities,omitempty"`
}

Deprecated version of BatchAccountIdentity_STATUS. Use v1api20210101.BatchAccountIdentity_STATUS instead

func (*BatchAccountIdentity_STATUS_ARM) DeepCopy

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

func (*BatchAccountIdentity_STATUS_ARM) DeepCopyInto

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

type BatchAccountIdentity_Type

type BatchAccountIdentity_Type string

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

type BatchAccountIdentity_Type_STATUS

type BatchAccountIdentity_Type_STATUS string

Deprecated version of BatchAccountIdentity_Type_STATUS. Use v1api20210101.BatchAccountIdentity_Type_STATUS instead

type BatchAccountIdentity_UserAssignedIdentities_STATUS

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

Deprecated version of BatchAccountIdentity_UserAssignedIdentities_STATUS. Use v1api20210101.BatchAccountIdentity_UserAssignedIdentities_STATUS instead

func (*BatchAccountIdentity_UserAssignedIdentities_STATUS) AssignProperties_From_BatchAccountIdentity_UserAssignedIdentities_STATUS

func (identities *BatchAccountIdentity_UserAssignedIdentities_STATUS) AssignProperties_From_BatchAccountIdentity_UserAssignedIdentities_STATUS(source *v1beta20210101s.BatchAccountIdentity_UserAssignedIdentities_STATUS) error

AssignProperties_From_BatchAccountIdentity_UserAssignedIdentities_STATUS populates our BatchAccountIdentity_UserAssignedIdentities_STATUS from the provided source BatchAccountIdentity_UserAssignedIdentities_STATUS

func (*BatchAccountIdentity_UserAssignedIdentities_STATUS) AssignProperties_To_BatchAccountIdentity_UserAssignedIdentities_STATUS

func (identities *BatchAccountIdentity_UserAssignedIdentities_STATUS) AssignProperties_To_BatchAccountIdentity_UserAssignedIdentities_STATUS(destination *v1beta20210101s.BatchAccountIdentity_UserAssignedIdentities_STATUS) error

AssignProperties_To_BatchAccountIdentity_UserAssignedIdentities_STATUS populates the provided destination BatchAccountIdentity_UserAssignedIdentities_STATUS from our BatchAccountIdentity_UserAssignedIdentities_STATUS

func (*BatchAccountIdentity_UserAssignedIdentities_STATUS) DeepCopy

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

func (*BatchAccountIdentity_UserAssignedIdentities_STATUS) DeepCopyInto

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

func (*BatchAccountIdentity_UserAssignedIdentities_STATUS) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*BatchAccountIdentity_UserAssignedIdentities_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type BatchAccountIdentity_UserAssignedIdentities_STATUS_ARM

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

Deprecated version of BatchAccountIdentity_UserAssignedIdentities_STATUS. Use v1api20210101.BatchAccountIdentity_UserAssignedIdentities_STATUS instead

func (*BatchAccountIdentity_UserAssignedIdentities_STATUS_ARM) DeepCopy

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

func (*BatchAccountIdentity_UserAssignedIdentities_STATUS_ARM) 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 v1api20210101.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 BatchAccountProperties_ProvisioningState_STATUS

type BatchAccountProperties_ProvisioningState_STATUS string

Deprecated version of BatchAccountProperties_ProvisioningState_STATUS. Use v1api20210101.BatchAccountProperties_ProvisioningState_STATUS instead

type BatchAccountProperties_STATUS_ARM

type BatchAccountProperties_STATUS_ARM struct {
	AccountEndpoint                       *string                                          `json:"accountEndpoint,omitempty"`
	ActiveJobAndJobScheduleQuota          *int                                             `json:"activeJobAndJobScheduleQuota,omitempty"`
	AutoStorage                           *AutoStorageProperties_STATUS_ARM                `json:"autoStorage,omitempty"`
	DedicatedCoreQuota                    *int                                             `json:"dedicatedCoreQuota,omitempty"`
	DedicatedCoreQuotaPerVMFamily         []VirtualMachineFamilyCoreQuota_STATUS_ARM       `json:"dedicatedCoreQuotaPerVMFamily,omitempty"`
	DedicatedCoreQuotaPerVMFamilyEnforced *bool                                            `json:"dedicatedCoreQuotaPerVMFamilyEnforced,omitempty"`
	Encryption                            *EncryptionProperties_STATUS_ARM                 `json:"encryption,omitempty"`
	KeyVaultReference                     *KeyVaultReference_STATUS_ARM                    `json:"keyVaultReference,omitempty"`
	LowPriorityCoreQuota                  *int                                             `json:"lowPriorityCoreQuota,omitempty"`
	PoolAllocationMode                    *PoolAllocationMode_STATUS                       `json:"poolAllocationMode,omitempty"`
	PoolQuota                             *int                                             `json:"poolQuota,omitempty"`
	PrivateEndpointConnections            []PrivateEndpointConnection_STATUS_ARM           `json:"privateEndpointConnections,omitempty"`
	ProvisioningState                     *BatchAccountProperties_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	PublicNetworkAccess                   *PublicNetworkAccessType_STATUS                  `json:"publicNetworkAccess,omitempty"`
}

Deprecated version of BatchAccountProperties_STATUS. Use v1api20210101.BatchAccountProperties_STATUS instead

func (*BatchAccountProperties_STATUS_ARM) DeepCopy

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

func (*BatchAccountProperties_STATUS_ARM) 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                     *BatchAccountProperties_ProvisioningState_STATUS `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 v1api20210101.BatchAccount_STATUS instead

func (*BatchAccount_STATUS) AssignProperties_From_BatchAccount_STATUS

func (account *BatchAccount_STATUS) AssignProperties_From_BatchAccount_STATUS(source *v1beta20210101s.BatchAccount_STATUS) error

AssignProperties_From_BatchAccount_STATUS populates our BatchAccount_STATUS from the provided source BatchAccount_STATUS

func (*BatchAccount_STATUS) AssignProperties_To_BatchAccount_STATUS

func (account *BatchAccount_STATUS) AssignProperties_To_BatchAccount_STATUS(destination *v1beta20210101s.BatchAccount_STATUS) error

AssignProperties_To_BatchAccount_STATUS 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_STATUS_ARM

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

Deprecated version of BatchAccount_STATUS. Use v1api20210101.BatchAccount_STATUS instead

func (*BatchAccount_STATUS_ARM) DeepCopy

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

func (*BatchAccount_STATUS_ARM) DeepCopyInto

func (in *BatchAccount_STATUS_ARM) DeepCopyInto(out *BatchAccount_STATUS_ARM)

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

type BatchAccount_Spec

type BatchAccount_Spec struct {
	AutoStorage *AutoStorageBaseProperties `json:"autoStorage,omitempty"`

	// +kubebuilder:validation:MaxLength=24
	// +kubebuilder:validation:MinLength=3
	// +kubebuilder:validation:Pattern="^[a-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"`

	// +kubebuilder:validation:Required
	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  *PoolAllocationMode                `json:"poolAllocationMode,omitempty"`
	PublicNetworkAccess *PublicNetworkAccessType           `json:"publicNetworkAccess,omitempty"`
	Tags                map[string]string                  `json:"tags,omitempty"`
}

func (*BatchAccount_Spec) AssignProperties_From_BatchAccount_Spec

func (account *BatchAccount_Spec) AssignProperties_From_BatchAccount_Spec(source *v1beta20210101s.BatchAccount_Spec) error

AssignProperties_From_BatchAccount_Spec populates our BatchAccount_Spec from the provided source BatchAccount_Spec

func (*BatchAccount_Spec) AssignProperties_To_BatchAccount_Spec

func (account *BatchAccount_Spec) AssignProperties_To_BatchAccount_Spec(destination *v1beta20210101s.BatchAccount_Spec) error

AssignProperties_To_BatchAccount_Spec populates the provided destination BatchAccount_Spec from our BatchAccount_Spec

func (*BatchAccount_Spec) ConvertSpecFrom

func (account *BatchAccount_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our BatchAccount_Spec from the provided source

func (*BatchAccount_Spec) ConvertSpecTo

func (account *BatchAccount_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our BatchAccount_Spec

func (*BatchAccount_Spec) ConvertToARM

func (account *BatchAccount_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*BatchAccount_Spec) DeepCopy

func (in *BatchAccount_Spec) DeepCopy() *BatchAccount_Spec

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

func (*BatchAccount_Spec) DeepCopyInto

func (in *BatchAccount_Spec) DeepCopyInto(out *BatchAccount_Spec)

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

func (*BatchAccount_Spec) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*BatchAccount_Spec) OriginalVersion

func (account *BatchAccount_Spec) OriginalVersion() string

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

func (*BatchAccount_Spec) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*BatchAccount_Spec) SetAzureName

func (account *BatchAccount_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type BatchAccount_Spec_ARM

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

Deprecated version of BatchAccount_Spec. Use v1api20210101.BatchAccount_Spec instead

func (*BatchAccount_Spec_ARM) DeepCopy

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

func (*BatchAccount_Spec_ARM) DeepCopyInto

func (in *BatchAccount_Spec_ARM) DeepCopyInto(out *BatchAccount_Spec_ARM)

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

func (BatchAccount_Spec_ARM) GetAPIVersion

func (account BatchAccount_Spec_ARM) GetAPIVersion() string

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

func (*BatchAccount_Spec_ARM) GetName

func (account *BatchAccount_Spec_ARM) GetName() string

GetName returns the Name of the resource

func (*BatchAccount_Spec_ARM) GetType

func (account *BatchAccount_Spec_ARM) GetType() string

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

type EncryptionProperties

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

Deprecated version of EncryptionProperties. Use v1api20210101.EncryptionProperties instead

func (*EncryptionProperties) AssignProperties_From_EncryptionProperties

func (properties *EncryptionProperties) AssignProperties_From_EncryptionProperties(source *v1beta20210101s.EncryptionProperties) error

AssignProperties_From_EncryptionProperties populates our EncryptionProperties from the provided source EncryptionProperties

func (*EncryptionProperties) AssignProperties_To_EncryptionProperties

func (properties *EncryptionProperties) AssignProperties_To_EncryptionProperties(destination *v1beta20210101s.EncryptionProperties) error

AssignProperties_To_EncryptionProperties 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 EncryptionProperties_ARM

type EncryptionProperties_ARM struct {
	KeySource          *EncryptionProperties_KeySource `json:"keySource,omitempty"`
	KeyVaultProperties *KeyVaultProperties_ARM         `json:"keyVaultProperties,omitempty"`
}

Deprecated version of EncryptionProperties. Use v1api20210101.EncryptionProperties instead

func (*EncryptionProperties_ARM) DeepCopy

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

func (*EncryptionProperties_ARM) DeepCopyInto

func (in *EncryptionProperties_ARM) DeepCopyInto(out *EncryptionProperties_ARM)

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

type EncryptionProperties_KeySource

type EncryptionProperties_KeySource string

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

type EncryptionProperties_KeySource_STATUS

type EncryptionProperties_KeySource_STATUS string

Deprecated version of EncryptionProperties_KeySource_STATUS. Use v1api20210101.EncryptionProperties_KeySource_STATUS instead

type EncryptionProperties_STATUS

type EncryptionProperties_STATUS struct {
	KeySource          *EncryptionProperties_KeySource_STATUS `json:"keySource,omitempty"`
	KeyVaultProperties *KeyVaultProperties_STATUS             `json:"keyVaultProperties,omitempty"`
}

Deprecated version of EncryptionProperties_STATUS. Use v1api20210101.EncryptionProperties_STATUS instead

func (*EncryptionProperties_STATUS) AssignProperties_From_EncryptionProperties_STATUS

func (properties *EncryptionProperties_STATUS) AssignProperties_From_EncryptionProperties_STATUS(source *v1beta20210101s.EncryptionProperties_STATUS) error

AssignProperties_From_EncryptionProperties_STATUS populates our EncryptionProperties_STATUS from the provided source EncryptionProperties_STATUS

func (*EncryptionProperties_STATUS) AssignProperties_To_EncryptionProperties_STATUS

func (properties *EncryptionProperties_STATUS) AssignProperties_To_EncryptionProperties_STATUS(destination *v1beta20210101s.EncryptionProperties_STATUS) error

AssignProperties_To_EncryptionProperties_STATUS 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_STATUS_ARM

type EncryptionProperties_STATUS_ARM struct {
	KeySource          *EncryptionProperties_KeySource_STATUS `json:"keySource,omitempty"`
	KeyVaultProperties *KeyVaultProperties_STATUS_ARM         `json:"keyVaultProperties,omitempty"`
}

Deprecated version of EncryptionProperties_STATUS. Use v1api20210101.EncryptionProperties_STATUS instead

func (*EncryptionProperties_STATUS_ARM) DeepCopy

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

func (*EncryptionProperties_STATUS_ARM) 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 v1api20210101.KeyVaultProperties instead

func (*KeyVaultProperties) AssignProperties_From_KeyVaultProperties

func (properties *KeyVaultProperties) AssignProperties_From_KeyVaultProperties(source *v1beta20210101s.KeyVaultProperties) error

AssignProperties_From_KeyVaultProperties populates our KeyVaultProperties from the provided source KeyVaultProperties

func (*KeyVaultProperties) AssignProperties_To_KeyVaultProperties

func (properties *KeyVaultProperties) AssignProperties_To_KeyVaultProperties(destination *v1beta20210101s.KeyVaultProperties) error

AssignProperties_To_KeyVaultProperties 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 KeyVaultProperties_ARM

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

Deprecated version of KeyVaultProperties. Use v1api20210101.KeyVaultProperties instead

func (*KeyVaultProperties_ARM) DeepCopy

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

func (*KeyVaultProperties_ARM) DeepCopyInto

func (in *KeyVaultProperties_ARM) DeepCopyInto(out *KeyVaultProperties_ARM)

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 v1api20210101.KeyVaultProperties_STATUS instead

func (*KeyVaultProperties_STATUS) AssignProperties_From_KeyVaultProperties_STATUS

func (properties *KeyVaultProperties_STATUS) AssignProperties_From_KeyVaultProperties_STATUS(source *v1beta20210101s.KeyVaultProperties_STATUS) error

AssignProperties_From_KeyVaultProperties_STATUS populates our KeyVaultProperties_STATUS from the provided source KeyVaultProperties_STATUS

func (*KeyVaultProperties_STATUS) AssignProperties_To_KeyVaultProperties_STATUS

func (properties *KeyVaultProperties_STATUS) AssignProperties_To_KeyVaultProperties_STATUS(destination *v1beta20210101s.KeyVaultProperties_STATUS) error

AssignProperties_To_KeyVaultProperties_STATUS 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_STATUS_ARM

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

Deprecated version of KeyVaultProperties_STATUS. Use v1api20210101.KeyVaultProperties_STATUS instead

func (*KeyVaultProperties_STATUS_ARM) DeepCopy

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

func (*KeyVaultProperties_STATUS_ARM) 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 v1api20210101.KeyVaultReference instead

func (*KeyVaultReference) AssignProperties_From_KeyVaultReference

func (reference *KeyVaultReference) AssignProperties_From_KeyVaultReference(source *v1beta20210101s.KeyVaultReference) error

AssignProperties_From_KeyVaultReference populates our KeyVaultReference from the provided source KeyVaultReference

func (*KeyVaultReference) AssignProperties_To_KeyVaultReference

func (reference *KeyVaultReference) AssignProperties_To_KeyVaultReference(destination *v1beta20210101s.KeyVaultReference) error

AssignProperties_To_KeyVaultReference 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 KeyVaultReference_ARM

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

Deprecated version of KeyVaultReference. Use v1api20210101.KeyVaultReference instead

func (*KeyVaultReference_ARM) DeepCopy

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

func (*KeyVaultReference_ARM) DeepCopyInto

func (in *KeyVaultReference_ARM) DeepCopyInto(out *KeyVaultReference_ARM)

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 v1api20210101.KeyVaultReference_STATUS instead

func (*KeyVaultReference_STATUS) AssignProperties_From_KeyVaultReference_STATUS

func (reference *KeyVaultReference_STATUS) AssignProperties_From_KeyVaultReference_STATUS(source *v1beta20210101s.KeyVaultReference_STATUS) error

AssignProperties_From_KeyVaultReference_STATUS populates our KeyVaultReference_STATUS from the provided source KeyVaultReference_STATUS

func (*KeyVaultReference_STATUS) AssignProperties_To_KeyVaultReference_STATUS

func (reference *KeyVaultReference_STATUS) AssignProperties_To_KeyVaultReference_STATUS(destination *v1beta20210101s.KeyVaultReference_STATUS) error

AssignProperties_To_KeyVaultReference_STATUS 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_STATUS_ARM

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

Deprecated version of KeyVaultReference_STATUS. Use v1api20210101.KeyVaultReference_STATUS instead

func (*KeyVaultReference_STATUS_ARM) DeepCopy

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

func (*KeyVaultReference_STATUS_ARM) DeepCopyInto

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

type PoolAllocationMode

type PoolAllocationMode string

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

type PoolAllocationMode_STATUS

type PoolAllocationMode_STATUS string

Deprecated version of PoolAllocationMode_STATUS. Use v1api20210101.PoolAllocationMode_STATUS instead

type PrivateEndpointConnection_STATUS

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

Deprecated version of PrivateEndpointConnection_STATUS. Use v1api20210101.PrivateEndpointConnection_STATUS instead

func (*PrivateEndpointConnection_STATUS) AssignProperties_From_PrivateEndpointConnection_STATUS

func (connection *PrivateEndpointConnection_STATUS) AssignProperties_From_PrivateEndpointConnection_STATUS(source *v1beta20210101s.PrivateEndpointConnection_STATUS) error

AssignProperties_From_PrivateEndpointConnection_STATUS populates our PrivateEndpointConnection_STATUS from the provided source PrivateEndpointConnection_STATUS

func (*PrivateEndpointConnection_STATUS) AssignProperties_To_PrivateEndpointConnection_STATUS

func (connection *PrivateEndpointConnection_STATUS) AssignProperties_To_PrivateEndpointConnection_STATUS(destination *v1beta20210101s.PrivateEndpointConnection_STATUS) error

AssignProperties_To_PrivateEndpointConnection_STATUS 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_STATUS_ARM

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

Deprecated version of PrivateEndpointConnection_STATUS. Use v1api20210101.PrivateEndpointConnection_STATUS instead

func (*PrivateEndpointConnection_STATUS_ARM) DeepCopy

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

func (*PrivateEndpointConnection_STATUS_ARM) DeepCopyInto

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

type PublicNetworkAccessType

type PublicNetworkAccessType string

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

type PublicNetworkAccessType_STATUS

type PublicNetworkAccessType_STATUS string

Deprecated version of PublicNetworkAccessType_STATUS. Use v1api20210101.PublicNetworkAccessType_STATUS instead

type UserAssignedIdentityDetails

type UserAssignedIdentityDetails struct {
	Reference genruntime.ResourceReference `armReference:"Reference" json:"reference,omitempty"`
}

Deprecated version of UserAssignedIdentityDetails. Use v1api20210101.UserAssignedIdentityDetails instead

func (*UserAssignedIdentityDetails) AssignProperties_From_UserAssignedIdentityDetails

func (details *UserAssignedIdentityDetails) AssignProperties_From_UserAssignedIdentityDetails(source *v1beta20210101s.UserAssignedIdentityDetails) error

AssignProperties_From_UserAssignedIdentityDetails populates our UserAssignedIdentityDetails from the provided source UserAssignedIdentityDetails

func (*UserAssignedIdentityDetails) AssignProperties_To_UserAssignedIdentityDetails

func (details *UserAssignedIdentityDetails) AssignProperties_To_UserAssignedIdentityDetails(destination *v1beta20210101s.UserAssignedIdentityDetails) error

AssignProperties_To_UserAssignedIdentityDetails populates the provided destination UserAssignedIdentityDetails from our UserAssignedIdentityDetails

func (*UserAssignedIdentityDetails) DeepCopy

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

func (*UserAssignedIdentityDetails) DeepCopyInto

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

type UserAssignedIdentityDetails_ARM

type UserAssignedIdentityDetails_ARM struct {
}

Information about the user assigned identity for the resource

func (*UserAssignedIdentityDetails_ARM) DeepCopy

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

func (*UserAssignedIdentityDetails_ARM) DeepCopyInto

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

Deprecated version of VirtualMachineFamilyCoreQuota_STATUS. Use v1api20210101.VirtualMachineFamilyCoreQuota_STATUS instead

func (*VirtualMachineFamilyCoreQuota_STATUS) AssignProperties_From_VirtualMachineFamilyCoreQuota_STATUS

func (quota *VirtualMachineFamilyCoreQuota_STATUS) AssignProperties_From_VirtualMachineFamilyCoreQuota_STATUS(source *v1beta20210101s.VirtualMachineFamilyCoreQuota_STATUS) error

AssignProperties_From_VirtualMachineFamilyCoreQuota_STATUS populates our VirtualMachineFamilyCoreQuota_STATUS from the provided source VirtualMachineFamilyCoreQuota_STATUS

func (*VirtualMachineFamilyCoreQuota_STATUS) AssignProperties_To_VirtualMachineFamilyCoreQuota_STATUS

func (quota *VirtualMachineFamilyCoreQuota_STATUS) AssignProperties_To_VirtualMachineFamilyCoreQuota_STATUS(destination *v1beta20210101s.VirtualMachineFamilyCoreQuota_STATUS) error

AssignProperties_To_VirtualMachineFamilyCoreQuota_STATUS 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_STATUS_ARM

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

Deprecated version of VirtualMachineFamilyCoreQuota_STATUS. Use v1api20210101.VirtualMachineFamilyCoreQuota_STATUS instead

func (*VirtualMachineFamilyCoreQuota_STATUS_ARM) DeepCopy

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

func (*VirtualMachineFamilyCoreQuota_STATUS_ARM) 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