v1alpha1api20210901

package
v2.0.0-beta.5 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Package v1alpha1api20210901 contains API Schema definitions for the containerregistry v1alpha1api20210901 API group +groupName=containerregistry.azure.com

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

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.

Index

Constants

View Source
const (
	IdentityProperties_Type_None                       = IdentityProperties_Type("None")
	IdentityProperties_Type_SystemAssigned             = IdentityProperties_Type("SystemAssigned")
	IdentityProperties_Type_SystemAssignedUserAssigned = IdentityProperties_Type("SystemAssigned, UserAssigned")
	IdentityProperties_Type_UserAssigned               = IdentityProperties_Type("UserAssigned")
)
View Source
const (
	Sku_Name_Basic    = Sku_Name("Basic")
	Sku_Name_Classic  = Sku_Name("Classic")
	Sku_Name_Premium  = Sku_Name("Premium")
	Sku_Name_Standard = Sku_Name("Standard")
)
View Source
const (
	IdentityProperties_Type_STATUS_None                       = IdentityProperties_Type_STATUS("None")
	IdentityProperties_Type_STATUS_SystemAssigned             = IdentityProperties_Type_STATUS("SystemAssigned")
	IdentityProperties_Type_STATUS_SystemAssignedUserAssigned = IdentityProperties_Type_STATUS("SystemAssigned, UserAssigned")
	IdentityProperties_Type_STATUS_UserAssigned               = IdentityProperties_Type_STATUS("UserAssigned")
)
View Source
const (
	Sku_Name_STATUS_Basic    = Sku_Name_STATUS("Basic")
	Sku_Name_STATUS_Classic  = Sku_Name_STATUS("Classic")
	Sku_Name_STATUS_Premium  = Sku_Name_STATUS("Premium")
	Sku_Name_STATUS_Standard = Sku_Name_STATUS("Standard")
)
View Source
const (
	Sku_Tier_STATUS_Basic    = Sku_Tier_STATUS("Basic")
	Sku_Tier_STATUS_Classic  = Sku_Tier_STATUS("Classic")
	Sku_Tier_STATUS_Premium  = Sku_Tier_STATUS("Premium")
	Sku_Tier_STATUS_Standard = Sku_Tier_STATUS("Standard")
)
View Source
const (
	SystemData_CreatedByType_STATUS_Application     = SystemData_CreatedByType_STATUS("Application")
	SystemData_CreatedByType_STATUS_Key             = SystemData_CreatedByType_STATUS("Key")
	SystemData_CreatedByType_STATUS_ManagedIdentity = SystemData_CreatedByType_STATUS("ManagedIdentity")
	SystemData_CreatedByType_STATUS_User            = SystemData_CreatedByType_STATUS("User")
)
View Source
const (
	SystemData_LastModifiedByType_STATUS_Application     = SystemData_LastModifiedByType_STATUS("Application")
	SystemData_LastModifiedByType_STATUS_Key             = SystemData_LastModifiedByType_STATUS("Key")
	SystemData_LastModifiedByType_STATUS_ManagedIdentity = SystemData_LastModifiedByType_STATUS("ManagedIdentity")
	SystemData_LastModifiedByType_STATUS_User            = SystemData_LastModifiedByType_STATUS("User")
)
View Source
const (
	RegistryProperties_NetworkRuleBypassOptions_AzureServices = RegistryProperties_NetworkRuleBypassOptions("AzureServices")
	RegistryProperties_NetworkRuleBypassOptions_None          = RegistryProperties_NetworkRuleBypassOptions("None")
)
View Source
const (
	RegistryProperties_NetworkRuleBypassOptions_STATUS_AzureServices = RegistryProperties_NetworkRuleBypassOptions_STATUS("AzureServices")
	RegistryProperties_NetworkRuleBypassOptions_STATUS_None          = RegistryProperties_NetworkRuleBypassOptions_STATUS("None")
)
View Source
const (
	RegistryProperties_ProvisioningState_STATUS_Canceled  = RegistryProperties_ProvisioningState_STATUS("Canceled")
	RegistryProperties_ProvisioningState_STATUS_Creating  = RegistryProperties_ProvisioningState_STATUS("Creating")
	RegistryProperties_ProvisioningState_STATUS_Deleting  = RegistryProperties_ProvisioningState_STATUS("Deleting")
	RegistryProperties_ProvisioningState_STATUS_Failed    = RegistryProperties_ProvisioningState_STATUS("Failed")
	RegistryProperties_ProvisioningState_STATUS_Succeeded = RegistryProperties_ProvisioningState_STATUS("Succeeded")
	RegistryProperties_ProvisioningState_STATUS_Updating  = RegistryProperties_ProvisioningState_STATUS("Updating")
)
View Source
const (
	RegistryProperties_PublicNetworkAccess_Disabled = RegistryProperties_PublicNetworkAccess("Disabled")
	RegistryProperties_PublicNetworkAccess_Enabled  = RegistryProperties_PublicNetworkAccess("Enabled")
)
View Source
const (
	RegistryProperties_PublicNetworkAccess_STATUS_Disabled = RegistryProperties_PublicNetworkAccess_STATUS("Disabled")
	RegistryProperties_PublicNetworkAccess_STATUS_Enabled  = RegistryProperties_PublicNetworkAccess_STATUS("Enabled")
)
View Source
const (
	RegistryProperties_ZoneRedundancy_Disabled = RegistryProperties_ZoneRedundancy("Disabled")
	RegistryProperties_ZoneRedundancy_Enabled  = RegistryProperties_ZoneRedundancy("Enabled")
)
View Source
const (
	RegistryProperties_ZoneRedundancy_STATUS_Disabled = RegistryProperties_ZoneRedundancy_STATUS("Disabled")
	RegistryProperties_ZoneRedundancy_STATUS_Enabled  = RegistryProperties_ZoneRedundancy_STATUS("Enabled")
)
View Source
const (
	EncryptionProperty_Status_Disabled = EncryptionProperty_Status("disabled")
	EncryptionProperty_Status_Enabled  = EncryptionProperty_Status("enabled")
)
View Source
const (
	EncryptionProperty_Status_STATUS_Disabled = EncryptionProperty_Status_STATUS("disabled")
	EncryptionProperty_Status_STATUS_Enabled  = EncryptionProperty_Status_STATUS("enabled")
)
View Source
const (
	NetworkRuleSet_DefaultAction_Allow = NetworkRuleSet_DefaultAction("Allow")
	NetworkRuleSet_DefaultAction_Deny  = NetworkRuleSet_DefaultAction("Deny")
)
View Source
const (
	NetworkRuleSet_DefaultAction_STATUS_Allow = NetworkRuleSet_DefaultAction_STATUS("Allow")
	NetworkRuleSet_DefaultAction_STATUS_Deny  = NetworkRuleSet_DefaultAction_STATUS("Deny")
)
View Source
const (
	ExportPolicy_Status_Disabled = ExportPolicy_Status("disabled")
	ExportPolicy_Status_Enabled  = ExportPolicy_Status("enabled")
)
View Source
const (
	ExportPolicy_Status_STATUS_Disabled = ExportPolicy_Status_STATUS("disabled")
	ExportPolicy_Status_STATUS_Enabled  = ExportPolicy_Status_STATUS("enabled")
)
View Source
const (
	QuarantinePolicy_Status_Disabled = QuarantinePolicy_Status("disabled")
	QuarantinePolicy_Status_Enabled  = QuarantinePolicy_Status("enabled")
)
View Source
const (
	QuarantinePolicy_Status_STATUS_Disabled = QuarantinePolicy_Status_STATUS("disabled")
	QuarantinePolicy_Status_STATUS_Enabled  = QuarantinePolicy_Status_STATUS("enabled")
)
View Source
const (
	RetentionPolicy_Status_Disabled = RetentionPolicy_Status("disabled")
	RetentionPolicy_Status_Enabled  = RetentionPolicy_Status("enabled")
)
View Source
const (
	RetentionPolicy_Status_STATUS_Disabled = RetentionPolicy_Status_STATUS("disabled")
	RetentionPolicy_Status_STATUS_Enabled  = RetentionPolicy_Status_STATUS("enabled")
)
View Source
const (
	TrustPolicy_Status_Disabled = TrustPolicy_Status("disabled")
	TrustPolicy_Status_Enabled  = TrustPolicy_Status("enabled")
)
View Source
const (
	TrustPolicy_Status_STATUS_Disabled = TrustPolicy_Status_STATUS("disabled")
	TrustPolicy_Status_STATUS_Enabled  = TrustPolicy_Status_STATUS("enabled")
)
View Source
const APIVersion_Value = APIVersion("2021-09-01")
View Source
const IPRule_Action_Allow = IPRule_Action("Allow")
View Source
const IPRule_Action_STATUS_Allow = IPRule_Action_STATUS("Allow")
View Source
const TrustPolicy_Type_Notary = TrustPolicy_Type("Notary")
View Source
const TrustPolicy_Type_STATUS_Notary = TrustPolicy_Type_STATUS("Notary")

Variables

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

	// 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 v1beta20210901.APIVersion instead +kubebuilder:validation:Enum={"2021-09-01"}

type EncryptionProperty

type EncryptionProperty struct {
	KeyVaultProperties *KeyVaultProperties        `json:"keyVaultProperties,omitempty"`
	Status             *EncryptionProperty_Status `json:"status,omitempty"`
}

Deprecated version of EncryptionProperty. Use v1beta20210901.EncryptionProperty instead

func (*EncryptionProperty) AssignProperties_From_EncryptionProperty

func (property *EncryptionProperty) AssignProperties_From_EncryptionProperty(source *alpha20210901s.EncryptionProperty) error

AssignProperties_From_EncryptionProperty populates our EncryptionProperty from the provided source EncryptionProperty

func (*EncryptionProperty) AssignProperties_To_EncryptionProperty

func (property *EncryptionProperty) AssignProperties_To_EncryptionProperty(destination *alpha20210901s.EncryptionProperty) error

AssignProperties_To_EncryptionProperty populates the provided destination EncryptionProperty from our EncryptionProperty

func (*EncryptionProperty) ConvertToARM

func (property *EncryptionProperty) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*EncryptionProperty) DeepCopy

func (in *EncryptionProperty) DeepCopy() *EncryptionProperty

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

func (*EncryptionProperty) DeepCopyInto

func (in *EncryptionProperty) DeepCopyInto(out *EncryptionProperty)

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

func (*EncryptionProperty) NewEmptyARMValue

func (property *EncryptionProperty) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*EncryptionProperty) PopulateFromARM

func (property *EncryptionProperty) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type EncryptionProperty_ARM

type EncryptionProperty_ARM struct {
	KeyVaultProperties *KeyVaultProperties_ARM    `json:"keyVaultProperties,omitempty"`
	Status             *EncryptionProperty_Status `json:"status,omitempty"`
}

Deprecated version of EncryptionProperty. Use v1beta20210901.EncryptionProperty instead

func (*EncryptionProperty_ARM) DeepCopy

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

func (*EncryptionProperty_ARM) DeepCopyInto

func (in *EncryptionProperty_ARM) DeepCopyInto(out *EncryptionProperty_ARM)

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

type EncryptionProperty_STATUS

type EncryptionProperty_STATUS struct {
	KeyVaultProperties *KeyVaultProperties_STATUS        `json:"keyVaultProperties,omitempty"`
	Status             *EncryptionProperty_Status_STATUS `json:"status,omitempty"`
}

Deprecated version of EncryptionProperty_STATUS. Use v1beta20210901.EncryptionProperty_STATUS instead

func (*EncryptionProperty_STATUS) AssignProperties_From_EncryptionProperty_STATUS

func (property *EncryptionProperty_STATUS) AssignProperties_From_EncryptionProperty_STATUS(source *alpha20210901s.EncryptionProperty_STATUS) error

AssignProperties_From_EncryptionProperty_STATUS populates our EncryptionProperty_STATUS from the provided source EncryptionProperty_STATUS

func (*EncryptionProperty_STATUS) AssignProperties_To_EncryptionProperty_STATUS

func (property *EncryptionProperty_STATUS) AssignProperties_To_EncryptionProperty_STATUS(destination *alpha20210901s.EncryptionProperty_STATUS) error

AssignProperties_To_EncryptionProperty_STATUS populates the provided destination EncryptionProperty_STATUS from our EncryptionProperty_STATUS

func (*EncryptionProperty_STATUS) DeepCopy

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

func (*EncryptionProperty_STATUS) DeepCopyInto

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

func (*EncryptionProperty_STATUS) NewEmptyARMValue

func (property *EncryptionProperty_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*EncryptionProperty_STATUS) PopulateFromARM

func (property *EncryptionProperty_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type EncryptionProperty_STATUS_ARM

type EncryptionProperty_STATUS_ARM struct {
	KeyVaultProperties *KeyVaultProperties_STATUS_ARM    `json:"keyVaultProperties,omitempty"`
	Status             *EncryptionProperty_Status_STATUS `json:"status,omitempty"`
}

Deprecated version of EncryptionProperty_STATUS. Use v1beta20210901.EncryptionProperty_STATUS instead

func (*EncryptionProperty_STATUS_ARM) DeepCopy

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

func (*EncryptionProperty_STATUS_ARM) DeepCopyInto

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

type EncryptionProperty_Status

type EncryptionProperty_Status string

Deprecated version of EncryptionProperty_Status. Use v1beta20210901.EncryptionProperty_Status instead +kubebuilder:validation:Enum={"disabled","enabled"}

type EncryptionProperty_Status_STATUS

type EncryptionProperty_Status_STATUS string

Deprecated version of EncryptionProperty_Status_STATUS. Use v1beta20210901.EncryptionProperty_Status_STATUS instead

type ExportPolicy

type ExportPolicy struct {
	Status *ExportPolicy_Status `json:"status,omitempty"`
}

Deprecated version of ExportPolicy. Use v1beta20210901.ExportPolicy instead

func (*ExportPolicy) AssignProperties_From_ExportPolicy

func (policy *ExportPolicy) AssignProperties_From_ExportPolicy(source *alpha20210901s.ExportPolicy) error

AssignProperties_From_ExportPolicy populates our ExportPolicy from the provided source ExportPolicy

func (*ExportPolicy) AssignProperties_To_ExportPolicy

func (policy *ExportPolicy) AssignProperties_To_ExportPolicy(destination *alpha20210901s.ExportPolicy) error

AssignProperties_To_ExportPolicy populates the provided destination ExportPolicy from our ExportPolicy

func (*ExportPolicy) ConvertToARM

func (policy *ExportPolicy) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*ExportPolicy) DeepCopy

func (in *ExportPolicy) DeepCopy() *ExportPolicy

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

func (*ExportPolicy) DeepCopyInto

func (in *ExportPolicy) DeepCopyInto(out *ExportPolicy)

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

func (*ExportPolicy) NewEmptyARMValue

func (policy *ExportPolicy) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ExportPolicy) PopulateFromARM

func (policy *ExportPolicy) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ExportPolicy_ARM

type ExportPolicy_ARM struct {
	Status *ExportPolicy_Status `json:"status,omitempty"`
}

Deprecated version of ExportPolicy. Use v1beta20210901.ExportPolicy instead

func (*ExportPolicy_ARM) DeepCopy

func (in *ExportPolicy_ARM) DeepCopy() *ExportPolicy_ARM

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

func (*ExportPolicy_ARM) DeepCopyInto

func (in *ExportPolicy_ARM) DeepCopyInto(out *ExportPolicy_ARM)

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

type ExportPolicy_STATUS

type ExportPolicy_STATUS struct {
	Status *ExportPolicy_Status_STATUS `json:"status,omitempty"`
}

Deprecated version of ExportPolicy_STATUS. Use v1beta20210901.ExportPolicy_STATUS instead

func (*ExportPolicy_STATUS) AssignProperties_From_ExportPolicy_STATUS

func (policy *ExportPolicy_STATUS) AssignProperties_From_ExportPolicy_STATUS(source *alpha20210901s.ExportPolicy_STATUS) error

AssignProperties_From_ExportPolicy_STATUS populates our ExportPolicy_STATUS from the provided source ExportPolicy_STATUS

func (*ExportPolicy_STATUS) AssignProperties_To_ExportPolicy_STATUS

func (policy *ExportPolicy_STATUS) AssignProperties_To_ExportPolicy_STATUS(destination *alpha20210901s.ExportPolicy_STATUS) error

AssignProperties_To_ExportPolicy_STATUS populates the provided destination ExportPolicy_STATUS from our ExportPolicy_STATUS

func (*ExportPolicy_STATUS) DeepCopy

func (in *ExportPolicy_STATUS) DeepCopy() *ExportPolicy_STATUS

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

func (*ExportPolicy_STATUS) DeepCopyInto

func (in *ExportPolicy_STATUS) DeepCopyInto(out *ExportPolicy_STATUS)

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

func (*ExportPolicy_STATUS) NewEmptyARMValue

func (policy *ExportPolicy_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ExportPolicy_STATUS) PopulateFromARM

func (policy *ExportPolicy_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ExportPolicy_STATUS_ARM

type ExportPolicy_STATUS_ARM struct {
	Status *ExportPolicy_Status_STATUS `json:"status,omitempty"`
}

Deprecated version of ExportPolicy_STATUS. Use v1beta20210901.ExportPolicy_STATUS instead

func (*ExportPolicy_STATUS_ARM) DeepCopy

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

func (*ExportPolicy_STATUS_ARM) DeepCopyInto

func (in *ExportPolicy_STATUS_ARM) DeepCopyInto(out *ExportPolicy_STATUS_ARM)

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

type ExportPolicy_Status

type ExportPolicy_Status string

Deprecated version of ExportPolicy_Status. Use v1beta20210901.ExportPolicy_Status instead +kubebuilder:validation:Enum={"disabled","enabled"}

type ExportPolicy_Status_STATUS

type ExportPolicy_Status_STATUS string

Deprecated version of ExportPolicy_Status_STATUS. Use v1beta20210901.ExportPolicy_Status_STATUS instead

type IPRule

type IPRule struct {
	Action *IPRule_Action `json:"action,omitempty"`

	// +kubebuilder:validation:Required
	Value *string `json:"value,omitempty"`
}

Deprecated version of IPRule. Use v1beta20210901.IPRule instead

func (*IPRule) AssignProperties_From_IPRule

func (rule *IPRule) AssignProperties_From_IPRule(source *alpha20210901s.IPRule) error

AssignProperties_From_IPRule populates our IPRule from the provided source IPRule

func (*IPRule) AssignProperties_To_IPRule

func (rule *IPRule) AssignProperties_To_IPRule(destination *alpha20210901s.IPRule) error

AssignProperties_To_IPRule populates the provided destination IPRule from our IPRule

func (*IPRule) ConvertToARM

func (rule *IPRule) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*IPRule) DeepCopy

func (in *IPRule) DeepCopy() *IPRule

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

func (*IPRule) DeepCopyInto

func (in *IPRule) DeepCopyInto(out *IPRule)

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

func (*IPRule) NewEmptyARMValue

func (rule *IPRule) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*IPRule) PopulateFromARM

func (rule *IPRule) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type IPRule_ARM

type IPRule_ARM struct {
	Action *IPRule_Action `json:"action,omitempty"`
	Value  *string        `json:"value,omitempty"`
}

Deprecated version of IPRule. Use v1beta20210901.IPRule instead

func (*IPRule_ARM) DeepCopy

func (in *IPRule_ARM) DeepCopy() *IPRule_ARM

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

func (*IPRule_ARM) DeepCopyInto

func (in *IPRule_ARM) DeepCopyInto(out *IPRule_ARM)

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

type IPRule_Action

type IPRule_Action string

Deprecated version of IPRule_Action. Use v1beta20210901.IPRule_Action instead +kubebuilder:validation:Enum={"Allow"}

type IPRule_Action_STATUS

type IPRule_Action_STATUS string

Deprecated version of IPRule_Action_STATUS. Use v1beta20210901.IPRule_Action_STATUS instead

type IPRule_STATUS

type IPRule_STATUS struct {
	Action *IPRule_Action_STATUS `json:"action,omitempty"`
	Value  *string               `json:"value,omitempty"`
}

Deprecated version of IPRule_STATUS. Use v1beta20210901.IPRule_STATUS instead

func (*IPRule_STATUS) AssignProperties_From_IPRule_STATUS

func (rule *IPRule_STATUS) AssignProperties_From_IPRule_STATUS(source *alpha20210901s.IPRule_STATUS) error

AssignProperties_From_IPRule_STATUS populates our IPRule_STATUS from the provided source IPRule_STATUS

func (*IPRule_STATUS) AssignProperties_To_IPRule_STATUS

func (rule *IPRule_STATUS) AssignProperties_To_IPRule_STATUS(destination *alpha20210901s.IPRule_STATUS) error

AssignProperties_To_IPRule_STATUS populates the provided destination IPRule_STATUS from our IPRule_STATUS

func (*IPRule_STATUS) DeepCopy

func (in *IPRule_STATUS) DeepCopy() *IPRule_STATUS

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

func (*IPRule_STATUS) DeepCopyInto

func (in *IPRule_STATUS) DeepCopyInto(out *IPRule_STATUS)

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

func (*IPRule_STATUS) NewEmptyARMValue

func (rule *IPRule_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*IPRule_STATUS) PopulateFromARM

func (rule *IPRule_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type IPRule_STATUS_ARM

type IPRule_STATUS_ARM struct {
	Action *IPRule_Action_STATUS `json:"action,omitempty"`
	Value  *string               `json:"value,omitempty"`
}

Deprecated version of IPRule_STATUS. Use v1beta20210901.IPRule_STATUS instead

func (*IPRule_STATUS_ARM) DeepCopy

func (in *IPRule_STATUS_ARM) DeepCopy() *IPRule_STATUS_ARM

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

func (*IPRule_STATUS_ARM) DeepCopyInto

func (in *IPRule_STATUS_ARM) DeepCopyInto(out *IPRule_STATUS_ARM)

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

type IdentityProperties

type IdentityProperties struct {
	PrincipalId            *string                           `json:"principalId,omitempty"`
	TenantId               *string                           `json:"tenantId,omitempty"`
	Type                   *IdentityProperties_Type          `json:"type,omitempty"`
	UserAssignedIdentities map[string]UserIdentityProperties `json:"userAssignedIdentities,omitempty"`
}

Deprecated version of IdentityProperties. Use v1beta20210901.IdentityProperties instead

func (*IdentityProperties) AssignProperties_From_IdentityProperties

func (properties *IdentityProperties) AssignProperties_From_IdentityProperties(source *alpha20210901s.IdentityProperties) error

AssignProperties_From_IdentityProperties populates our IdentityProperties from the provided source IdentityProperties

func (*IdentityProperties) AssignProperties_To_IdentityProperties

func (properties *IdentityProperties) AssignProperties_To_IdentityProperties(destination *alpha20210901s.IdentityProperties) error

AssignProperties_To_IdentityProperties populates the provided destination IdentityProperties from our IdentityProperties

func (*IdentityProperties) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*IdentityProperties) DeepCopy

func (in *IdentityProperties) DeepCopy() *IdentityProperties

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

func (*IdentityProperties) DeepCopyInto

func (in *IdentityProperties) DeepCopyInto(out *IdentityProperties)

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

func (*IdentityProperties) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*IdentityProperties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type IdentityProperties_ARM

type IdentityProperties_ARM struct {
	PrincipalId            *string                               `json:"principalId,omitempty"`
	TenantId               *string                               `json:"tenantId,omitempty"`
	Type                   *IdentityProperties_Type              `json:"type,omitempty"`
	UserAssignedIdentities map[string]UserIdentityProperties_ARM `json:"userAssignedIdentities,omitempty"`
}

Deprecated version of IdentityProperties. Use v1beta20210901.IdentityProperties instead

func (*IdentityProperties_ARM) DeepCopy

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

func (*IdentityProperties_ARM) DeepCopyInto

func (in *IdentityProperties_ARM) DeepCopyInto(out *IdentityProperties_ARM)

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

type IdentityProperties_STATUS

type IdentityProperties_STATUS struct {
	PrincipalId            *string                                  `json:"principalId,omitempty"`
	TenantId               *string                                  `json:"tenantId,omitempty"`
	Type                   *IdentityProperties_Type_STATUS          `json:"type,omitempty"`
	UserAssignedIdentities map[string]UserIdentityProperties_STATUS `json:"userAssignedIdentities,omitempty"`
}

Deprecated version of IdentityProperties_STATUS. Use v1beta20210901.IdentityProperties_STATUS instead

func (*IdentityProperties_STATUS) AssignProperties_From_IdentityProperties_STATUS

func (properties *IdentityProperties_STATUS) AssignProperties_From_IdentityProperties_STATUS(source *alpha20210901s.IdentityProperties_STATUS) error

AssignProperties_From_IdentityProperties_STATUS populates our IdentityProperties_STATUS from the provided source IdentityProperties_STATUS

func (*IdentityProperties_STATUS) AssignProperties_To_IdentityProperties_STATUS

func (properties *IdentityProperties_STATUS) AssignProperties_To_IdentityProperties_STATUS(destination *alpha20210901s.IdentityProperties_STATUS) error

AssignProperties_To_IdentityProperties_STATUS populates the provided destination IdentityProperties_STATUS from our IdentityProperties_STATUS

func (*IdentityProperties_STATUS) DeepCopy

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

func (*IdentityProperties_STATUS) DeepCopyInto

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

func (*IdentityProperties_STATUS) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*IdentityProperties_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type IdentityProperties_STATUS_ARM

type IdentityProperties_STATUS_ARM struct {
	PrincipalId            *string                                      `json:"principalId,omitempty"`
	TenantId               *string                                      `json:"tenantId,omitempty"`
	Type                   *IdentityProperties_Type_STATUS              `json:"type,omitempty"`
	UserAssignedIdentities map[string]UserIdentityProperties_STATUS_ARM `json:"userAssignedIdentities,omitempty"`
}

Deprecated version of IdentityProperties_STATUS. Use v1beta20210901.IdentityProperties_STATUS instead

func (*IdentityProperties_STATUS_ARM) DeepCopy

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

func (*IdentityProperties_STATUS_ARM) DeepCopyInto

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

type IdentityProperties_Type

type IdentityProperties_Type string

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

type IdentityProperties_Type_STATUS

type IdentityProperties_Type_STATUS string

Deprecated version of IdentityProperties_Type_STATUS. Use v1beta20210901.IdentityProperties_Type_STATUS instead

type KeyVaultProperties

type KeyVaultProperties struct {
	Identity      *string `json:"identity,omitempty"`
	KeyIdentifier *string `json:"keyIdentifier,omitempty"`
}

Deprecated version of KeyVaultProperties. Use v1beta20210901.KeyVaultProperties instead

func (*KeyVaultProperties) AssignProperties_From_KeyVaultProperties

func (properties *KeyVaultProperties) AssignProperties_From_KeyVaultProperties(source *alpha20210901s.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 *alpha20210901s.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 {
	Identity      *string `json:"identity,omitempty"`
	KeyIdentifier *string `json:"keyIdentifier,omitempty"`
}

Deprecated version of KeyVaultProperties. Use v1beta20210901.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 {
	Identity                 *string `json:"identity,omitempty"`
	KeyIdentifier            *string `json:"keyIdentifier,omitempty"`
	KeyRotationEnabled       *bool   `json:"keyRotationEnabled,omitempty"`
	LastKeyRotationTimestamp *string `json:"lastKeyRotationTimestamp,omitempty"`
	VersionedKeyIdentifier   *string `json:"versionedKeyIdentifier,omitempty"`
}

Deprecated version of KeyVaultProperties_STATUS. Use v1beta20210901.KeyVaultProperties_STATUS instead

func (*KeyVaultProperties_STATUS) AssignProperties_From_KeyVaultProperties_STATUS

func (properties *KeyVaultProperties_STATUS) AssignProperties_From_KeyVaultProperties_STATUS(source *alpha20210901s.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 *alpha20210901s.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 {
	Identity                 *string `json:"identity,omitempty"`
	KeyIdentifier            *string `json:"keyIdentifier,omitempty"`
	KeyRotationEnabled       *bool   `json:"keyRotationEnabled,omitempty"`
	LastKeyRotationTimestamp *string `json:"lastKeyRotationTimestamp,omitempty"`
	VersionedKeyIdentifier   *string `json:"versionedKeyIdentifier,omitempty"`
}

Deprecated version of KeyVaultProperties_STATUS. Use v1beta20210901.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 NetworkRuleSet

type NetworkRuleSet struct {
	// +kubebuilder:validation:Required
	DefaultAction *NetworkRuleSet_DefaultAction `json:"defaultAction,omitempty"`
	IpRules       []IPRule                      `json:"ipRules,omitempty"`
}

Deprecated version of NetworkRuleSet. Use v1beta20210901.NetworkRuleSet instead

func (*NetworkRuleSet) AssignProperties_From_NetworkRuleSet

func (ruleSet *NetworkRuleSet) AssignProperties_From_NetworkRuleSet(source *alpha20210901s.NetworkRuleSet) error

AssignProperties_From_NetworkRuleSet populates our NetworkRuleSet from the provided source NetworkRuleSet

func (*NetworkRuleSet) AssignProperties_To_NetworkRuleSet

func (ruleSet *NetworkRuleSet) AssignProperties_To_NetworkRuleSet(destination *alpha20210901s.NetworkRuleSet) error

AssignProperties_To_NetworkRuleSet populates the provided destination NetworkRuleSet from our NetworkRuleSet

func (*NetworkRuleSet) ConvertToARM

func (ruleSet *NetworkRuleSet) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*NetworkRuleSet) DeepCopy

func (in *NetworkRuleSet) DeepCopy() *NetworkRuleSet

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

func (*NetworkRuleSet) DeepCopyInto

func (in *NetworkRuleSet) DeepCopyInto(out *NetworkRuleSet)

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

func (*NetworkRuleSet) NewEmptyARMValue

func (ruleSet *NetworkRuleSet) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*NetworkRuleSet) PopulateFromARM

func (ruleSet *NetworkRuleSet) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type NetworkRuleSet_ARM

type NetworkRuleSet_ARM struct {
	DefaultAction *NetworkRuleSet_DefaultAction `json:"defaultAction,omitempty"`
	IpRules       []IPRule_ARM                  `json:"ipRules,omitempty"`
}

Deprecated version of NetworkRuleSet. Use v1beta20210901.NetworkRuleSet instead

func (*NetworkRuleSet_ARM) DeepCopy

func (in *NetworkRuleSet_ARM) DeepCopy() *NetworkRuleSet_ARM

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

func (*NetworkRuleSet_ARM) DeepCopyInto

func (in *NetworkRuleSet_ARM) DeepCopyInto(out *NetworkRuleSet_ARM)

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

type NetworkRuleSet_DefaultAction

type NetworkRuleSet_DefaultAction string

Deprecated version of NetworkRuleSet_DefaultAction. Use v1beta20210901.NetworkRuleSet_DefaultAction instead +kubebuilder:validation:Enum={"Allow","Deny"}

type NetworkRuleSet_DefaultAction_STATUS

type NetworkRuleSet_DefaultAction_STATUS string

Deprecated version of NetworkRuleSet_DefaultAction_STATUS. Use v1beta20210901.NetworkRuleSet_DefaultAction_STATUS instead

type NetworkRuleSet_STATUS

type NetworkRuleSet_STATUS struct {
	DefaultAction *NetworkRuleSet_DefaultAction_STATUS `json:"defaultAction,omitempty"`
	IpRules       []IPRule_STATUS                      `json:"ipRules,omitempty"`
}

Deprecated version of NetworkRuleSet_STATUS. Use v1beta20210901.NetworkRuleSet_STATUS instead

func (*NetworkRuleSet_STATUS) AssignProperties_From_NetworkRuleSet_STATUS

func (ruleSet *NetworkRuleSet_STATUS) AssignProperties_From_NetworkRuleSet_STATUS(source *alpha20210901s.NetworkRuleSet_STATUS) error

AssignProperties_From_NetworkRuleSet_STATUS populates our NetworkRuleSet_STATUS from the provided source NetworkRuleSet_STATUS

func (*NetworkRuleSet_STATUS) AssignProperties_To_NetworkRuleSet_STATUS

func (ruleSet *NetworkRuleSet_STATUS) AssignProperties_To_NetworkRuleSet_STATUS(destination *alpha20210901s.NetworkRuleSet_STATUS) error

AssignProperties_To_NetworkRuleSet_STATUS populates the provided destination NetworkRuleSet_STATUS from our NetworkRuleSet_STATUS

func (*NetworkRuleSet_STATUS) DeepCopy

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

func (*NetworkRuleSet_STATUS) DeepCopyInto

func (in *NetworkRuleSet_STATUS) DeepCopyInto(out *NetworkRuleSet_STATUS)

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

func (*NetworkRuleSet_STATUS) NewEmptyARMValue

func (ruleSet *NetworkRuleSet_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*NetworkRuleSet_STATUS) PopulateFromARM

func (ruleSet *NetworkRuleSet_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type NetworkRuleSet_STATUS_ARM

type NetworkRuleSet_STATUS_ARM struct {
	DefaultAction *NetworkRuleSet_DefaultAction_STATUS `json:"defaultAction,omitempty"`
	IpRules       []IPRule_STATUS_ARM                  `json:"ipRules,omitempty"`
}

Deprecated version of NetworkRuleSet_STATUS. Use v1beta20210901.NetworkRuleSet_STATUS instead

func (*NetworkRuleSet_STATUS_ARM) DeepCopy

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

func (*NetworkRuleSet_STATUS_ARM) DeepCopyInto

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

type Policies

type Policies struct {
	ExportPolicy     *ExportPolicy     `json:"exportPolicy,omitempty"`
	QuarantinePolicy *QuarantinePolicy `json:"quarantinePolicy,omitempty"`
	RetentionPolicy  *RetentionPolicy  `json:"retentionPolicy,omitempty"`
	TrustPolicy      *TrustPolicy      `json:"trustPolicy,omitempty"`
}

Deprecated version of Policies. Use v1beta20210901.Policies instead

func (*Policies) AssignProperties_From_Policies

func (policies *Policies) AssignProperties_From_Policies(source *alpha20210901s.Policies) error

AssignProperties_From_Policies populates our Policies from the provided source Policies

func (*Policies) AssignProperties_To_Policies

func (policies *Policies) AssignProperties_To_Policies(destination *alpha20210901s.Policies) error

AssignProperties_To_Policies populates the provided destination Policies from our Policies

func (*Policies) ConvertToARM

func (policies *Policies) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Policies) DeepCopy

func (in *Policies) DeepCopy() *Policies

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

func (*Policies) DeepCopyInto

func (in *Policies) DeepCopyInto(out *Policies)

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

func (*Policies) NewEmptyARMValue

func (policies *Policies) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Policies) PopulateFromARM

func (policies *Policies) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Policies_ARM

type Policies_ARM struct {
	ExportPolicy     *ExportPolicy_ARM     `json:"exportPolicy,omitempty"`
	QuarantinePolicy *QuarantinePolicy_ARM `json:"quarantinePolicy,omitempty"`
	RetentionPolicy  *RetentionPolicy_ARM  `json:"retentionPolicy,omitempty"`
	TrustPolicy      *TrustPolicy_ARM      `json:"trustPolicy,omitempty"`
}

Deprecated version of Policies. Use v1beta20210901.Policies instead

func (*Policies_ARM) DeepCopy

func (in *Policies_ARM) DeepCopy() *Policies_ARM

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

func (*Policies_ARM) DeepCopyInto

func (in *Policies_ARM) DeepCopyInto(out *Policies_ARM)

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

type Policies_STATUS

type Policies_STATUS struct {
	ExportPolicy     *ExportPolicy_STATUS     `json:"exportPolicy,omitempty"`
	QuarantinePolicy *QuarantinePolicy_STATUS `json:"quarantinePolicy,omitempty"`
	RetentionPolicy  *RetentionPolicy_STATUS  `json:"retentionPolicy,omitempty"`
	TrustPolicy      *TrustPolicy_STATUS      `json:"trustPolicy,omitempty"`
}

Deprecated version of Policies_STATUS. Use v1beta20210901.Policies_STATUS instead

func (*Policies_STATUS) AssignProperties_From_Policies_STATUS

func (policies *Policies_STATUS) AssignProperties_From_Policies_STATUS(source *alpha20210901s.Policies_STATUS) error

AssignProperties_From_Policies_STATUS populates our Policies_STATUS from the provided source Policies_STATUS

func (*Policies_STATUS) AssignProperties_To_Policies_STATUS

func (policies *Policies_STATUS) AssignProperties_To_Policies_STATUS(destination *alpha20210901s.Policies_STATUS) error

AssignProperties_To_Policies_STATUS populates the provided destination Policies_STATUS from our Policies_STATUS

func (*Policies_STATUS) DeepCopy

func (in *Policies_STATUS) DeepCopy() *Policies_STATUS

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

func (*Policies_STATUS) DeepCopyInto

func (in *Policies_STATUS) DeepCopyInto(out *Policies_STATUS)

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

func (*Policies_STATUS) NewEmptyARMValue

func (policies *Policies_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Policies_STATUS) PopulateFromARM

func (policies *Policies_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Policies_STATUS_ARM

type Policies_STATUS_ARM struct {
	ExportPolicy     *ExportPolicy_STATUS_ARM     `json:"exportPolicy,omitempty"`
	QuarantinePolicy *QuarantinePolicy_STATUS_ARM `json:"quarantinePolicy,omitempty"`
	RetentionPolicy  *RetentionPolicy_STATUS_ARM  `json:"retentionPolicy,omitempty"`
	TrustPolicy      *TrustPolicy_STATUS_ARM      `json:"trustPolicy,omitempty"`
}

Deprecated version of Policies_STATUS. Use v1beta20210901.Policies_STATUS instead

func (*Policies_STATUS_ARM) DeepCopy

func (in *Policies_STATUS_ARM) DeepCopy() *Policies_STATUS_ARM

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

func (*Policies_STATUS_ARM) DeepCopyInto

func (in *Policies_STATUS_ARM) DeepCopyInto(out *Policies_STATUS_ARM)

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

type PrivateEndpointConnection_STATUS

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

Deprecated version of PrivateEndpointConnection_STATUS. Use v1beta20210901.PrivateEndpointConnection_STATUS instead

func (*PrivateEndpointConnection_STATUS) AssignProperties_From_PrivateEndpointConnection_STATUS

func (connection *PrivateEndpointConnection_STATUS) AssignProperties_From_PrivateEndpointConnection_STATUS(source *alpha20210901s.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 *alpha20210901s.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 v1beta20210901.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 QuarantinePolicy

type QuarantinePolicy struct {
	Status *QuarantinePolicy_Status `json:"status,omitempty"`
}

Deprecated version of QuarantinePolicy. Use v1beta20210901.QuarantinePolicy instead

func (*QuarantinePolicy) AssignProperties_From_QuarantinePolicy

func (policy *QuarantinePolicy) AssignProperties_From_QuarantinePolicy(source *alpha20210901s.QuarantinePolicy) error

AssignProperties_From_QuarantinePolicy populates our QuarantinePolicy from the provided source QuarantinePolicy

func (*QuarantinePolicy) AssignProperties_To_QuarantinePolicy

func (policy *QuarantinePolicy) AssignProperties_To_QuarantinePolicy(destination *alpha20210901s.QuarantinePolicy) error

AssignProperties_To_QuarantinePolicy populates the provided destination QuarantinePolicy from our QuarantinePolicy

func (*QuarantinePolicy) ConvertToARM

func (policy *QuarantinePolicy) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*QuarantinePolicy) DeepCopy

func (in *QuarantinePolicy) DeepCopy() *QuarantinePolicy

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

func (*QuarantinePolicy) DeepCopyInto

func (in *QuarantinePolicy) DeepCopyInto(out *QuarantinePolicy)

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

func (*QuarantinePolicy) NewEmptyARMValue

func (policy *QuarantinePolicy) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*QuarantinePolicy) PopulateFromARM

func (policy *QuarantinePolicy) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type QuarantinePolicy_ARM

type QuarantinePolicy_ARM struct {
	Status *QuarantinePolicy_Status `json:"status,omitempty"`
}

Deprecated version of QuarantinePolicy. Use v1beta20210901.QuarantinePolicy instead

func (*QuarantinePolicy_ARM) DeepCopy

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

func (*QuarantinePolicy_ARM) DeepCopyInto

func (in *QuarantinePolicy_ARM) DeepCopyInto(out *QuarantinePolicy_ARM)

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

type QuarantinePolicy_STATUS

type QuarantinePolicy_STATUS struct {
	Status *QuarantinePolicy_Status_STATUS `json:"status,omitempty"`
}

Deprecated version of QuarantinePolicy_STATUS. Use v1beta20210901.QuarantinePolicy_STATUS instead

func (*QuarantinePolicy_STATUS) AssignProperties_From_QuarantinePolicy_STATUS

func (policy *QuarantinePolicy_STATUS) AssignProperties_From_QuarantinePolicy_STATUS(source *alpha20210901s.QuarantinePolicy_STATUS) error

AssignProperties_From_QuarantinePolicy_STATUS populates our QuarantinePolicy_STATUS from the provided source QuarantinePolicy_STATUS

func (*QuarantinePolicy_STATUS) AssignProperties_To_QuarantinePolicy_STATUS

func (policy *QuarantinePolicy_STATUS) AssignProperties_To_QuarantinePolicy_STATUS(destination *alpha20210901s.QuarantinePolicy_STATUS) error

AssignProperties_To_QuarantinePolicy_STATUS populates the provided destination QuarantinePolicy_STATUS from our QuarantinePolicy_STATUS

func (*QuarantinePolicy_STATUS) DeepCopy

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

func (*QuarantinePolicy_STATUS) DeepCopyInto

func (in *QuarantinePolicy_STATUS) DeepCopyInto(out *QuarantinePolicy_STATUS)

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

func (*QuarantinePolicy_STATUS) NewEmptyARMValue

func (policy *QuarantinePolicy_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*QuarantinePolicy_STATUS) PopulateFromARM

func (policy *QuarantinePolicy_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type QuarantinePolicy_STATUS_ARM

type QuarantinePolicy_STATUS_ARM struct {
	Status *QuarantinePolicy_Status_STATUS `json:"status,omitempty"`
}

Deprecated version of QuarantinePolicy_STATUS. Use v1beta20210901.QuarantinePolicy_STATUS instead

func (*QuarantinePolicy_STATUS_ARM) DeepCopy

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

func (*QuarantinePolicy_STATUS_ARM) DeepCopyInto

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

type QuarantinePolicy_Status

type QuarantinePolicy_Status string

Deprecated version of QuarantinePolicy_Status. Use v1beta20210901.QuarantinePolicy_Status instead +kubebuilder:validation:Enum={"disabled","enabled"}

type QuarantinePolicy_Status_STATUS

type QuarantinePolicy_Status_STATUS string

Deprecated version of QuarantinePolicy_Status_STATUS. Use v1beta20210901.QuarantinePolicy_Status_STATUS instead

type Registry

type Registry struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Registry_Spec   `json:"spec,omitempty"`
	Status            Registry_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 Registry. Use v1beta20210901.Registry instead

func (*Registry) AssignProperties_From_Registry

func (registry *Registry) AssignProperties_From_Registry(source *alpha20210901s.Registry) error

AssignProperties_From_Registry populates our Registry from the provided source Registry

func (*Registry) AssignProperties_To_Registry

func (registry *Registry) AssignProperties_To_Registry(destination *alpha20210901s.Registry) error

AssignProperties_To_Registry populates the provided destination Registry from our Registry

func (*Registry) AzureName

func (registry *Registry) AzureName() string

AzureName returns the Azure name of the resource

func (*Registry) ConvertFrom

func (registry *Registry) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our Registry from the provided hub Registry

func (*Registry) ConvertTo

func (registry *Registry) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub Registry from our Registry

func (*Registry) DeepCopy

func (in *Registry) DeepCopy() *Registry

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

func (*Registry) DeepCopyInto

func (in *Registry) DeepCopyInto(out *Registry)

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

func (*Registry) DeepCopyObject

func (in *Registry) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Registry) Default

func (registry *Registry) Default()

Default applies defaults to the Registry resource

func (Registry) GetAPIVersion

func (registry Registry) GetAPIVersion() string

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

func (*Registry) GetConditions

func (registry *Registry) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*Registry) GetResourceScope

func (registry *Registry) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*Registry) GetSpec

func (registry *Registry) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*Registry) GetStatus

func (registry *Registry) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*Registry) GetType

func (registry *Registry) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.ContainerRegistry/registries"

func (*Registry) NewEmptyStatus

func (registry *Registry) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*Registry) OriginalGVK

func (registry *Registry) OriginalGVK() *schema.GroupVersionKind

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

func (*Registry) Owner

func (registry *Registry) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner

func (*Registry) SetConditions

func (registry *Registry) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*Registry) SetStatus

func (registry *Registry) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

func (*Registry) ValidateCreate

func (registry *Registry) ValidateCreate() error

ValidateCreate validates the creation of the resource

func (*Registry) ValidateDelete

func (registry *Registry) ValidateDelete() error

ValidateDelete validates the deletion of the resource

func (*Registry) ValidateUpdate

func (registry *Registry) ValidateUpdate(old runtime.Object) error

ValidateUpdate validates an update of the resource

type RegistryList

type RegistryList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Registry `json:"items"`
}

+kubebuilder:object:root=true Deprecated version of Registry. Use v1beta20210901.Registry instead

func (*RegistryList) DeepCopy

func (in *RegistryList) DeepCopy() *RegistryList

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

func (*RegistryList) DeepCopyInto

func (in *RegistryList) DeepCopyInto(out *RegistryList)

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

func (*RegistryList) DeepCopyObject

func (in *RegistryList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type RegistryProperties_ARM

type RegistryProperties_ARM struct {
	AdminUserEnabled         *bool                                        `json:"adminUserEnabled,omitempty"`
	DataEndpointEnabled      *bool                                        `json:"dataEndpointEnabled,omitempty"`
	Encryption               *EncryptionProperty_ARM                      `json:"encryption,omitempty"`
	NetworkRuleBypassOptions *RegistryProperties_NetworkRuleBypassOptions `json:"networkRuleBypassOptions,omitempty"`
	NetworkRuleSet           *NetworkRuleSet_ARM                          `json:"networkRuleSet,omitempty"`
	Policies                 *Policies_ARM                                `json:"policies,omitempty"`
	PublicNetworkAccess      *RegistryProperties_PublicNetworkAccess      `json:"publicNetworkAccess,omitempty"`
	ZoneRedundancy           *RegistryProperties_ZoneRedundancy           `json:"zoneRedundancy,omitempty"`
}

Deprecated version of RegistryProperties. Use v1beta20210901.RegistryProperties instead

func (*RegistryProperties_ARM) DeepCopy

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

func (*RegistryProperties_ARM) DeepCopyInto

func (in *RegistryProperties_ARM) DeepCopyInto(out *RegistryProperties_ARM)

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

type RegistryProperties_NetworkRuleBypassOptions

type RegistryProperties_NetworkRuleBypassOptions string

Deprecated version of RegistryProperties_NetworkRuleBypassOptions. Use v1beta20210901.RegistryProperties_NetworkRuleBypassOptions instead +kubebuilder:validation:Enum={"AzureServices","None"}

type RegistryProperties_NetworkRuleBypassOptions_STATUS

type RegistryProperties_NetworkRuleBypassOptions_STATUS string

Deprecated version of RegistryProperties_NetworkRuleBypassOptions_STATUS. Use v1beta20210901.RegistryProperties_NetworkRuleBypassOptions_STATUS instead

type RegistryProperties_ProvisioningState_STATUS

type RegistryProperties_ProvisioningState_STATUS string

Deprecated version of RegistryProperties_ProvisioningState_STATUS. Use v1beta20210901.RegistryProperties_ProvisioningState_STATUS instead

type RegistryProperties_PublicNetworkAccess

type RegistryProperties_PublicNetworkAccess string

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

type RegistryProperties_PublicNetworkAccess_STATUS

type RegistryProperties_PublicNetworkAccess_STATUS string

Deprecated version of RegistryProperties_PublicNetworkAccess_STATUS. Use v1beta20210901.RegistryProperties_PublicNetworkAccess_STATUS instead

type RegistryProperties_STATUS_ARM

type RegistryProperties_STATUS_ARM struct {
	AdminUserEnabled           *bool                                               `json:"adminUserEnabled,omitempty"`
	CreationDate               *string                                             `json:"creationDate,omitempty"`
	DataEndpointEnabled        *bool                                               `json:"dataEndpointEnabled,omitempty"`
	DataEndpointHostNames      []string                                            `json:"dataEndpointHostNames,omitempty"`
	Encryption                 *EncryptionProperty_STATUS_ARM                      `json:"encryption,omitempty"`
	LoginServer                *string                                             `json:"loginServer,omitempty"`
	NetworkRuleBypassOptions   *RegistryProperties_NetworkRuleBypassOptions_STATUS `json:"networkRuleBypassOptions,omitempty"`
	NetworkRuleSet             *NetworkRuleSet_STATUS_ARM                          `json:"networkRuleSet,omitempty"`
	Policies                   *Policies_STATUS_ARM                                `json:"policies,omitempty"`
	PrivateEndpointConnections []PrivateEndpointConnection_STATUS_ARM              `json:"privateEndpointConnections,omitempty"`
	ProvisioningState          *RegistryProperties_ProvisioningState_STATUS        `json:"provisioningState,omitempty"`
	PublicNetworkAccess        *RegistryProperties_PublicNetworkAccess_STATUS      `json:"publicNetworkAccess,omitempty"`
	Status                     *Status_STATUS_ARM                                  `json:"status,omitempty"`
	ZoneRedundancy             *RegistryProperties_ZoneRedundancy_STATUS           `json:"zoneRedundancy,omitempty"`
}

Deprecated version of RegistryProperties_STATUS. Use v1beta20210901.RegistryProperties_STATUS instead

func (*RegistryProperties_STATUS_ARM) DeepCopy

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

func (*RegistryProperties_STATUS_ARM) DeepCopyInto

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

type RegistryProperties_ZoneRedundancy

type RegistryProperties_ZoneRedundancy string

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

type RegistryProperties_ZoneRedundancy_STATUS

type RegistryProperties_ZoneRedundancy_STATUS string

Deprecated version of RegistryProperties_ZoneRedundancy_STATUS. Use v1beta20210901.RegistryProperties_ZoneRedundancy_STATUS instead

type Registry_STATUS

type Registry_STATUS struct {
	AdminUserEnabled *bool `json:"adminUserEnabled,omitempty"`

	// Conditions: The observed state of the resource
	Conditions                 []conditions.Condition                              `json:"conditions,omitempty"`
	CreationDate               *string                                             `json:"creationDate,omitempty"`
	DataEndpointEnabled        *bool                                               `json:"dataEndpointEnabled,omitempty"`
	DataEndpointHostNames      []string                                            `json:"dataEndpointHostNames,omitempty"`
	Encryption                 *EncryptionProperty_STATUS                          `json:"encryption,omitempty"`
	Id                         *string                                             `json:"id,omitempty"`
	Identity                   *IdentityProperties_STATUS                          `json:"identity,omitempty"`
	Location                   *string                                             `json:"location,omitempty"`
	LoginServer                *string                                             `json:"loginServer,omitempty"`
	Name                       *string                                             `json:"name,omitempty"`
	NetworkRuleBypassOptions   *RegistryProperties_NetworkRuleBypassOptions_STATUS `json:"networkRuleBypassOptions,omitempty"`
	NetworkRuleSet             *NetworkRuleSet_STATUS                              `json:"networkRuleSet,omitempty"`
	Policies                   *Policies_STATUS                                    `json:"policies,omitempty"`
	PrivateEndpointConnections []PrivateEndpointConnection_STATUS                  `json:"privateEndpointConnections,omitempty"`
	ProvisioningState          *RegistryProperties_ProvisioningState_STATUS        `json:"provisioningState,omitempty"`
	PublicNetworkAccess        *RegistryProperties_PublicNetworkAccess_STATUS      `json:"publicNetworkAccess,omitempty"`
	Sku                        *Sku_STATUS                                         `json:"sku,omitempty"`
	Status                     *Status_STATUS                                      `json:"status,omitempty"`
	SystemData                 *SystemData_STATUS                                  `json:"systemData,omitempty"`
	Tags                       map[string]string                                   `json:"tags,omitempty"`
	Type                       *string                                             `json:"type,omitempty"`
	ZoneRedundancy             *RegistryProperties_ZoneRedundancy_STATUS           `json:"zoneRedundancy,omitempty"`
}

Deprecated version of Registry_STATUS. Use v1beta20210901.Registry_STATUS instead

func (*Registry_STATUS) AssignProperties_From_Registry_STATUS

func (registry *Registry_STATUS) AssignProperties_From_Registry_STATUS(source *alpha20210901s.Registry_STATUS) error

AssignProperties_From_Registry_STATUS populates our Registry_STATUS from the provided source Registry_STATUS

func (*Registry_STATUS) AssignProperties_To_Registry_STATUS

func (registry *Registry_STATUS) AssignProperties_To_Registry_STATUS(destination *alpha20210901s.Registry_STATUS) error

AssignProperties_To_Registry_STATUS populates the provided destination Registry_STATUS from our Registry_STATUS

func (*Registry_STATUS) ConvertStatusFrom

func (registry *Registry_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our Registry_STATUS from the provided source

func (*Registry_STATUS) ConvertStatusTo

func (registry *Registry_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our Registry_STATUS

func (*Registry_STATUS) DeepCopy

func (in *Registry_STATUS) DeepCopy() *Registry_STATUS

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

func (*Registry_STATUS) DeepCopyInto

func (in *Registry_STATUS) DeepCopyInto(out *Registry_STATUS)

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

func (*Registry_STATUS) NewEmptyARMValue

func (registry *Registry_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Registry_STATUS) PopulateFromARM

func (registry *Registry_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Registry_STATUS_ARM

type Registry_STATUS_ARM struct {
	Id         *string                        `json:"id,omitempty"`
	Identity   *IdentityProperties_STATUS_ARM `json:"identity,omitempty"`
	Location   *string                        `json:"location,omitempty"`
	Name       *string                        `json:"name,omitempty"`
	Properties *RegistryProperties_STATUS_ARM `json:"properties,omitempty"`
	Sku        *Sku_STATUS_ARM                `json:"sku,omitempty"`
	SystemData *SystemData_STATUS_ARM         `json:"systemData,omitempty"`
	Tags       map[string]string              `json:"tags,omitempty"`
	Type       *string                        `json:"type,omitempty"`
}

Deprecated version of Registry_STATUS. Use v1beta20210901.Registry_STATUS instead

func (*Registry_STATUS_ARM) DeepCopy

func (in *Registry_STATUS_ARM) DeepCopy() *Registry_STATUS_ARM

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

func (*Registry_STATUS_ARM) DeepCopyInto

func (in *Registry_STATUS_ARM) DeepCopyInto(out *Registry_STATUS_ARM)

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

type Registry_Spec

type Registry_Spec struct {
	AdminUserEnabled *bool `json:"adminUserEnabled,omitempty"`

	// +kubebuilder:validation:MaxLength=50
	// +kubebuilder:validation:MinLength=5
	// +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"`
	DataEndpointEnabled *bool               `json:"dataEndpointEnabled,omitempty"`
	Encryption          *EncryptionProperty `json:"encryption,omitempty"`
	Identity            *IdentityProperties `json:"identity,omitempty"`

	// +kubebuilder:validation:Required
	Location                 *string                                      `json:"location,omitempty"`
	NetworkRuleBypassOptions *RegistryProperties_NetworkRuleBypassOptions `json:"networkRuleBypassOptions,omitempty"`
	NetworkRuleSet           *NetworkRuleSet                              `json:"networkRuleSet,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"`
	Policies            *Policies                               `json:"policies,omitempty"`
	PublicNetworkAccess *RegistryProperties_PublicNetworkAccess `json:"publicNetworkAccess,omitempty"`

	// +kubebuilder:validation:Required
	Sku            *Sku                               `json:"sku,omitempty"`
	Tags           map[string]string                  `json:"tags,omitempty"`
	ZoneRedundancy *RegistryProperties_ZoneRedundancy `json:"zoneRedundancy,omitempty"`
}

func (*Registry_Spec) AssignProperties_From_Registry_Spec

func (registry *Registry_Spec) AssignProperties_From_Registry_Spec(source *alpha20210901s.Registry_Spec) error

AssignProperties_From_Registry_Spec populates our Registry_Spec from the provided source Registry_Spec

func (*Registry_Spec) AssignProperties_To_Registry_Spec

func (registry *Registry_Spec) AssignProperties_To_Registry_Spec(destination *alpha20210901s.Registry_Spec) error

AssignProperties_To_Registry_Spec populates the provided destination Registry_Spec from our Registry_Spec

func (*Registry_Spec) ConvertSpecFrom

func (registry *Registry_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our Registry_Spec from the provided source

func (*Registry_Spec) ConvertSpecTo

func (registry *Registry_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our Registry_Spec

func (*Registry_Spec) ConvertToARM

func (registry *Registry_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Registry_Spec) DeepCopy

func (in *Registry_Spec) DeepCopy() *Registry_Spec

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

func (*Registry_Spec) DeepCopyInto

func (in *Registry_Spec) DeepCopyInto(out *Registry_Spec)

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

func (*Registry_Spec) NewEmptyARMValue

func (registry *Registry_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Registry_Spec) OriginalVersion

func (registry *Registry_Spec) OriginalVersion() string

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

func (*Registry_Spec) PopulateFromARM

func (registry *Registry_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*Registry_Spec) SetAzureName

func (registry *Registry_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type Registry_Spec_ARM

type Registry_Spec_ARM struct {
	Identity   *IdentityProperties_ARM `json:"identity,omitempty"`
	Location   *string                 `json:"location,omitempty"`
	Name       string                  `json:"name,omitempty"`
	Properties *RegistryProperties_ARM `json:"properties,omitempty"`
	Sku        *Sku_ARM                `json:"sku,omitempty"`
	Tags       map[string]string       `json:"tags,omitempty"`
}

Deprecated version of Registry_Spec. Use v1beta20210901.Registry_Spec instead

func (*Registry_Spec_ARM) DeepCopy

func (in *Registry_Spec_ARM) DeepCopy() *Registry_Spec_ARM

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

func (*Registry_Spec_ARM) DeepCopyInto

func (in *Registry_Spec_ARM) DeepCopyInto(out *Registry_Spec_ARM)

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

func (Registry_Spec_ARM) GetAPIVersion

func (registry Registry_Spec_ARM) GetAPIVersion() string

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

func (*Registry_Spec_ARM) GetName

func (registry *Registry_Spec_ARM) GetName() string

GetName returns the Name of the resource

func (*Registry_Spec_ARM) GetType

func (registry *Registry_Spec_ARM) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.ContainerRegistry/registries"

type RetentionPolicy

type RetentionPolicy struct {
	Days   *int                    `json:"days,omitempty"`
	Status *RetentionPolicy_Status `json:"status,omitempty"`
}

Deprecated version of RetentionPolicy. Use v1beta20210901.RetentionPolicy instead

func (*RetentionPolicy) AssignProperties_From_RetentionPolicy

func (policy *RetentionPolicy) AssignProperties_From_RetentionPolicy(source *alpha20210901s.RetentionPolicy) error

AssignProperties_From_RetentionPolicy populates our RetentionPolicy from the provided source RetentionPolicy

func (*RetentionPolicy) AssignProperties_To_RetentionPolicy

func (policy *RetentionPolicy) AssignProperties_To_RetentionPolicy(destination *alpha20210901s.RetentionPolicy) error

AssignProperties_To_RetentionPolicy populates the provided destination RetentionPolicy from our RetentionPolicy

func (*RetentionPolicy) ConvertToARM

func (policy *RetentionPolicy) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*RetentionPolicy) DeepCopy

func (in *RetentionPolicy) DeepCopy() *RetentionPolicy

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

func (*RetentionPolicy) DeepCopyInto

func (in *RetentionPolicy) DeepCopyInto(out *RetentionPolicy)

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

func (*RetentionPolicy) NewEmptyARMValue

func (policy *RetentionPolicy) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*RetentionPolicy) PopulateFromARM

func (policy *RetentionPolicy) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type RetentionPolicy_ARM

type RetentionPolicy_ARM struct {
	Days   *int                    `json:"days,omitempty"`
	Status *RetentionPolicy_Status `json:"status,omitempty"`
}

Deprecated version of RetentionPolicy. Use v1beta20210901.RetentionPolicy instead

func (*RetentionPolicy_ARM) DeepCopy

func (in *RetentionPolicy_ARM) DeepCopy() *RetentionPolicy_ARM

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

func (*RetentionPolicy_ARM) DeepCopyInto

func (in *RetentionPolicy_ARM) DeepCopyInto(out *RetentionPolicy_ARM)

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

type RetentionPolicy_STATUS

type RetentionPolicy_STATUS struct {
	Days            *int                           `json:"days,omitempty"`
	LastUpdatedTime *string                        `json:"lastUpdatedTime,omitempty"`
	Status          *RetentionPolicy_Status_STATUS `json:"status,omitempty"`
}

Deprecated version of RetentionPolicy_STATUS. Use v1beta20210901.RetentionPolicy_STATUS instead

func (*RetentionPolicy_STATUS) AssignProperties_From_RetentionPolicy_STATUS

func (policy *RetentionPolicy_STATUS) AssignProperties_From_RetentionPolicy_STATUS(source *alpha20210901s.RetentionPolicy_STATUS) error

AssignProperties_From_RetentionPolicy_STATUS populates our RetentionPolicy_STATUS from the provided source RetentionPolicy_STATUS

func (*RetentionPolicy_STATUS) AssignProperties_To_RetentionPolicy_STATUS

func (policy *RetentionPolicy_STATUS) AssignProperties_To_RetentionPolicy_STATUS(destination *alpha20210901s.RetentionPolicy_STATUS) error

AssignProperties_To_RetentionPolicy_STATUS populates the provided destination RetentionPolicy_STATUS from our RetentionPolicy_STATUS

func (*RetentionPolicy_STATUS) DeepCopy

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

func (*RetentionPolicy_STATUS) DeepCopyInto

func (in *RetentionPolicy_STATUS) DeepCopyInto(out *RetentionPolicy_STATUS)

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

func (*RetentionPolicy_STATUS) NewEmptyARMValue

func (policy *RetentionPolicy_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*RetentionPolicy_STATUS) PopulateFromARM

func (policy *RetentionPolicy_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type RetentionPolicy_STATUS_ARM

type RetentionPolicy_STATUS_ARM struct {
	Days            *int                           `json:"days,omitempty"`
	LastUpdatedTime *string                        `json:"lastUpdatedTime,omitempty"`
	Status          *RetentionPolicy_Status_STATUS `json:"status,omitempty"`
}

Deprecated version of RetentionPolicy_STATUS. Use v1beta20210901.RetentionPolicy_STATUS instead

func (*RetentionPolicy_STATUS_ARM) DeepCopy

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

func (*RetentionPolicy_STATUS_ARM) DeepCopyInto

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

type RetentionPolicy_Status

type RetentionPolicy_Status string

Deprecated version of RetentionPolicy_Status. Use v1beta20210901.RetentionPolicy_Status instead +kubebuilder:validation:Enum={"disabled","enabled"}

type RetentionPolicy_Status_STATUS

type RetentionPolicy_Status_STATUS string

Deprecated version of RetentionPolicy_Status_STATUS. Use v1beta20210901.RetentionPolicy_Status_STATUS instead

type Sku

type Sku struct {
	// +kubebuilder:validation:Required
	Name *Sku_Name `json:"name,omitempty"`
}

Deprecated version of Sku. Use v1beta20210901.Sku instead

func (*Sku) AssignProperties_From_Sku

func (sku *Sku) AssignProperties_From_Sku(source *alpha20210901s.Sku) error

AssignProperties_From_Sku populates our Sku from the provided source Sku

func (*Sku) AssignProperties_To_Sku

func (sku *Sku) AssignProperties_To_Sku(destination *alpha20210901s.Sku) error

AssignProperties_To_Sku populates the provided destination Sku from our Sku

func (*Sku) ConvertToARM

func (sku *Sku) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Sku) DeepCopy

func (in *Sku) DeepCopy() *Sku

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

func (*Sku) DeepCopyInto

func (in *Sku) DeepCopyInto(out *Sku)

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

func (*Sku) NewEmptyARMValue

func (sku *Sku) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Sku) PopulateFromARM

func (sku *Sku) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Sku_ARM

type Sku_ARM struct {
	Name *Sku_Name `json:"name,omitempty"`
}

Deprecated version of Sku. Use v1beta20210901.Sku instead

func (*Sku_ARM) DeepCopy

func (in *Sku_ARM) DeepCopy() *Sku_ARM

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

func (*Sku_ARM) DeepCopyInto

func (in *Sku_ARM) DeepCopyInto(out *Sku_ARM)

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

type Sku_Name

type Sku_Name string

Deprecated version of Sku_Name. Use v1beta20210901.Sku_Name instead +kubebuilder:validation:Enum={"Basic","Classic","Premium","Standard"}

type Sku_Name_STATUS

type Sku_Name_STATUS string

Deprecated version of Sku_Name_STATUS. Use v1beta20210901.Sku_Name_STATUS instead

type Sku_STATUS

type Sku_STATUS struct {
	Name *Sku_Name_STATUS `json:"name,omitempty"`
	Tier *Sku_Tier_STATUS `json:"tier,omitempty"`
}

Deprecated version of Sku_STATUS. Use v1beta20210901.Sku_STATUS instead

func (*Sku_STATUS) AssignProperties_From_Sku_STATUS

func (sku *Sku_STATUS) AssignProperties_From_Sku_STATUS(source *alpha20210901s.Sku_STATUS) error

AssignProperties_From_Sku_STATUS populates our Sku_STATUS from the provided source Sku_STATUS

func (*Sku_STATUS) AssignProperties_To_Sku_STATUS

func (sku *Sku_STATUS) AssignProperties_To_Sku_STATUS(destination *alpha20210901s.Sku_STATUS) error

AssignProperties_To_Sku_STATUS populates the provided destination Sku_STATUS from our Sku_STATUS

func (*Sku_STATUS) DeepCopy

func (in *Sku_STATUS) DeepCopy() *Sku_STATUS

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

func (*Sku_STATUS) DeepCopyInto

func (in *Sku_STATUS) DeepCopyInto(out *Sku_STATUS)

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

func (*Sku_STATUS) NewEmptyARMValue

func (sku *Sku_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Sku_STATUS) PopulateFromARM

func (sku *Sku_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Sku_STATUS_ARM

type Sku_STATUS_ARM struct {
	Name *Sku_Name_STATUS `json:"name,omitempty"`
	Tier *Sku_Tier_STATUS `json:"tier,omitempty"`
}

Deprecated version of Sku_STATUS. Use v1beta20210901.Sku_STATUS instead

func (*Sku_STATUS_ARM) DeepCopy

func (in *Sku_STATUS_ARM) DeepCopy() *Sku_STATUS_ARM

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

func (*Sku_STATUS_ARM) DeepCopyInto

func (in *Sku_STATUS_ARM) DeepCopyInto(out *Sku_STATUS_ARM)

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

type Sku_Tier_STATUS

type Sku_Tier_STATUS string

Deprecated version of Sku_Tier_STATUS. Use v1beta20210901.Sku_Tier_STATUS instead

type Status_STATUS

type Status_STATUS struct {
	DisplayStatus *string `json:"displayStatus,omitempty"`
	Message       *string `json:"message,omitempty"`
	Timestamp     *string `json:"timestamp,omitempty"`
}

Deprecated version of Status_STATUS. Use v1beta20210901.Status_STATUS instead

func (*Status_STATUS) AssignProperties_From_Status_STATUS

func (status *Status_STATUS) AssignProperties_From_Status_STATUS(source *alpha20210901s.Status_STATUS) error

AssignProperties_From_Status_STATUS populates our Status_STATUS from the provided source Status_STATUS

func (*Status_STATUS) AssignProperties_To_Status_STATUS

func (status *Status_STATUS) AssignProperties_To_Status_STATUS(destination *alpha20210901s.Status_STATUS) error

AssignProperties_To_Status_STATUS populates the provided destination Status_STATUS from our Status_STATUS

func (*Status_STATUS) DeepCopy

func (in *Status_STATUS) DeepCopy() *Status_STATUS

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

func (*Status_STATUS) DeepCopyInto

func (in *Status_STATUS) DeepCopyInto(out *Status_STATUS)

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

func (*Status_STATUS) NewEmptyARMValue

func (status *Status_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Status_STATUS) PopulateFromARM

func (status *Status_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Status_STATUS_ARM

type Status_STATUS_ARM struct {
	DisplayStatus *string `json:"displayStatus,omitempty"`
	Message       *string `json:"message,omitempty"`
	Timestamp     *string `json:"timestamp,omitempty"`
}

Deprecated version of Status_STATUS. Use v1beta20210901.Status_STATUS instead

func (*Status_STATUS_ARM) DeepCopy

func (in *Status_STATUS_ARM) DeepCopy() *Status_STATUS_ARM

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

func (*Status_STATUS_ARM) DeepCopyInto

func (in *Status_STATUS_ARM) DeepCopyInto(out *Status_STATUS_ARM)

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

type SystemData_CreatedByType_STATUS

type SystemData_CreatedByType_STATUS string

Deprecated version of SystemData_CreatedByType_STATUS. Use v1beta20210901.SystemData_CreatedByType_STATUS instead

type SystemData_LastModifiedByType_STATUS

type SystemData_LastModifiedByType_STATUS string

Deprecated version of SystemData_LastModifiedByType_STATUS. Use v1beta20210901.SystemData_LastModifiedByType_STATUS instead

type SystemData_STATUS

type SystemData_STATUS struct {
	CreatedAt          *string                               `json:"createdAt,omitempty"`
	CreatedBy          *string                               `json:"createdBy,omitempty"`
	CreatedByType      *SystemData_CreatedByType_STATUS      `json:"createdByType,omitempty"`
	LastModifiedAt     *string                               `json:"lastModifiedAt,omitempty"`
	LastModifiedBy     *string                               `json:"lastModifiedBy,omitempty"`
	LastModifiedByType *SystemData_LastModifiedByType_STATUS `json:"lastModifiedByType,omitempty"`
}

Deprecated version of SystemData_STATUS. Use v1beta20210901.SystemData_STATUS instead

func (*SystemData_STATUS) AssignProperties_From_SystemData_STATUS

func (data *SystemData_STATUS) AssignProperties_From_SystemData_STATUS(source *alpha20210901s.SystemData_STATUS) error

AssignProperties_From_SystemData_STATUS populates our SystemData_STATUS from the provided source SystemData_STATUS

func (*SystemData_STATUS) AssignProperties_To_SystemData_STATUS

func (data *SystemData_STATUS) AssignProperties_To_SystemData_STATUS(destination *alpha20210901s.SystemData_STATUS) error

AssignProperties_To_SystemData_STATUS populates the provided destination SystemData_STATUS from our SystemData_STATUS

func (*SystemData_STATUS) DeepCopy

func (in *SystemData_STATUS) DeepCopy() *SystemData_STATUS

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

func (*SystemData_STATUS) DeepCopyInto

func (in *SystemData_STATUS) DeepCopyInto(out *SystemData_STATUS)

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

func (*SystemData_STATUS) NewEmptyARMValue

func (data *SystemData_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SystemData_STATUS) PopulateFromARM

func (data *SystemData_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type SystemData_STATUS_ARM

type SystemData_STATUS_ARM struct {
	CreatedAt          *string                               `json:"createdAt,omitempty"`
	CreatedBy          *string                               `json:"createdBy,omitempty"`
	CreatedByType      *SystemData_CreatedByType_STATUS      `json:"createdByType,omitempty"`
	LastModifiedAt     *string                               `json:"lastModifiedAt,omitempty"`
	LastModifiedBy     *string                               `json:"lastModifiedBy,omitempty"`
	LastModifiedByType *SystemData_LastModifiedByType_STATUS `json:"lastModifiedByType,omitempty"`
}

Deprecated version of SystemData_STATUS. Use v1beta20210901.SystemData_STATUS instead

func (*SystemData_STATUS_ARM) DeepCopy

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

func (*SystemData_STATUS_ARM) DeepCopyInto

func (in *SystemData_STATUS_ARM) DeepCopyInto(out *SystemData_STATUS_ARM)

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

type TrustPolicy

type TrustPolicy struct {
	Status *TrustPolicy_Status `json:"status,omitempty"`
	Type   *TrustPolicy_Type   `json:"type,omitempty"`
}

Deprecated version of TrustPolicy. Use v1beta20210901.TrustPolicy instead

func (*TrustPolicy) AssignProperties_From_TrustPolicy

func (policy *TrustPolicy) AssignProperties_From_TrustPolicy(source *alpha20210901s.TrustPolicy) error

AssignProperties_From_TrustPolicy populates our TrustPolicy from the provided source TrustPolicy

func (*TrustPolicy) AssignProperties_To_TrustPolicy

func (policy *TrustPolicy) AssignProperties_To_TrustPolicy(destination *alpha20210901s.TrustPolicy) error

AssignProperties_To_TrustPolicy populates the provided destination TrustPolicy from our TrustPolicy

func (*TrustPolicy) ConvertToARM

func (policy *TrustPolicy) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*TrustPolicy) DeepCopy

func (in *TrustPolicy) DeepCopy() *TrustPolicy

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

func (*TrustPolicy) DeepCopyInto

func (in *TrustPolicy) DeepCopyInto(out *TrustPolicy)

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

func (*TrustPolicy) NewEmptyARMValue

func (policy *TrustPolicy) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*TrustPolicy) PopulateFromARM

func (policy *TrustPolicy) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type TrustPolicy_ARM

type TrustPolicy_ARM struct {
	Status *TrustPolicy_Status `json:"status,omitempty"`
	Type   *TrustPolicy_Type   `json:"type,omitempty"`
}

Deprecated version of TrustPolicy. Use v1beta20210901.TrustPolicy instead

func (*TrustPolicy_ARM) DeepCopy

func (in *TrustPolicy_ARM) DeepCopy() *TrustPolicy_ARM

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

func (*TrustPolicy_ARM) DeepCopyInto

func (in *TrustPolicy_ARM) DeepCopyInto(out *TrustPolicy_ARM)

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

type TrustPolicy_STATUS

type TrustPolicy_STATUS struct {
	Status *TrustPolicy_Status_STATUS `json:"status,omitempty"`
	Type   *TrustPolicy_Type_STATUS   `json:"type,omitempty"`
}

Deprecated version of TrustPolicy_STATUS. Use v1beta20210901.TrustPolicy_STATUS instead

func (*TrustPolicy_STATUS) AssignProperties_From_TrustPolicy_STATUS

func (policy *TrustPolicy_STATUS) AssignProperties_From_TrustPolicy_STATUS(source *alpha20210901s.TrustPolicy_STATUS) error

AssignProperties_From_TrustPolicy_STATUS populates our TrustPolicy_STATUS from the provided source TrustPolicy_STATUS

func (*TrustPolicy_STATUS) AssignProperties_To_TrustPolicy_STATUS

func (policy *TrustPolicy_STATUS) AssignProperties_To_TrustPolicy_STATUS(destination *alpha20210901s.TrustPolicy_STATUS) error

AssignProperties_To_TrustPolicy_STATUS populates the provided destination TrustPolicy_STATUS from our TrustPolicy_STATUS

func (*TrustPolicy_STATUS) DeepCopy

func (in *TrustPolicy_STATUS) DeepCopy() *TrustPolicy_STATUS

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

func (*TrustPolicy_STATUS) DeepCopyInto

func (in *TrustPolicy_STATUS) DeepCopyInto(out *TrustPolicy_STATUS)

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

func (*TrustPolicy_STATUS) NewEmptyARMValue

func (policy *TrustPolicy_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*TrustPolicy_STATUS) PopulateFromARM

func (policy *TrustPolicy_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type TrustPolicy_STATUS_ARM

type TrustPolicy_STATUS_ARM struct {
	Status *TrustPolicy_Status_STATUS `json:"status,omitempty"`
	Type   *TrustPolicy_Type_STATUS   `json:"type,omitempty"`
}

Deprecated version of TrustPolicy_STATUS. Use v1beta20210901.TrustPolicy_STATUS instead

func (*TrustPolicy_STATUS_ARM) DeepCopy

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

func (*TrustPolicy_STATUS_ARM) DeepCopyInto

func (in *TrustPolicy_STATUS_ARM) DeepCopyInto(out *TrustPolicy_STATUS_ARM)

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

type TrustPolicy_Status

type TrustPolicy_Status string

Deprecated version of TrustPolicy_Status. Use v1beta20210901.TrustPolicy_Status instead +kubebuilder:validation:Enum={"disabled","enabled"}

type TrustPolicy_Status_STATUS

type TrustPolicy_Status_STATUS string

Deprecated version of TrustPolicy_Status_STATUS. Use v1beta20210901.TrustPolicy_Status_STATUS instead

type TrustPolicy_Type

type TrustPolicy_Type string

Deprecated version of TrustPolicy_Type. Use v1beta20210901.TrustPolicy_Type instead +kubebuilder:validation:Enum={"Notary"}

type TrustPolicy_Type_STATUS

type TrustPolicy_Type_STATUS string

Deprecated version of TrustPolicy_Type_STATUS. Use v1beta20210901.TrustPolicy_Type_STATUS instead

type UserIdentityProperties

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

Deprecated version of UserIdentityProperties. Use v1beta20210901.UserIdentityProperties instead

func (*UserIdentityProperties) AssignProperties_From_UserIdentityProperties

func (properties *UserIdentityProperties) AssignProperties_From_UserIdentityProperties(source *alpha20210901s.UserIdentityProperties) error

AssignProperties_From_UserIdentityProperties populates our UserIdentityProperties from the provided source UserIdentityProperties

func (*UserIdentityProperties) AssignProperties_To_UserIdentityProperties

func (properties *UserIdentityProperties) AssignProperties_To_UserIdentityProperties(destination *alpha20210901s.UserIdentityProperties) error

AssignProperties_To_UserIdentityProperties populates the provided destination UserIdentityProperties from our UserIdentityProperties

func (*UserIdentityProperties) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*UserIdentityProperties) DeepCopy

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

func (*UserIdentityProperties) DeepCopyInto

func (in *UserIdentityProperties) DeepCopyInto(out *UserIdentityProperties)

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

func (*UserIdentityProperties) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*UserIdentityProperties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type UserIdentityProperties_ARM

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

Deprecated version of UserIdentityProperties. Use v1beta20210901.UserIdentityProperties instead

func (*UserIdentityProperties_ARM) DeepCopy

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

func (*UserIdentityProperties_ARM) DeepCopyInto

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

type UserIdentityProperties_STATUS

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

Deprecated version of UserIdentityProperties_STATUS. Use v1beta20210901.UserIdentityProperties_STATUS instead

func (*UserIdentityProperties_STATUS) AssignProperties_From_UserIdentityProperties_STATUS

func (properties *UserIdentityProperties_STATUS) AssignProperties_From_UserIdentityProperties_STATUS(source *alpha20210901s.UserIdentityProperties_STATUS) error

AssignProperties_From_UserIdentityProperties_STATUS populates our UserIdentityProperties_STATUS from the provided source UserIdentityProperties_STATUS

func (*UserIdentityProperties_STATUS) AssignProperties_To_UserIdentityProperties_STATUS

func (properties *UserIdentityProperties_STATUS) AssignProperties_To_UserIdentityProperties_STATUS(destination *alpha20210901s.UserIdentityProperties_STATUS) error

AssignProperties_To_UserIdentityProperties_STATUS populates the provided destination UserIdentityProperties_STATUS from our UserIdentityProperties_STATUS

func (*UserIdentityProperties_STATUS) DeepCopy

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

func (*UserIdentityProperties_STATUS) DeepCopyInto

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

func (*UserIdentityProperties_STATUS) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*UserIdentityProperties_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type UserIdentityProperties_STATUS_ARM

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

Deprecated version of UserIdentityProperties_STATUS. Use v1beta20210901.UserIdentityProperties_STATUS instead

func (*UserIdentityProperties_STATUS_ARM) DeepCopy

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

func (*UserIdentityProperties_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