v1beta20210701

package
v2.1.0 Latest Latest
Warning

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

Go to latest
Published: May 31, 2023 License: MIT Imports: 15 Imported by: 0

Documentation

Overview

Package v1beta20210701 contains API Schema definitions for the machinelearningservices v1beta20210701 API group +groupName=machinelearningservices.azure.com

Package v1beta20210701 contains API Schema definitions for the machinelearningservices v1beta20210701 API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=machinelearningservices.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.

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.

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 (
	Identity_Type_None                       = Identity_Type("None")
	Identity_Type_SystemAssigned             = Identity_Type("SystemAssigned")
	Identity_Type_SystemAssignedUserAssigned = Identity_Type("SystemAssigned,UserAssigned")
	Identity_Type_UserAssigned               = Identity_Type("UserAssigned")
)
View Source
const (
	SystemData_CreatedByType_Application     = SystemData_CreatedByType("Application")
	SystemData_CreatedByType_Key             = SystemData_CreatedByType("Key")
	SystemData_CreatedByType_ManagedIdentity = SystemData_CreatedByType("ManagedIdentity")
	SystemData_CreatedByType_User            = SystemData_CreatedByType("User")
)
View Source
const (
	SystemData_LastModifiedByType_Application     = SystemData_LastModifiedByType("Application")
	SystemData_LastModifiedByType_Key             = SystemData_LastModifiedByType("Key")
	SystemData_LastModifiedByType_ManagedIdentity = SystemData_LastModifiedByType("ManagedIdentity")
	SystemData_LastModifiedByType_User            = SystemData_LastModifiedByType("User")
)
View Source
const (
	Identity_Type_STATUS_None                       = Identity_Type_STATUS("None")
	Identity_Type_STATUS_SystemAssigned             = Identity_Type_STATUS("SystemAssigned")
	Identity_Type_STATUS_SystemAssignedUserAssigned = Identity_Type_STATUS("SystemAssigned,UserAssigned")
	Identity_Type_STATUS_UserAssigned               = Identity_Type_STATUS("UserAssigned")
)
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 (
	WorkspaceProperties_ProvisioningState_STATUS_Canceled  = WorkspaceProperties_ProvisioningState_STATUS("Canceled")
	WorkspaceProperties_ProvisioningState_STATUS_Creating  = WorkspaceProperties_ProvisioningState_STATUS("Creating")
	WorkspaceProperties_ProvisioningState_STATUS_Deleting  = WorkspaceProperties_ProvisioningState_STATUS("Deleting")
	WorkspaceProperties_ProvisioningState_STATUS_Failed    = WorkspaceProperties_ProvisioningState_STATUS("Failed")
	WorkspaceProperties_ProvisioningState_STATUS_Succeeded = WorkspaceProperties_ProvisioningState_STATUS("Succeeded")
	WorkspaceProperties_ProvisioningState_STATUS_Unknown   = WorkspaceProperties_ProvisioningState_STATUS("Unknown")
	WorkspaceProperties_ProvisioningState_STATUS_Updating  = WorkspaceProperties_ProvisioningState_STATUS("Updating")
)
View Source
const (
	WorkspaceProperties_PublicNetworkAccess_Disabled = WorkspaceProperties_PublicNetworkAccess("Disabled")
	WorkspaceProperties_PublicNetworkAccess_Enabled  = WorkspaceProperties_PublicNetworkAccess("Enabled")
)
View Source
const (
	WorkspaceProperties_PublicNetworkAccess_STATUS_Disabled = WorkspaceProperties_PublicNetworkAccess_STATUS("Disabled")
	WorkspaceProperties_PublicNetworkAccess_STATUS_Enabled  = WorkspaceProperties_PublicNetworkAccess_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 (
	PrivateEndpointServiceConnectionStatus_Approved     = PrivateEndpointServiceConnectionStatus("Approved")
	PrivateEndpointServiceConnectionStatus_Disconnected = PrivateEndpointServiceConnectionStatus("Disconnected")
	PrivateEndpointServiceConnectionStatus_Pending      = PrivateEndpointServiceConnectionStatus("Pending")
	PrivateEndpointServiceConnectionStatus_Rejected     = PrivateEndpointServiceConnectionStatus("Rejected")
	PrivateEndpointServiceConnectionStatus_Timeout      = PrivateEndpointServiceConnectionStatus("Timeout")
)
View Source
const (
	PrivateEndpointServiceConnectionStatus_STATUS_Approved     = PrivateEndpointServiceConnectionStatus_STATUS("Approved")
	PrivateEndpointServiceConnectionStatus_STATUS_Disconnected = PrivateEndpointServiceConnectionStatus_STATUS("Disconnected")
	PrivateEndpointServiceConnectionStatus_STATUS_Pending      = PrivateEndpointServiceConnectionStatus_STATUS("Pending")
	PrivateEndpointServiceConnectionStatus_STATUS_Rejected     = PrivateEndpointServiceConnectionStatus_STATUS("Rejected")
	PrivateEndpointServiceConnectionStatus_STATUS_Timeout      = PrivateEndpointServiceConnectionStatus_STATUS("Timeout")
)
View Source
const (
	AKS_Properties_ClusterPurpose_DenseProd = AKS_Properties_ClusterPurpose("DenseProd")
	AKS_Properties_ClusterPurpose_DevTest   = AKS_Properties_ClusterPurpose("DevTest")
	AKS_Properties_ClusterPurpose_FastProd  = AKS_Properties_ClusterPurpose("FastProd")
)
View Source
const (
	AKS_Properties_LoadBalancerType_InternalLoadBalancer = AKS_Properties_LoadBalancerType("InternalLoadBalancer")
	AKS_Properties_LoadBalancerType_PublicIp             = AKS_Properties_LoadBalancerType("PublicIp")
)
View Source
const (
	AmlComputeProperties_OsType_Linux   = AmlComputeProperties_OsType("Linux")
	AmlComputeProperties_OsType_Windows = AmlComputeProperties_OsType("Windows")
)
View Source
const (
	AmlComputeProperties_RemoteLoginPortPublicAccess_Disabled     = AmlComputeProperties_RemoteLoginPortPublicAccess("Disabled")
	AmlComputeProperties_RemoteLoginPortPublicAccess_Enabled      = AmlComputeProperties_RemoteLoginPortPublicAccess("Enabled")
	AmlComputeProperties_RemoteLoginPortPublicAccess_NotSpecified = AmlComputeProperties_RemoteLoginPortPublicAccess("NotSpecified")
)
View Source
const (
	AmlComputeProperties_VmPriority_Dedicated   = AmlComputeProperties_VmPriority("Dedicated")
	AmlComputeProperties_VmPriority_LowPriority = AmlComputeProperties_VmPriority("LowPriority")
)
View Source
const (
	ComputeInstanceProperties_ApplicationSharingPolicy_Personal = ComputeInstanceProperties_ApplicationSharingPolicy("Personal")
	ComputeInstanceProperties_ApplicationSharingPolicy_Shared   = ComputeInstanceProperties_ApplicationSharingPolicy("Shared")
)
View Source
const (
	ComputeInstanceSshSettings_SshPublicAccess_Disabled = ComputeInstanceSshSettings_SshPublicAccess("Disabled")
	ComputeInstanceSshSettings_SshPublicAccess_Enabled  = ComputeInstanceSshSettings_SshPublicAccess("Enabled")
)
View Source
const (
	SslConfiguration_Status_Auto     = SslConfiguration_Status("Auto")
	SslConfiguration_Status_Disabled = SslConfiguration_Status("Disabled")
	SslConfiguration_Status_Enabled  = SslConfiguration_Status("Enabled")
)
View Source
const (
	AKS_ProvisioningState_STATUS_Canceled  = AKS_ProvisioningState_STATUS("Canceled")
	AKS_ProvisioningState_STATUS_Creating  = AKS_ProvisioningState_STATUS("Creating")
	AKS_ProvisioningState_STATUS_Deleting  = AKS_ProvisioningState_STATUS("Deleting")
	AKS_ProvisioningState_STATUS_Failed    = AKS_ProvisioningState_STATUS("Failed")
	AKS_ProvisioningState_STATUS_Succeeded = AKS_ProvisioningState_STATUS("Succeeded")
	AKS_ProvisioningState_STATUS_Unknown   = AKS_ProvisioningState_STATUS("Unknown")
	AKS_ProvisioningState_STATUS_Updating  = AKS_ProvisioningState_STATUS("Updating")
)
View Source
const (
	AmlCompute_ProvisioningState_STATUS_Canceled  = AmlCompute_ProvisioningState_STATUS("Canceled")
	AmlCompute_ProvisioningState_STATUS_Creating  = AmlCompute_ProvisioningState_STATUS("Creating")
	AmlCompute_ProvisioningState_STATUS_Deleting  = AmlCompute_ProvisioningState_STATUS("Deleting")
	AmlCompute_ProvisioningState_STATUS_Failed    = AmlCompute_ProvisioningState_STATUS("Failed")
	AmlCompute_ProvisioningState_STATUS_Succeeded = AmlCompute_ProvisioningState_STATUS("Succeeded")
	AmlCompute_ProvisioningState_STATUS_Unknown   = AmlCompute_ProvisioningState_STATUS("Unknown")
	AmlCompute_ProvisioningState_STATUS_Updating  = AmlCompute_ProvisioningState_STATUS("Updating")
)
View Source
const (
	ComputeInstance_ProvisioningState_STATUS_Canceled  = ComputeInstance_ProvisioningState_STATUS("Canceled")
	ComputeInstance_ProvisioningState_STATUS_Creating  = ComputeInstance_ProvisioningState_STATUS("Creating")
	ComputeInstance_ProvisioningState_STATUS_Deleting  = ComputeInstance_ProvisioningState_STATUS("Deleting")
	ComputeInstance_ProvisioningState_STATUS_Failed    = ComputeInstance_ProvisioningState_STATUS("Failed")
	ComputeInstance_ProvisioningState_STATUS_Succeeded = ComputeInstance_ProvisioningState_STATUS("Succeeded")
	ComputeInstance_ProvisioningState_STATUS_Unknown   = ComputeInstance_ProvisioningState_STATUS("Unknown")
	ComputeInstance_ProvisioningState_STATUS_Updating  = ComputeInstance_ProvisioningState_STATUS("Updating")
)
View Source
const (
	Databricks_ProvisioningState_STATUS_Canceled  = Databricks_ProvisioningState_STATUS("Canceled")
	Databricks_ProvisioningState_STATUS_Creating  = Databricks_ProvisioningState_STATUS("Creating")
	Databricks_ProvisioningState_STATUS_Deleting  = Databricks_ProvisioningState_STATUS("Deleting")
	Databricks_ProvisioningState_STATUS_Failed    = Databricks_ProvisioningState_STATUS("Failed")
	Databricks_ProvisioningState_STATUS_Succeeded = Databricks_ProvisioningState_STATUS("Succeeded")
	Databricks_ProvisioningState_STATUS_Unknown   = Databricks_ProvisioningState_STATUS("Unknown")
	Databricks_ProvisioningState_STATUS_Updating  = Databricks_ProvisioningState_STATUS("Updating")
)
View Source
const (
	DataFactory_ProvisioningState_STATUS_Canceled  = DataFactory_ProvisioningState_STATUS("Canceled")
	DataFactory_ProvisioningState_STATUS_Creating  = DataFactory_ProvisioningState_STATUS("Creating")
	DataFactory_ProvisioningState_STATUS_Deleting  = DataFactory_ProvisioningState_STATUS("Deleting")
	DataFactory_ProvisioningState_STATUS_Failed    = DataFactory_ProvisioningState_STATUS("Failed")
	DataFactory_ProvisioningState_STATUS_Succeeded = DataFactory_ProvisioningState_STATUS("Succeeded")
	DataFactory_ProvisioningState_STATUS_Unknown   = DataFactory_ProvisioningState_STATUS("Unknown")
	DataFactory_ProvisioningState_STATUS_Updating  = DataFactory_ProvisioningState_STATUS("Updating")
)
View Source
const (
	DataLakeAnalytics_ProvisioningState_STATUS_Canceled  = DataLakeAnalytics_ProvisioningState_STATUS("Canceled")
	DataLakeAnalytics_ProvisioningState_STATUS_Creating  = DataLakeAnalytics_ProvisioningState_STATUS("Creating")
	DataLakeAnalytics_ProvisioningState_STATUS_Deleting  = DataLakeAnalytics_ProvisioningState_STATUS("Deleting")
	DataLakeAnalytics_ProvisioningState_STATUS_Failed    = DataLakeAnalytics_ProvisioningState_STATUS("Failed")
	DataLakeAnalytics_ProvisioningState_STATUS_Succeeded = DataLakeAnalytics_ProvisioningState_STATUS("Succeeded")
	DataLakeAnalytics_ProvisioningState_STATUS_Unknown   = DataLakeAnalytics_ProvisioningState_STATUS("Unknown")
	DataLakeAnalytics_ProvisioningState_STATUS_Updating  = DataLakeAnalytics_ProvisioningState_STATUS("Updating")
)
View Source
const (
	HDInsight_ProvisioningState_STATUS_Canceled  = HDInsight_ProvisioningState_STATUS("Canceled")
	HDInsight_ProvisioningState_STATUS_Creating  = HDInsight_ProvisioningState_STATUS("Creating")
	HDInsight_ProvisioningState_STATUS_Deleting  = HDInsight_ProvisioningState_STATUS("Deleting")
	HDInsight_ProvisioningState_STATUS_Failed    = HDInsight_ProvisioningState_STATUS("Failed")
	HDInsight_ProvisioningState_STATUS_Succeeded = HDInsight_ProvisioningState_STATUS("Succeeded")
	HDInsight_ProvisioningState_STATUS_Unknown   = HDInsight_ProvisioningState_STATUS("Unknown")
	HDInsight_ProvisioningState_STATUS_Updating  = HDInsight_ProvisioningState_STATUS("Updating")
)
View Source
const (
	Kubernetes_ProvisioningState_STATUS_Canceled  = Kubernetes_ProvisioningState_STATUS("Canceled")
	Kubernetes_ProvisioningState_STATUS_Creating  = Kubernetes_ProvisioningState_STATUS("Creating")
	Kubernetes_ProvisioningState_STATUS_Deleting  = Kubernetes_ProvisioningState_STATUS("Deleting")
	Kubernetes_ProvisioningState_STATUS_Failed    = Kubernetes_ProvisioningState_STATUS("Failed")
	Kubernetes_ProvisioningState_STATUS_Succeeded = Kubernetes_ProvisioningState_STATUS("Succeeded")
	Kubernetes_ProvisioningState_STATUS_Unknown   = Kubernetes_ProvisioningState_STATUS("Unknown")
	Kubernetes_ProvisioningState_STATUS_Updating  = Kubernetes_ProvisioningState_STATUS("Updating")
)
View Source
const (
	SynapseSpark_ProvisioningState_STATUS_Canceled  = SynapseSpark_ProvisioningState_STATUS("Canceled")
	SynapseSpark_ProvisioningState_STATUS_Creating  = SynapseSpark_ProvisioningState_STATUS("Creating")
	SynapseSpark_ProvisioningState_STATUS_Deleting  = SynapseSpark_ProvisioningState_STATUS("Deleting")
	SynapseSpark_ProvisioningState_STATUS_Failed    = SynapseSpark_ProvisioningState_STATUS("Failed")
	SynapseSpark_ProvisioningState_STATUS_Succeeded = SynapseSpark_ProvisioningState_STATUS("Succeeded")
	SynapseSpark_ProvisioningState_STATUS_Unknown   = SynapseSpark_ProvisioningState_STATUS("Unknown")
	SynapseSpark_ProvisioningState_STATUS_Updating  = SynapseSpark_ProvisioningState_STATUS("Updating")
)
View Source
const (
	VirtualMachine_ProvisioningState_STATUS_Canceled  = VirtualMachine_ProvisioningState_STATUS("Canceled")
	VirtualMachine_ProvisioningState_STATUS_Creating  = VirtualMachine_ProvisioningState_STATUS("Creating")
	VirtualMachine_ProvisioningState_STATUS_Deleting  = VirtualMachine_ProvisioningState_STATUS("Deleting")
	VirtualMachine_ProvisioningState_STATUS_Failed    = VirtualMachine_ProvisioningState_STATUS("Failed")
	VirtualMachine_ProvisioningState_STATUS_Succeeded = VirtualMachine_ProvisioningState_STATUS("Succeeded")
	VirtualMachine_ProvisioningState_STATUS_Unknown   = VirtualMachine_ProvisioningState_STATUS("Unknown")
	VirtualMachine_ProvisioningState_STATUS_Updating  = VirtualMachine_ProvisioningState_STATUS("Updating")
)
View Source
const (
	AKS_Properties_ClusterPurpose_STATUS_DenseProd = AKS_Properties_ClusterPurpose_STATUS("DenseProd")
	AKS_Properties_ClusterPurpose_STATUS_DevTest   = AKS_Properties_ClusterPurpose_STATUS("DevTest")
	AKS_Properties_ClusterPurpose_STATUS_FastProd  = AKS_Properties_ClusterPurpose_STATUS("FastProd")
)
View Source
const (
	AKS_Properties_LoadBalancerType_STATUS_InternalLoadBalancer = AKS_Properties_LoadBalancerType_STATUS("InternalLoadBalancer")
	AKS_Properties_LoadBalancerType_STATUS_PublicIp             = AKS_Properties_LoadBalancerType_STATUS("PublicIp")
)
View Source
const (
	AmlComputeProperties_AllocationState_STATUS_Resizing = AmlComputeProperties_AllocationState_STATUS("Resizing")
	AmlComputeProperties_AllocationState_STATUS_Steady   = AmlComputeProperties_AllocationState_STATUS("Steady")
)
View Source
const (
	AmlComputeProperties_OsType_STATUS_Linux   = AmlComputeProperties_OsType_STATUS("Linux")
	AmlComputeProperties_OsType_STATUS_Windows = AmlComputeProperties_OsType_STATUS("Windows")
)
View Source
const (
	AmlComputeProperties_RemoteLoginPortPublicAccess_STATUS_Disabled     = AmlComputeProperties_RemoteLoginPortPublicAccess_STATUS("Disabled")
	AmlComputeProperties_RemoteLoginPortPublicAccess_STATUS_Enabled      = AmlComputeProperties_RemoteLoginPortPublicAccess_STATUS("Enabled")
	AmlComputeProperties_RemoteLoginPortPublicAccess_STATUS_NotSpecified = AmlComputeProperties_RemoteLoginPortPublicAccess_STATUS("NotSpecified")
)
View Source
const (
	AmlComputeProperties_VmPriority_STATUS_Dedicated   = AmlComputeProperties_VmPriority_STATUS("Dedicated")
	AmlComputeProperties_VmPriority_STATUS_LowPriority = AmlComputeProperties_VmPriority_STATUS("LowPriority")
)
View Source
const (
	ComputeInstanceProperties_ApplicationSharingPolicy_STATUS_Personal = ComputeInstanceProperties_ApplicationSharingPolicy_STATUS("Personal")
	ComputeInstanceProperties_ApplicationSharingPolicy_STATUS_Shared   = ComputeInstanceProperties_ApplicationSharingPolicy_STATUS("Shared")
)
View Source
const (
	ComputeInstanceState_STATUS_CreateFailed    = ComputeInstanceState_STATUS("CreateFailed")
	ComputeInstanceState_STATUS_Creating        = ComputeInstanceState_STATUS("Creating")
	ComputeInstanceState_STATUS_Deleting        = ComputeInstanceState_STATUS("Deleting")
	ComputeInstanceState_STATUS_JobRunning      = ComputeInstanceState_STATUS("JobRunning")
	ComputeInstanceState_STATUS_Restarting      = ComputeInstanceState_STATUS("Restarting")
	ComputeInstanceState_STATUS_Running         = ComputeInstanceState_STATUS("Running")
	ComputeInstanceState_STATUS_SettingUp       = ComputeInstanceState_STATUS("SettingUp")
	ComputeInstanceState_STATUS_SetupFailed     = ComputeInstanceState_STATUS("SetupFailed")
	ComputeInstanceState_STATUS_Starting        = ComputeInstanceState_STATUS("Starting")
	ComputeInstanceState_STATUS_Stopped         = ComputeInstanceState_STATUS("Stopped")
	ComputeInstanceState_STATUS_Stopping        = ComputeInstanceState_STATUS("Stopping")
	ComputeInstanceState_STATUS_Unknown         = ComputeInstanceState_STATUS("Unknown")
	ComputeInstanceState_STATUS_Unusable        = ComputeInstanceState_STATUS("Unusable")
	ComputeInstanceState_STATUS_UserSettingUp   = ComputeInstanceState_STATUS("UserSettingUp")
	ComputeInstanceState_STATUS_UserSetupFailed = ComputeInstanceState_STATUS("UserSetupFailed")
)
View Source
const (
	ComputeInstanceLastOperation_OperationName_STATUS_Create  = ComputeInstanceLastOperation_OperationName_STATUS("Create")
	ComputeInstanceLastOperation_OperationName_STATUS_Delete  = ComputeInstanceLastOperation_OperationName_STATUS("Delete")
	ComputeInstanceLastOperation_OperationName_STATUS_Reimage = ComputeInstanceLastOperation_OperationName_STATUS("Reimage")
	ComputeInstanceLastOperation_OperationName_STATUS_Restart = ComputeInstanceLastOperation_OperationName_STATUS("Restart")
	ComputeInstanceLastOperation_OperationName_STATUS_Start   = ComputeInstanceLastOperation_OperationName_STATUS("Start")
	ComputeInstanceLastOperation_OperationName_STATUS_Stop    = ComputeInstanceLastOperation_OperationName_STATUS("Stop")
)
View Source
const (
	ComputeInstanceLastOperation_OperationStatus_STATUS_CreateFailed  = ComputeInstanceLastOperation_OperationStatus_STATUS("CreateFailed")
	ComputeInstanceLastOperation_OperationStatus_STATUS_DeleteFailed  = ComputeInstanceLastOperation_OperationStatus_STATUS("DeleteFailed")
	ComputeInstanceLastOperation_OperationStatus_STATUS_InProgress    = ComputeInstanceLastOperation_OperationStatus_STATUS("InProgress")
	ComputeInstanceLastOperation_OperationStatus_STATUS_ReimageFailed = ComputeInstanceLastOperation_OperationStatus_STATUS("ReimageFailed")
	ComputeInstanceLastOperation_OperationStatus_STATUS_RestartFailed = ComputeInstanceLastOperation_OperationStatus_STATUS("RestartFailed")
	ComputeInstanceLastOperation_OperationStatus_STATUS_StartFailed   = ComputeInstanceLastOperation_OperationStatus_STATUS("StartFailed")
	ComputeInstanceLastOperation_OperationStatus_STATUS_StopFailed    = ComputeInstanceLastOperation_OperationStatus_STATUS("StopFailed")
	ComputeInstanceLastOperation_OperationStatus_STATUS_Succeeded     = ComputeInstanceLastOperation_OperationStatus_STATUS("Succeeded")
)
View Source
const (
	ComputeInstanceSshSettings_SshPublicAccess_STATUS_Disabled = ComputeInstanceSshSettings_SshPublicAccess_STATUS("Disabled")
	ComputeInstanceSshSettings_SshPublicAccess_STATUS_Enabled  = ComputeInstanceSshSettings_SshPublicAccess_STATUS("Enabled")
)
View Source
const (
	SslConfiguration_Status_STATUS_Auto     = SslConfiguration_Status_STATUS("Auto")
	SslConfiguration_Status_STATUS_Disabled = SslConfiguration_Status_STATUS("Disabled")
	SslConfiguration_Status_STATUS_Enabled  = SslConfiguration_Status_STATUS("Enabled")
)
View Source
const AKS_ComputeType_AKS = AKS_ComputeType("AKS")
View Source
const AKS_ComputeType_STATUS_AKS = AKS_ComputeType_STATUS("AKS")
View Source
const APIVersion_Value = APIVersion("2021-07-01")
View Source
const AmlCompute_ComputeType_AmlCompute = AmlCompute_ComputeType("AmlCompute")
View Source
const AmlCompute_ComputeType_STATUS_AmlCompute = AmlCompute_ComputeType_STATUS("AmlCompute")
View Source
const ComputeInstanceProperties_ComputeInstanceAuthorizationType_Personal = ComputeInstanceProperties_ComputeInstanceAuthorizationType("personal")
View Source
const ComputeInstanceProperties_ComputeInstanceAuthorizationType_STATUS_Personal = ComputeInstanceProperties_ComputeInstanceAuthorizationType_STATUS("personal")
View Source
const ComputeInstance_ComputeType_ComputeInstance = ComputeInstance_ComputeType("ComputeInstance")
View Source
const ComputeInstance_ComputeType_STATUS_ComputeInstance = ComputeInstance_ComputeType_STATUS("ComputeInstance")
View Source
const DataFactory_ComputeType_DataFactory = DataFactory_ComputeType("DataFactory")
View Source
const DataFactory_ComputeType_STATUS_DataFactory = DataFactory_ComputeType_STATUS("DataFactory")
View Source
const DataLakeAnalytics_ComputeType_DataLakeAnalytics = DataLakeAnalytics_ComputeType("DataLakeAnalytics")
View Source
const DataLakeAnalytics_ComputeType_STATUS_DataLakeAnalytics = DataLakeAnalytics_ComputeType_STATUS("DataLakeAnalytics")
View Source
const Databricks_ComputeType_Databricks = Databricks_ComputeType("Databricks")
View Source
const Databricks_ComputeType_STATUS_Databricks = Databricks_ComputeType_STATUS("Databricks")
View Source
const HDInsight_ComputeType_HDInsight = HDInsight_ComputeType("HDInsight")
View Source
const HDInsight_ComputeType_STATUS_HDInsight = HDInsight_ComputeType_STATUS("HDInsight")
View Source
const Kubernetes_ComputeType_Kubernetes = Kubernetes_ComputeType("Kubernetes")
View Source
const Kubernetes_ComputeType_STATUS_Kubernetes = Kubernetes_ComputeType_STATUS("Kubernetes")
View Source
const SynapseSpark_ComputeType_STATUS_SynapseSpark = SynapseSpark_ComputeType_STATUS("SynapseSpark")
View Source
const SynapseSpark_ComputeType_SynapseSpark = SynapseSpark_ComputeType("SynapseSpark")
View Source
const VirtualMachine_ComputeType_STATUS_VirtualMachine = VirtualMachine_ComputeType_STATUS("VirtualMachine")
View Source
const VirtualMachine_ComputeType_VirtualMachine = VirtualMachine_ComputeType("VirtualMachine")
View Source
const WorkspaceConnectionProps_ValueFormat_JSON = WorkspaceConnectionProps_ValueFormat("JSON")
View Source
const WorkspaceConnectionProps_ValueFormat_STATUS_JSON = WorkspaceConnectionProps_ValueFormat_STATUS("JSON")

Variables

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

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

type AKS struct {
	ComputeLocation *string `json:"computeLocation,omitempty"`

	// +kubebuilder:validation:Required
	ComputeType       *AKS_ComputeType              `json:"computeType,omitempty"`
	Description       *string                       `json:"description,omitempty"`
	DisableLocalAuth  *bool                         `json:"disableLocalAuth,omitempty"`
	Properties        *AKS_Properties               `json:"properties,omitempty"`
	ResourceReference *genruntime.ResourceReference `armReference:"ResourceId" json:"resourceReference,omitempty"`
}

Deprecated version of AKS. Use v1api20210701.AKS instead

func (*AKS) AssignProperties_From_AKS

func (aks *AKS) AssignProperties_From_AKS(source *v20210701s.AKS) error

AssignProperties_From_AKS populates our AKS from the provided source AKS

func (*AKS) AssignProperties_To_AKS

func (aks *AKS) AssignProperties_To_AKS(destination *v20210701s.AKS) error

AssignProperties_To_AKS populates the provided destination AKS from our AKS

func (*AKS) ConvertToARM

func (aks *AKS) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AKS) DeepCopy

func (in *AKS) DeepCopy() *AKS

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

func (*AKS) DeepCopyInto

func (in *AKS) DeepCopyInto(out *AKS)

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

func (*AKS) NewEmptyARMValue

func (aks *AKS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AKS) PopulateFromARM

func (aks *AKS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AKS_ARM

type AKS_ARM struct {
	ComputeLocation  *string             `json:"computeLocation,omitempty"`
	ComputeType      AKS_ComputeType     `json:"computeType,omitempty"`
	Description      *string             `json:"description,omitempty"`
	DisableLocalAuth *bool               `json:"disableLocalAuth,omitempty"`
	Properties       *AKS_Properties_ARM `json:"properties,omitempty"`
	ResourceId       *string             `json:"resourceId,omitempty"`
}

Deprecated version of AKS. Use v1api20210701.AKS instead

func (*AKS_ARM) DeepCopy

func (in *AKS_ARM) DeepCopy() *AKS_ARM

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

func (*AKS_ARM) DeepCopyInto

func (in *AKS_ARM) DeepCopyInto(out *AKS_ARM)

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

type AKS_ComputeType

type AKS_ComputeType string

Deprecated version of AKS_ComputeType. Use v1api20210701.AKS_ComputeType instead +kubebuilder:validation:Enum={"AKS"}

type AKS_ComputeType_STATUS

type AKS_ComputeType_STATUS string

Deprecated version of AKS_ComputeType_STATUS. Use v1api20210701.AKS_ComputeType_STATUS instead

type AKS_Properties

type AKS_Properties struct {
	// +kubebuilder:validation:Minimum=0
	AgentCount                 *int                             `json:"agentCount,omitempty"`
	AgentVmSize                *string                          `json:"agentVmSize,omitempty"`
	AksNetworkingConfiguration *AksNetworkingConfiguration      `json:"aksNetworkingConfiguration,omitempty"`
	ClusterFqdn                *string                          `json:"clusterFqdn,omitempty"`
	ClusterPurpose             *AKS_Properties_ClusterPurpose   `json:"clusterPurpose,omitempty"`
	LoadBalancerSubnet         *string                          `json:"loadBalancerSubnet,omitempty"`
	LoadBalancerType           *AKS_Properties_LoadBalancerType `json:"loadBalancerType,omitempty"`
	SslConfiguration           *SslConfiguration                `json:"sslConfiguration,omitempty"`
}

Deprecated version of AKS_Properties. Use v1api20210701.AKS_Properties instead

func (*AKS_Properties) AssignProperties_From_AKS_Properties

func (properties *AKS_Properties) AssignProperties_From_AKS_Properties(source *v20210701s.AKS_Properties) error

AssignProperties_From_AKS_Properties populates our AKS_Properties from the provided source AKS_Properties

func (*AKS_Properties) AssignProperties_To_AKS_Properties

func (properties *AKS_Properties) AssignProperties_To_AKS_Properties(destination *v20210701s.AKS_Properties) error

AssignProperties_To_AKS_Properties populates the provided destination AKS_Properties from our AKS_Properties

func (*AKS_Properties) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AKS_Properties) DeepCopy

func (in *AKS_Properties) DeepCopy() *AKS_Properties

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

func (*AKS_Properties) DeepCopyInto

func (in *AKS_Properties) DeepCopyInto(out *AKS_Properties)

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

func (*AKS_Properties) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AKS_Properties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AKS_Properties_ARM

type AKS_Properties_ARM struct {
	AgentCount                 *int                             `json:"agentCount,omitempty"`
	AgentVmSize                *string                          `json:"agentVmSize,omitempty"`
	AksNetworkingConfiguration *AksNetworkingConfiguration_ARM  `json:"aksNetworkingConfiguration,omitempty"`
	ClusterFqdn                *string                          `json:"clusterFqdn,omitempty"`
	ClusterPurpose             *AKS_Properties_ClusterPurpose   `json:"clusterPurpose,omitempty"`
	LoadBalancerSubnet         *string                          `json:"loadBalancerSubnet,omitempty"`
	LoadBalancerType           *AKS_Properties_LoadBalancerType `json:"loadBalancerType,omitempty"`
	SslConfiguration           *SslConfiguration_ARM            `json:"sslConfiguration,omitempty"`
}

Deprecated version of AKS_Properties. Use v1api20210701.AKS_Properties instead

func (*AKS_Properties_ARM) DeepCopy

func (in *AKS_Properties_ARM) DeepCopy() *AKS_Properties_ARM

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

func (*AKS_Properties_ARM) DeepCopyInto

func (in *AKS_Properties_ARM) DeepCopyInto(out *AKS_Properties_ARM)

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

type AKS_Properties_ClusterPurpose

type AKS_Properties_ClusterPurpose string

Deprecated version of AKS_Properties_ClusterPurpose. Use v1api20210701.AKS_Properties_ClusterPurpose instead +kubebuilder:validation:Enum={"DenseProd","DevTest","FastProd"}

type AKS_Properties_ClusterPurpose_STATUS

type AKS_Properties_ClusterPurpose_STATUS string

Deprecated version of AKS_Properties_ClusterPurpose_STATUS. Use v1api20210701.AKS_Properties_ClusterPurpose_STATUS instead

type AKS_Properties_LoadBalancerType

type AKS_Properties_LoadBalancerType string

Deprecated version of AKS_Properties_LoadBalancerType. Use v1api20210701.AKS_Properties_LoadBalancerType instead +kubebuilder:validation:Enum={"InternalLoadBalancer","PublicIp"}

type AKS_Properties_LoadBalancerType_STATUS

type AKS_Properties_LoadBalancerType_STATUS string

Deprecated version of AKS_Properties_LoadBalancerType_STATUS. Use v1api20210701.AKS_Properties_LoadBalancerType_STATUS instead

type AKS_Properties_STATUS

type AKS_Properties_STATUS struct {
	AgentCount                 *int                                    `json:"agentCount,omitempty"`
	AgentVmSize                *string                                 `json:"agentVmSize,omitempty"`
	AksNetworkingConfiguration *AksNetworkingConfiguration_STATUS      `json:"aksNetworkingConfiguration,omitempty"`
	ClusterFqdn                *string                                 `json:"clusterFqdn,omitempty"`
	ClusterPurpose             *AKS_Properties_ClusterPurpose_STATUS   `json:"clusterPurpose,omitempty"`
	LoadBalancerSubnet         *string                                 `json:"loadBalancerSubnet,omitempty"`
	LoadBalancerType           *AKS_Properties_LoadBalancerType_STATUS `json:"loadBalancerType,omitempty"`
	SslConfiguration           *SslConfiguration_STATUS                `json:"sslConfiguration,omitempty"`
	SystemServices             []SystemService_STATUS                  `json:"systemServices,omitempty"`
}

Deprecated version of AKS_Properties_STATUS. Use v1api20210701.AKS_Properties_STATUS instead

func (*AKS_Properties_STATUS) AssignProperties_From_AKS_Properties_STATUS

func (properties *AKS_Properties_STATUS) AssignProperties_From_AKS_Properties_STATUS(source *v20210701s.AKS_Properties_STATUS) error

AssignProperties_From_AKS_Properties_STATUS populates our AKS_Properties_STATUS from the provided source AKS_Properties_STATUS

func (*AKS_Properties_STATUS) AssignProperties_To_AKS_Properties_STATUS

func (properties *AKS_Properties_STATUS) AssignProperties_To_AKS_Properties_STATUS(destination *v20210701s.AKS_Properties_STATUS) error

AssignProperties_To_AKS_Properties_STATUS populates the provided destination AKS_Properties_STATUS from our AKS_Properties_STATUS

func (*AKS_Properties_STATUS) DeepCopy

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

func (*AKS_Properties_STATUS) DeepCopyInto

func (in *AKS_Properties_STATUS) DeepCopyInto(out *AKS_Properties_STATUS)

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

func (*AKS_Properties_STATUS) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AKS_Properties_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AKS_Properties_STATUS_ARM

type AKS_Properties_STATUS_ARM struct {
	AgentCount                 *int                                    `json:"agentCount,omitempty"`
	AgentVmSize                *string                                 `json:"agentVmSize,omitempty"`
	AksNetworkingConfiguration *AksNetworkingConfiguration_STATUS_ARM  `json:"aksNetworkingConfiguration,omitempty"`
	ClusterFqdn                *string                                 `json:"clusterFqdn,omitempty"`
	ClusterPurpose             *AKS_Properties_ClusterPurpose_STATUS   `json:"clusterPurpose,omitempty"`
	LoadBalancerSubnet         *string                                 `json:"loadBalancerSubnet,omitempty"`
	LoadBalancerType           *AKS_Properties_LoadBalancerType_STATUS `json:"loadBalancerType,omitempty"`
	SslConfiguration           *SslConfiguration_STATUS_ARM            `json:"sslConfiguration,omitempty"`
	SystemServices             []SystemService_STATUS_ARM              `json:"systemServices,omitempty"`
}

Deprecated version of AKS_Properties_STATUS. Use v1api20210701.AKS_Properties_STATUS instead

func (*AKS_Properties_STATUS_ARM) DeepCopy

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

func (*AKS_Properties_STATUS_ARM) DeepCopyInto

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

type AKS_ProvisioningState_STATUS

type AKS_ProvisioningState_STATUS string

Deprecated version of AKS_ProvisioningState_STATUS. Use v1api20210701.AKS_ProvisioningState_STATUS instead

type AKS_STATUS

type AKS_STATUS struct {
	ComputeLocation    *string                       `json:"computeLocation,omitempty"`
	ComputeType        *AKS_ComputeType_STATUS       `json:"computeType,omitempty"`
	CreatedOn          *string                       `json:"createdOn,omitempty"`
	Description        *string                       `json:"description,omitempty"`
	DisableLocalAuth   *bool                         `json:"disableLocalAuth,omitempty"`
	IsAttachedCompute  *bool                         `json:"isAttachedCompute,omitempty"`
	ModifiedOn         *string                       `json:"modifiedOn,omitempty"`
	Properties         *AKS_Properties_STATUS        `json:"properties,omitempty"`
	ProvisioningErrors []ErrorResponse_STATUS        `json:"provisioningErrors,omitempty"`
	ProvisioningState  *AKS_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	ResourceId         *string                       `json:"resourceId,omitempty"`
}

Deprecated version of AKS_STATUS. Use v1api20210701.AKS_STATUS instead

func (*AKS_STATUS) AssignProperties_From_AKS_STATUS

func (aks *AKS_STATUS) AssignProperties_From_AKS_STATUS(source *v20210701s.AKS_STATUS) error

AssignProperties_From_AKS_STATUS populates our AKS_STATUS from the provided source AKS_STATUS

func (*AKS_STATUS) AssignProperties_To_AKS_STATUS

func (aks *AKS_STATUS) AssignProperties_To_AKS_STATUS(destination *v20210701s.AKS_STATUS) error

AssignProperties_To_AKS_STATUS populates the provided destination AKS_STATUS from our AKS_STATUS

func (*AKS_STATUS) DeepCopy

func (in *AKS_STATUS) DeepCopy() *AKS_STATUS

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

func (*AKS_STATUS) DeepCopyInto

func (in *AKS_STATUS) DeepCopyInto(out *AKS_STATUS)

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

func (*AKS_STATUS) NewEmptyARMValue

func (aks *AKS_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AKS_STATUS) PopulateFromARM

func (aks *AKS_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AKS_STATUS_ARM

type AKS_STATUS_ARM struct {
	ComputeLocation    *string                       `json:"computeLocation,omitempty"`
	ComputeType        AKS_ComputeType_STATUS        `json:"computeType,omitempty"`
	CreatedOn          *string                       `json:"createdOn,omitempty"`
	Description        *string                       `json:"description,omitempty"`
	DisableLocalAuth   *bool                         `json:"disableLocalAuth,omitempty"`
	IsAttachedCompute  *bool                         `json:"isAttachedCompute,omitempty"`
	ModifiedOn         *string                       `json:"modifiedOn,omitempty"`
	Properties         *AKS_Properties_STATUS_ARM    `json:"properties,omitempty"`
	ProvisioningErrors []ErrorResponse_STATUS_ARM    `json:"provisioningErrors,omitempty"`
	ProvisioningState  *AKS_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	ResourceId         *string                       `json:"resourceId,omitempty"`
}

Deprecated version of AKS_STATUS. Use v1api20210701.AKS_STATUS instead

func (*AKS_STATUS_ARM) DeepCopy

func (in *AKS_STATUS_ARM) DeepCopy() *AKS_STATUS_ARM

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

func (*AKS_STATUS_ARM) DeepCopyInto

func (in *AKS_STATUS_ARM) DeepCopyInto(out *AKS_STATUS_ARM)

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

type APIVersion

type APIVersion string

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

type AksNetworkingConfiguration

type AksNetworkingConfiguration struct {
	// +kubebuilder:validation:Pattern="^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$"
	DnsServiceIP *string `json:"dnsServiceIP,omitempty"`

	// +kubebuilder:validation:Pattern="^([0-9]{1,3}\\.){3}[0-9]{1,3}(\\/([0-9]|[1-2][0-9]|3[0-2]))?$"
	DockerBridgeCidr *string `json:"dockerBridgeCidr,omitempty"`

	// +kubebuilder:validation:Pattern="^([0-9]{1,3}\\.){3}[0-9]{1,3}(\\/([0-9]|[1-2][0-9]|3[0-2]))?$"
	ServiceCidr     *string                       `json:"serviceCidr,omitempty"`
	SubnetReference *genruntime.ResourceReference `armReference:"SubnetId" json:"subnetReference,omitempty"`
}

Deprecated version of AksNetworkingConfiguration. Use v1api20210701.AksNetworkingConfiguration instead

func (*AksNetworkingConfiguration) AssignProperties_From_AksNetworkingConfiguration

func (configuration *AksNetworkingConfiguration) AssignProperties_From_AksNetworkingConfiguration(source *v20210701s.AksNetworkingConfiguration) error

AssignProperties_From_AksNetworkingConfiguration populates our AksNetworkingConfiguration from the provided source AksNetworkingConfiguration

func (*AksNetworkingConfiguration) AssignProperties_To_AksNetworkingConfiguration

func (configuration *AksNetworkingConfiguration) AssignProperties_To_AksNetworkingConfiguration(destination *v20210701s.AksNetworkingConfiguration) error

AssignProperties_To_AksNetworkingConfiguration populates the provided destination AksNetworkingConfiguration from our AksNetworkingConfiguration

func (*AksNetworkingConfiguration) ConvertToARM

func (configuration *AksNetworkingConfiguration) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AksNetworkingConfiguration) DeepCopy

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

func (*AksNetworkingConfiguration) DeepCopyInto

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

func (*AksNetworkingConfiguration) NewEmptyARMValue

func (configuration *AksNetworkingConfiguration) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AksNetworkingConfiguration) PopulateFromARM

func (configuration *AksNetworkingConfiguration) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AksNetworkingConfiguration_ARM

type AksNetworkingConfiguration_ARM struct {
	DnsServiceIP     *string `json:"dnsServiceIP,omitempty"`
	DockerBridgeCidr *string `json:"dockerBridgeCidr,omitempty"`
	ServiceCidr      *string `json:"serviceCidr,omitempty"`
	SubnetId         *string `json:"subnetId,omitempty"`
}

Deprecated version of AksNetworkingConfiguration. Use v1api20210701.AksNetworkingConfiguration instead

func (*AksNetworkingConfiguration_ARM) DeepCopy

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

func (*AksNetworkingConfiguration_ARM) DeepCopyInto

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

type AksNetworkingConfiguration_STATUS

type AksNetworkingConfiguration_STATUS struct {
	DnsServiceIP     *string `json:"dnsServiceIP,omitempty"`
	DockerBridgeCidr *string `json:"dockerBridgeCidr,omitempty"`
	ServiceCidr      *string `json:"serviceCidr,omitempty"`
	SubnetId         *string `json:"subnetId,omitempty"`
}

Deprecated version of AksNetworkingConfiguration_STATUS. Use v1api20210701.AksNetworkingConfiguration_STATUS instead

func (*AksNetworkingConfiguration_STATUS) AssignProperties_From_AksNetworkingConfiguration_STATUS

func (configuration *AksNetworkingConfiguration_STATUS) AssignProperties_From_AksNetworkingConfiguration_STATUS(source *v20210701s.AksNetworkingConfiguration_STATUS) error

AssignProperties_From_AksNetworkingConfiguration_STATUS populates our AksNetworkingConfiguration_STATUS from the provided source AksNetworkingConfiguration_STATUS

func (*AksNetworkingConfiguration_STATUS) AssignProperties_To_AksNetworkingConfiguration_STATUS

func (configuration *AksNetworkingConfiguration_STATUS) AssignProperties_To_AksNetworkingConfiguration_STATUS(destination *v20210701s.AksNetworkingConfiguration_STATUS) error

AssignProperties_To_AksNetworkingConfiguration_STATUS populates the provided destination AksNetworkingConfiguration_STATUS from our AksNetworkingConfiguration_STATUS

func (*AksNetworkingConfiguration_STATUS) DeepCopy

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

func (*AksNetworkingConfiguration_STATUS) DeepCopyInto

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

func (*AksNetworkingConfiguration_STATUS) NewEmptyARMValue

func (configuration *AksNetworkingConfiguration_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AksNetworkingConfiguration_STATUS) PopulateFromARM

func (configuration *AksNetworkingConfiguration_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AksNetworkingConfiguration_STATUS_ARM

type AksNetworkingConfiguration_STATUS_ARM struct {
	DnsServiceIP     *string `json:"dnsServiceIP,omitempty"`
	DockerBridgeCidr *string `json:"dockerBridgeCidr,omitempty"`
	ServiceCidr      *string `json:"serviceCidr,omitempty"`
	SubnetId         *string `json:"subnetId,omitempty"`
}

Deprecated version of AksNetworkingConfiguration_STATUS. Use v1api20210701.AksNetworkingConfiguration_STATUS instead

func (*AksNetworkingConfiguration_STATUS_ARM) DeepCopy

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

func (*AksNetworkingConfiguration_STATUS_ARM) DeepCopyInto

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

type AmlCompute

type AmlCompute struct {
	ComputeLocation *string `json:"computeLocation,omitempty"`

	// +kubebuilder:validation:Required
	ComputeType       *AmlCompute_ComputeType       `json:"computeType,omitempty"`
	Description       *string                       `json:"description,omitempty"`
	DisableLocalAuth  *bool                         `json:"disableLocalAuth,omitempty"`
	Properties        *AmlComputeProperties         `json:"properties,omitempty"`
	ResourceReference *genruntime.ResourceReference `armReference:"ResourceId" json:"resourceReference,omitempty"`
}

Deprecated version of AmlCompute. Use v1api20210701.AmlCompute instead

func (*AmlCompute) AssignProperties_From_AmlCompute

func (compute *AmlCompute) AssignProperties_From_AmlCompute(source *v20210701s.AmlCompute) error

AssignProperties_From_AmlCompute populates our AmlCompute from the provided source AmlCompute

func (*AmlCompute) AssignProperties_To_AmlCompute

func (compute *AmlCompute) AssignProperties_To_AmlCompute(destination *v20210701s.AmlCompute) error

AssignProperties_To_AmlCompute populates the provided destination AmlCompute from our AmlCompute

func (*AmlCompute) ConvertToARM

func (compute *AmlCompute) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AmlCompute) DeepCopy

func (in *AmlCompute) DeepCopy() *AmlCompute

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

func (*AmlCompute) DeepCopyInto

func (in *AmlCompute) DeepCopyInto(out *AmlCompute)

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

func (*AmlCompute) NewEmptyARMValue

func (compute *AmlCompute) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AmlCompute) PopulateFromARM

func (compute *AmlCompute) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AmlComputeProperties

type AmlComputeProperties struct {
	EnableNodePublicIp          *bool                                             `json:"enableNodePublicIp,omitempty"`
	IsolatedNetwork             *bool                                             `json:"isolatedNetwork,omitempty"`
	OsType                      *AmlComputeProperties_OsType                      `json:"osType,omitempty"`
	RemoteLoginPortPublicAccess *AmlComputeProperties_RemoteLoginPortPublicAccess `json:"remoteLoginPortPublicAccess,omitempty"`
	ScaleSettings               *ScaleSettings                                    `json:"scaleSettings,omitempty"`
	Subnet                      *ResourceId                                       `json:"subnet,omitempty"`
	UserAccountCredentials      *UserAccountCredentials                           `json:"userAccountCredentials,omitempty"`
	VirtualMachineImage         *VirtualMachineImage                              `json:"virtualMachineImage,omitempty"`
	VmPriority                  *AmlComputeProperties_VmPriority                  `json:"vmPriority,omitempty"`
	VmSize                      *string                                           `json:"vmSize,omitempty"`
}

Deprecated version of AmlComputeProperties. Use v1api20210701.AmlComputeProperties instead

func (*AmlComputeProperties) AssignProperties_From_AmlComputeProperties

func (properties *AmlComputeProperties) AssignProperties_From_AmlComputeProperties(source *v20210701s.AmlComputeProperties) error

AssignProperties_From_AmlComputeProperties populates our AmlComputeProperties from the provided source AmlComputeProperties

func (*AmlComputeProperties) AssignProperties_To_AmlComputeProperties

func (properties *AmlComputeProperties) AssignProperties_To_AmlComputeProperties(destination *v20210701s.AmlComputeProperties) error

AssignProperties_To_AmlComputeProperties populates the provided destination AmlComputeProperties from our AmlComputeProperties

func (*AmlComputeProperties) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AmlComputeProperties) DeepCopy

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

func (*AmlComputeProperties) DeepCopyInto

func (in *AmlComputeProperties) DeepCopyInto(out *AmlComputeProperties)

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

func (*AmlComputeProperties) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AmlComputeProperties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AmlComputeProperties_ARM

type AmlComputeProperties_ARM struct {
	EnableNodePublicIp          *bool                                             `json:"enableNodePublicIp,omitempty"`
	IsolatedNetwork             *bool                                             `json:"isolatedNetwork,omitempty"`
	OsType                      *AmlComputeProperties_OsType                      `json:"osType,omitempty"`
	RemoteLoginPortPublicAccess *AmlComputeProperties_RemoteLoginPortPublicAccess `json:"remoteLoginPortPublicAccess,omitempty"`
	ScaleSettings               *ScaleSettings_ARM                                `json:"scaleSettings,omitempty"`
	Subnet                      *ResourceId_ARM                                   `json:"subnet,omitempty"`
	UserAccountCredentials      *UserAccountCredentials_ARM                       `json:"userAccountCredentials,omitempty"`
	VirtualMachineImage         *VirtualMachineImage_ARM                          `json:"virtualMachineImage,omitempty"`
	VmPriority                  *AmlComputeProperties_VmPriority                  `json:"vmPriority,omitempty"`
	VmSize                      *string                                           `json:"vmSize,omitempty"`
}

Deprecated version of AmlComputeProperties. Use v1api20210701.AmlComputeProperties instead

func (*AmlComputeProperties_ARM) DeepCopy

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

func (*AmlComputeProperties_ARM) DeepCopyInto

func (in *AmlComputeProperties_ARM) DeepCopyInto(out *AmlComputeProperties_ARM)

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

type AmlComputeProperties_AllocationState_STATUS

type AmlComputeProperties_AllocationState_STATUS string

Deprecated version of AmlComputeProperties_AllocationState_STATUS. Use v1api20210701.AmlComputeProperties_AllocationState_STATUS instead

type AmlComputeProperties_OsType

type AmlComputeProperties_OsType string

Deprecated version of AmlComputeProperties_OsType. Use v1api20210701.AmlComputeProperties_OsType instead +kubebuilder:validation:Enum={"Linux","Windows"}

type AmlComputeProperties_OsType_STATUS

type AmlComputeProperties_OsType_STATUS string

Deprecated version of AmlComputeProperties_OsType_STATUS. Use v1api20210701.AmlComputeProperties_OsType_STATUS instead

type AmlComputeProperties_RemoteLoginPortPublicAccess

type AmlComputeProperties_RemoteLoginPortPublicAccess string

Deprecated version of AmlComputeProperties_RemoteLoginPortPublicAccess. Use v1api20210701.AmlComputeProperties_RemoteLoginPortPublicAccess instead +kubebuilder:validation:Enum={"Disabled","Enabled","NotSpecified"}

type AmlComputeProperties_RemoteLoginPortPublicAccess_STATUS

type AmlComputeProperties_RemoteLoginPortPublicAccess_STATUS string

Deprecated version of AmlComputeProperties_RemoteLoginPortPublicAccess_STATUS. Use v1api20210701.AmlComputeProperties_RemoteLoginPortPublicAccess_STATUS instead

type AmlComputeProperties_STATUS

type AmlComputeProperties_STATUS struct {
	AllocationState               *AmlComputeProperties_AllocationState_STATUS             `json:"allocationState,omitempty"`
	AllocationStateTransitionTime *string                                                  `json:"allocationStateTransitionTime,omitempty"`
	CurrentNodeCount              *int                                                     `json:"currentNodeCount,omitempty"`
	EnableNodePublicIp            *bool                                                    `json:"enableNodePublicIp,omitempty"`
	Errors                        []ErrorResponse_STATUS                                   `json:"errors,omitempty"`
	IsolatedNetwork               *bool                                                    `json:"isolatedNetwork,omitempty"`
	NodeStateCounts               *NodeStateCounts_STATUS                                  `json:"nodeStateCounts,omitempty"`
	OsType                        *AmlComputeProperties_OsType_STATUS                      `json:"osType,omitempty"`
	RemoteLoginPortPublicAccess   *AmlComputeProperties_RemoteLoginPortPublicAccess_STATUS `json:"remoteLoginPortPublicAccess,omitempty"`
	ScaleSettings                 *ScaleSettings_STATUS                                    `json:"scaleSettings,omitempty"`
	Subnet                        *ResourceId_STATUS                                       `json:"subnet,omitempty"`
	TargetNodeCount               *int                                                     `json:"targetNodeCount,omitempty"`
	UserAccountCredentials        *UserAccountCredentials_STATUS                           `json:"userAccountCredentials,omitempty"`
	VirtualMachineImage           *VirtualMachineImage_STATUS                              `json:"virtualMachineImage,omitempty"`
	VmPriority                    *AmlComputeProperties_VmPriority_STATUS                  `json:"vmPriority,omitempty"`
	VmSize                        *string                                                  `json:"vmSize,omitempty"`
}

Deprecated version of AmlComputeProperties_STATUS. Use v1api20210701.AmlComputeProperties_STATUS instead

func (*AmlComputeProperties_STATUS) AssignProperties_From_AmlComputeProperties_STATUS

func (properties *AmlComputeProperties_STATUS) AssignProperties_From_AmlComputeProperties_STATUS(source *v20210701s.AmlComputeProperties_STATUS) error

AssignProperties_From_AmlComputeProperties_STATUS populates our AmlComputeProperties_STATUS from the provided source AmlComputeProperties_STATUS

func (*AmlComputeProperties_STATUS) AssignProperties_To_AmlComputeProperties_STATUS

func (properties *AmlComputeProperties_STATUS) AssignProperties_To_AmlComputeProperties_STATUS(destination *v20210701s.AmlComputeProperties_STATUS) error

AssignProperties_To_AmlComputeProperties_STATUS populates the provided destination AmlComputeProperties_STATUS from our AmlComputeProperties_STATUS

func (*AmlComputeProperties_STATUS) DeepCopy

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

func (*AmlComputeProperties_STATUS) DeepCopyInto

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

func (*AmlComputeProperties_STATUS) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AmlComputeProperties_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AmlComputeProperties_STATUS_ARM

type AmlComputeProperties_STATUS_ARM struct {
	AllocationState               *AmlComputeProperties_AllocationState_STATUS             `json:"allocationState,omitempty"`
	AllocationStateTransitionTime *string                                                  `json:"allocationStateTransitionTime,omitempty"`
	CurrentNodeCount              *int                                                     `json:"currentNodeCount,omitempty"`
	EnableNodePublicIp            *bool                                                    `json:"enableNodePublicIp,omitempty"`
	Errors                        []ErrorResponse_STATUS_ARM                               `json:"errors,omitempty"`
	IsolatedNetwork               *bool                                                    `json:"isolatedNetwork,omitempty"`
	NodeStateCounts               *NodeStateCounts_STATUS_ARM                              `json:"nodeStateCounts,omitempty"`
	OsType                        *AmlComputeProperties_OsType_STATUS                      `json:"osType,omitempty"`
	RemoteLoginPortPublicAccess   *AmlComputeProperties_RemoteLoginPortPublicAccess_STATUS `json:"remoteLoginPortPublicAccess,omitempty"`
	ScaleSettings                 *ScaleSettings_STATUS_ARM                                `json:"scaleSettings,omitempty"`
	Subnet                        *ResourceId_STATUS_ARM                                   `json:"subnet,omitempty"`
	TargetNodeCount               *int                                                     `json:"targetNodeCount,omitempty"`
	UserAccountCredentials        *UserAccountCredentials_STATUS_ARM                       `json:"userAccountCredentials,omitempty"`
	VirtualMachineImage           *VirtualMachineImage_STATUS_ARM                          `json:"virtualMachineImage,omitempty"`
	VmPriority                    *AmlComputeProperties_VmPriority_STATUS                  `json:"vmPriority,omitempty"`
	VmSize                        *string                                                  `json:"vmSize,omitempty"`
}

Deprecated version of AmlComputeProperties_STATUS. Use v1api20210701.AmlComputeProperties_STATUS instead

func (*AmlComputeProperties_STATUS_ARM) DeepCopy

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

func (*AmlComputeProperties_STATUS_ARM) DeepCopyInto

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

type AmlComputeProperties_VmPriority

type AmlComputeProperties_VmPriority string

Deprecated version of AmlComputeProperties_VmPriority. Use v1api20210701.AmlComputeProperties_VmPriority instead +kubebuilder:validation:Enum={"Dedicated","LowPriority"}

type AmlComputeProperties_VmPriority_STATUS

type AmlComputeProperties_VmPriority_STATUS string

Deprecated version of AmlComputeProperties_VmPriority_STATUS. Use v1api20210701.AmlComputeProperties_VmPriority_STATUS instead

type AmlCompute_ARM

type AmlCompute_ARM struct {
	ComputeLocation  *string                   `json:"computeLocation,omitempty"`
	ComputeType      AmlCompute_ComputeType    `json:"computeType,omitempty"`
	Description      *string                   `json:"description,omitempty"`
	DisableLocalAuth *bool                     `json:"disableLocalAuth,omitempty"`
	Properties       *AmlComputeProperties_ARM `json:"properties,omitempty"`
	ResourceId       *string                   `json:"resourceId,omitempty"`
}

Deprecated version of AmlCompute. Use v1api20210701.AmlCompute instead

func (*AmlCompute_ARM) DeepCopy

func (in *AmlCompute_ARM) DeepCopy() *AmlCompute_ARM

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

func (*AmlCompute_ARM) DeepCopyInto

func (in *AmlCompute_ARM) DeepCopyInto(out *AmlCompute_ARM)

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

type AmlCompute_ComputeType

type AmlCompute_ComputeType string

Deprecated version of AmlCompute_ComputeType. Use v1api20210701.AmlCompute_ComputeType instead +kubebuilder:validation:Enum={"AmlCompute"}

type AmlCompute_ComputeType_STATUS

type AmlCompute_ComputeType_STATUS string

Deprecated version of AmlCompute_ComputeType_STATUS. Use v1api20210701.AmlCompute_ComputeType_STATUS instead

type AmlCompute_ProvisioningState_STATUS

type AmlCompute_ProvisioningState_STATUS string

Deprecated version of AmlCompute_ProvisioningState_STATUS. Use v1api20210701.AmlCompute_ProvisioningState_STATUS instead

type AmlCompute_STATUS

type AmlCompute_STATUS struct {
	ComputeLocation    *string                              `json:"computeLocation,omitempty"`
	ComputeType        *AmlCompute_ComputeType_STATUS       `json:"computeType,omitempty"`
	CreatedOn          *string                              `json:"createdOn,omitempty"`
	Description        *string                              `json:"description,omitempty"`
	DisableLocalAuth   *bool                                `json:"disableLocalAuth,omitempty"`
	IsAttachedCompute  *bool                                `json:"isAttachedCompute,omitempty"`
	ModifiedOn         *string                              `json:"modifiedOn,omitempty"`
	Properties         *AmlComputeProperties_STATUS         `json:"properties,omitempty"`
	ProvisioningErrors []ErrorResponse_STATUS               `json:"provisioningErrors,omitempty"`
	ProvisioningState  *AmlCompute_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	ResourceId         *string                              `json:"resourceId,omitempty"`
}

Deprecated version of AmlCompute_STATUS. Use v1api20210701.AmlCompute_STATUS instead

func (*AmlCompute_STATUS) AssignProperties_From_AmlCompute_STATUS

func (compute *AmlCompute_STATUS) AssignProperties_From_AmlCompute_STATUS(source *v20210701s.AmlCompute_STATUS) error

AssignProperties_From_AmlCompute_STATUS populates our AmlCompute_STATUS from the provided source AmlCompute_STATUS

func (*AmlCompute_STATUS) AssignProperties_To_AmlCompute_STATUS

func (compute *AmlCompute_STATUS) AssignProperties_To_AmlCompute_STATUS(destination *v20210701s.AmlCompute_STATUS) error

AssignProperties_To_AmlCompute_STATUS populates the provided destination AmlCompute_STATUS from our AmlCompute_STATUS

func (*AmlCompute_STATUS) DeepCopy

func (in *AmlCompute_STATUS) DeepCopy() *AmlCompute_STATUS

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

func (*AmlCompute_STATUS) DeepCopyInto

func (in *AmlCompute_STATUS) DeepCopyInto(out *AmlCompute_STATUS)

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

func (*AmlCompute_STATUS) NewEmptyARMValue

func (compute *AmlCompute_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AmlCompute_STATUS) PopulateFromARM

func (compute *AmlCompute_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AmlCompute_STATUS_ARM

type AmlCompute_STATUS_ARM struct {
	ComputeLocation    *string                              `json:"computeLocation,omitempty"`
	ComputeType        AmlCompute_ComputeType_STATUS        `json:"computeType,omitempty"`
	CreatedOn          *string                              `json:"createdOn,omitempty"`
	Description        *string                              `json:"description,omitempty"`
	DisableLocalAuth   *bool                                `json:"disableLocalAuth,omitempty"`
	IsAttachedCompute  *bool                                `json:"isAttachedCompute,omitempty"`
	ModifiedOn         *string                              `json:"modifiedOn,omitempty"`
	Properties         *AmlComputeProperties_STATUS_ARM     `json:"properties,omitempty"`
	ProvisioningErrors []ErrorResponse_STATUS_ARM           `json:"provisioningErrors,omitempty"`
	ProvisioningState  *AmlCompute_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	ResourceId         *string                              `json:"resourceId,omitempty"`
}

Deprecated version of AmlCompute_STATUS. Use v1api20210701.AmlCompute_STATUS instead

func (*AmlCompute_STATUS_ARM) DeepCopy

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

func (*AmlCompute_STATUS_ARM) DeepCopyInto

func (in *AmlCompute_STATUS_ARM) DeepCopyInto(out *AmlCompute_STATUS_ARM)

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

type AssignedUser

type AssignedUser struct {
	// +kubebuilder:validation:Required
	ObjectId *string `json:"objectId,omitempty"`

	// +kubebuilder:validation:Required
	TenantId *string `json:"tenantId,omitempty"`
}

Deprecated version of AssignedUser. Use v1api20210701.AssignedUser instead

func (*AssignedUser) AssignProperties_From_AssignedUser

func (user *AssignedUser) AssignProperties_From_AssignedUser(source *v20210701s.AssignedUser) error

AssignProperties_From_AssignedUser populates our AssignedUser from the provided source AssignedUser

func (*AssignedUser) AssignProperties_To_AssignedUser

func (user *AssignedUser) AssignProperties_To_AssignedUser(destination *v20210701s.AssignedUser) error

AssignProperties_To_AssignedUser populates the provided destination AssignedUser from our AssignedUser

func (*AssignedUser) ConvertToARM

func (user *AssignedUser) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AssignedUser) DeepCopy

func (in *AssignedUser) DeepCopy() *AssignedUser

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

func (*AssignedUser) DeepCopyInto

func (in *AssignedUser) DeepCopyInto(out *AssignedUser)

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

func (*AssignedUser) NewEmptyARMValue

func (user *AssignedUser) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AssignedUser) PopulateFromARM

func (user *AssignedUser) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AssignedUser_ARM

type AssignedUser_ARM struct {
	ObjectId *string `json:"objectId,omitempty"`
	TenantId *string `json:"tenantId,omitempty"`
}

Deprecated version of AssignedUser. Use v1api20210701.AssignedUser instead

func (*AssignedUser_ARM) DeepCopy

func (in *AssignedUser_ARM) DeepCopy() *AssignedUser_ARM

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

func (*AssignedUser_ARM) DeepCopyInto

func (in *AssignedUser_ARM) DeepCopyInto(out *AssignedUser_ARM)

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

type AssignedUser_STATUS

type AssignedUser_STATUS struct {
	ObjectId *string `json:"objectId,omitempty"`
	TenantId *string `json:"tenantId,omitempty"`
}

Deprecated version of AssignedUser_STATUS. Use v1api20210701.AssignedUser_STATUS instead

func (*AssignedUser_STATUS) AssignProperties_From_AssignedUser_STATUS

func (user *AssignedUser_STATUS) AssignProperties_From_AssignedUser_STATUS(source *v20210701s.AssignedUser_STATUS) error

AssignProperties_From_AssignedUser_STATUS populates our AssignedUser_STATUS from the provided source AssignedUser_STATUS

func (*AssignedUser_STATUS) AssignProperties_To_AssignedUser_STATUS

func (user *AssignedUser_STATUS) AssignProperties_To_AssignedUser_STATUS(destination *v20210701s.AssignedUser_STATUS) error

AssignProperties_To_AssignedUser_STATUS populates the provided destination AssignedUser_STATUS from our AssignedUser_STATUS

func (*AssignedUser_STATUS) DeepCopy

func (in *AssignedUser_STATUS) DeepCopy() *AssignedUser_STATUS

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

func (*AssignedUser_STATUS) DeepCopyInto

func (in *AssignedUser_STATUS) DeepCopyInto(out *AssignedUser_STATUS)

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

func (*AssignedUser_STATUS) NewEmptyARMValue

func (user *AssignedUser_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AssignedUser_STATUS) PopulateFromARM

func (user *AssignedUser_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AssignedUser_STATUS_ARM

type AssignedUser_STATUS_ARM struct {
	ObjectId *string `json:"objectId,omitempty"`
	TenantId *string `json:"tenantId,omitempty"`
}

Deprecated version of AssignedUser_STATUS. Use v1api20210701.AssignedUser_STATUS instead

func (*AssignedUser_STATUS_ARM) DeepCopy

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

func (*AssignedUser_STATUS_ARM) DeepCopyInto

func (in *AssignedUser_STATUS_ARM) DeepCopyInto(out *AssignedUser_STATUS_ARM)

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

type AutoPauseProperties

type AutoPauseProperties struct {
	DelayInMinutes *int  `json:"delayInMinutes,omitempty"`
	Enabled        *bool `json:"enabled,omitempty"`
}

Deprecated version of AutoPauseProperties. Use v1api20210701.AutoPauseProperties instead

func (*AutoPauseProperties) AssignProperties_From_AutoPauseProperties

func (properties *AutoPauseProperties) AssignProperties_From_AutoPauseProperties(source *v20210701s.AutoPauseProperties) error

AssignProperties_From_AutoPauseProperties populates our AutoPauseProperties from the provided source AutoPauseProperties

func (*AutoPauseProperties) AssignProperties_To_AutoPauseProperties

func (properties *AutoPauseProperties) AssignProperties_To_AutoPauseProperties(destination *v20210701s.AutoPauseProperties) error

AssignProperties_To_AutoPauseProperties populates the provided destination AutoPauseProperties from our AutoPauseProperties

func (*AutoPauseProperties) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AutoPauseProperties) DeepCopy

func (in *AutoPauseProperties) DeepCopy() *AutoPauseProperties

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

func (*AutoPauseProperties) DeepCopyInto

func (in *AutoPauseProperties) DeepCopyInto(out *AutoPauseProperties)

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

func (*AutoPauseProperties) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AutoPauseProperties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AutoPauseProperties_ARM

type AutoPauseProperties_ARM struct {
	DelayInMinutes *int  `json:"delayInMinutes,omitempty"`
	Enabled        *bool `json:"enabled,omitempty"`
}

Deprecated version of AutoPauseProperties. Use v1api20210701.AutoPauseProperties instead

func (*AutoPauseProperties_ARM) DeepCopy

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

func (*AutoPauseProperties_ARM) DeepCopyInto

func (in *AutoPauseProperties_ARM) DeepCopyInto(out *AutoPauseProperties_ARM)

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

type AutoPauseProperties_STATUS

type AutoPauseProperties_STATUS struct {
	DelayInMinutes *int  `json:"delayInMinutes,omitempty"`
	Enabled        *bool `json:"enabled,omitempty"`
}

Deprecated version of AutoPauseProperties_STATUS. Use v1api20210701.AutoPauseProperties_STATUS instead

func (*AutoPauseProperties_STATUS) AssignProperties_From_AutoPauseProperties_STATUS

func (properties *AutoPauseProperties_STATUS) AssignProperties_From_AutoPauseProperties_STATUS(source *v20210701s.AutoPauseProperties_STATUS) error

AssignProperties_From_AutoPauseProperties_STATUS populates our AutoPauseProperties_STATUS from the provided source AutoPauseProperties_STATUS

func (*AutoPauseProperties_STATUS) AssignProperties_To_AutoPauseProperties_STATUS

func (properties *AutoPauseProperties_STATUS) AssignProperties_To_AutoPauseProperties_STATUS(destination *v20210701s.AutoPauseProperties_STATUS) error

AssignProperties_To_AutoPauseProperties_STATUS populates the provided destination AutoPauseProperties_STATUS from our AutoPauseProperties_STATUS

func (*AutoPauseProperties_STATUS) DeepCopy

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

func (*AutoPauseProperties_STATUS) DeepCopyInto

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

func (*AutoPauseProperties_STATUS) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AutoPauseProperties_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AutoPauseProperties_STATUS_ARM

type AutoPauseProperties_STATUS_ARM struct {
	DelayInMinutes *int  `json:"delayInMinutes,omitempty"`
	Enabled        *bool `json:"enabled,omitempty"`
}

Deprecated version of AutoPauseProperties_STATUS. Use v1api20210701.AutoPauseProperties_STATUS instead

func (*AutoPauseProperties_STATUS_ARM) DeepCopy

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

func (*AutoPauseProperties_STATUS_ARM) DeepCopyInto

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

type AutoScaleProperties

type AutoScaleProperties struct {
	Enabled      *bool `json:"enabled,omitempty"`
	MaxNodeCount *int  `json:"maxNodeCount,omitempty"`
	MinNodeCount *int  `json:"minNodeCount,omitempty"`
}

Deprecated version of AutoScaleProperties. Use v1api20210701.AutoScaleProperties instead

func (*AutoScaleProperties) AssignProperties_From_AutoScaleProperties

func (properties *AutoScaleProperties) AssignProperties_From_AutoScaleProperties(source *v20210701s.AutoScaleProperties) error

AssignProperties_From_AutoScaleProperties populates our AutoScaleProperties from the provided source AutoScaleProperties

func (*AutoScaleProperties) AssignProperties_To_AutoScaleProperties

func (properties *AutoScaleProperties) AssignProperties_To_AutoScaleProperties(destination *v20210701s.AutoScaleProperties) error

AssignProperties_To_AutoScaleProperties populates the provided destination AutoScaleProperties from our AutoScaleProperties

func (*AutoScaleProperties) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*AutoScaleProperties) DeepCopy

func (in *AutoScaleProperties) DeepCopy() *AutoScaleProperties

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

func (*AutoScaleProperties) DeepCopyInto

func (in *AutoScaleProperties) DeepCopyInto(out *AutoScaleProperties)

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

func (*AutoScaleProperties) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AutoScaleProperties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AutoScaleProperties_ARM

type AutoScaleProperties_ARM struct {
	Enabled      *bool `json:"enabled,omitempty"`
	MaxNodeCount *int  `json:"maxNodeCount,omitempty"`
	MinNodeCount *int  `json:"minNodeCount,omitempty"`
}

Deprecated version of AutoScaleProperties. Use v1api20210701.AutoScaleProperties instead

func (*AutoScaleProperties_ARM) DeepCopy

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

func (*AutoScaleProperties_ARM) DeepCopyInto

func (in *AutoScaleProperties_ARM) DeepCopyInto(out *AutoScaleProperties_ARM)

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

type AutoScaleProperties_STATUS

type AutoScaleProperties_STATUS struct {
	Enabled      *bool `json:"enabled,omitempty"`
	MaxNodeCount *int  `json:"maxNodeCount,omitempty"`
	MinNodeCount *int  `json:"minNodeCount,omitempty"`
}

Deprecated version of AutoScaleProperties_STATUS. Use v1api20210701.AutoScaleProperties_STATUS instead

func (*AutoScaleProperties_STATUS) AssignProperties_From_AutoScaleProperties_STATUS

func (properties *AutoScaleProperties_STATUS) AssignProperties_From_AutoScaleProperties_STATUS(source *v20210701s.AutoScaleProperties_STATUS) error

AssignProperties_From_AutoScaleProperties_STATUS populates our AutoScaleProperties_STATUS from the provided source AutoScaleProperties_STATUS

func (*AutoScaleProperties_STATUS) AssignProperties_To_AutoScaleProperties_STATUS

func (properties *AutoScaleProperties_STATUS) AssignProperties_To_AutoScaleProperties_STATUS(destination *v20210701s.AutoScaleProperties_STATUS) error

AssignProperties_To_AutoScaleProperties_STATUS populates the provided destination AutoScaleProperties_STATUS from our AutoScaleProperties_STATUS

func (*AutoScaleProperties_STATUS) DeepCopy

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

func (*AutoScaleProperties_STATUS) DeepCopyInto

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

func (*AutoScaleProperties_STATUS) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*AutoScaleProperties_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type AutoScaleProperties_STATUS_ARM

type AutoScaleProperties_STATUS_ARM struct {
	Enabled      *bool `json:"enabled,omitempty"`
	MaxNodeCount *int  `json:"maxNodeCount,omitempty"`
	MinNodeCount *int  `json:"minNodeCount,omitempty"`
}

Deprecated version of AutoScaleProperties_STATUS. Use v1api20210701.AutoScaleProperties_STATUS instead

func (*AutoScaleProperties_STATUS_ARM) DeepCopy

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

func (*AutoScaleProperties_STATUS_ARM) DeepCopyInto

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

type Compute

type Compute struct {
	AKS               *AKS               `json:"aks,omitempty"`
	AmlCompute        *AmlCompute        `json:"amlCompute,omitempty"`
	ComputeInstance   *ComputeInstance   `json:"computeInstance,omitempty"`
	DataFactory       *DataFactory       `json:"dataFactory,omitempty"`
	DataLakeAnalytics *DataLakeAnalytics `json:"dataLakeAnalytics,omitempty"`
	Databricks        *Databricks        `json:"databricks,omitempty"`
	HDInsight         *HDInsight         `json:"hdInsight,omitempty"`
	Kubernetes        *Kubernetes        `json:"kubernetes,omitempty"`
	SynapseSpark      *SynapseSpark      `json:"synapseSpark,omitempty"`
	VirtualMachine    *VirtualMachine    `json:"virtualMachine,omitempty"`
}

Deprecated version of Compute. Use v1api20210701.Compute instead

func (*Compute) AssignProperties_From_Compute

func (compute *Compute) AssignProperties_From_Compute(source *v20210701s.Compute) error

AssignProperties_From_Compute populates our Compute from the provided source Compute

func (*Compute) AssignProperties_To_Compute

func (compute *Compute) AssignProperties_To_Compute(destination *v20210701s.Compute) error

AssignProperties_To_Compute populates the provided destination Compute from our Compute

func (*Compute) ConvertToARM

func (compute *Compute) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Compute) DeepCopy

func (in *Compute) DeepCopy() *Compute

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

func (*Compute) DeepCopyInto

func (in *Compute) DeepCopyInto(out *Compute)

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

func (*Compute) NewEmptyARMValue

func (compute *Compute) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Compute) PopulateFromARM

func (compute *Compute) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ComputeInstance

type ComputeInstance struct {
	ComputeLocation *string `json:"computeLocation,omitempty"`

	// +kubebuilder:validation:Required
	ComputeType       *ComputeInstance_ComputeType  `json:"computeType,omitempty"`
	Description       *string                       `json:"description,omitempty"`
	DisableLocalAuth  *bool                         `json:"disableLocalAuth,omitempty"`
	Properties        *ComputeInstanceProperties    `json:"properties,omitempty"`
	ResourceReference *genruntime.ResourceReference `armReference:"ResourceId" json:"resourceReference,omitempty"`
}

Deprecated version of ComputeInstance. Use v1api20210701.ComputeInstance instead

func (*ComputeInstance) AssignProperties_From_ComputeInstance

func (instance *ComputeInstance) AssignProperties_From_ComputeInstance(source *v20210701s.ComputeInstance) error

AssignProperties_From_ComputeInstance populates our ComputeInstance from the provided source ComputeInstance

func (*ComputeInstance) AssignProperties_To_ComputeInstance

func (instance *ComputeInstance) AssignProperties_To_ComputeInstance(destination *v20210701s.ComputeInstance) error

AssignProperties_To_ComputeInstance populates the provided destination ComputeInstance from our ComputeInstance

func (*ComputeInstance) ConvertToARM

func (instance *ComputeInstance) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*ComputeInstance) DeepCopy

func (in *ComputeInstance) DeepCopy() *ComputeInstance

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

func (*ComputeInstance) DeepCopyInto

func (in *ComputeInstance) DeepCopyInto(out *ComputeInstance)

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

func (*ComputeInstance) NewEmptyARMValue

func (instance *ComputeInstance) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ComputeInstance) PopulateFromARM

func (instance *ComputeInstance) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ComputeInstanceApplication_STATUS

type ComputeInstanceApplication_STATUS struct {
	DisplayName *string `json:"displayName,omitempty"`
	EndpointUri *string `json:"endpointUri,omitempty"`
}

Deprecated version of ComputeInstanceApplication_STATUS. Use v1api20210701.ComputeInstanceApplication_STATUS instead

func (*ComputeInstanceApplication_STATUS) AssignProperties_From_ComputeInstanceApplication_STATUS

func (application *ComputeInstanceApplication_STATUS) AssignProperties_From_ComputeInstanceApplication_STATUS(source *v20210701s.ComputeInstanceApplication_STATUS) error

AssignProperties_From_ComputeInstanceApplication_STATUS populates our ComputeInstanceApplication_STATUS from the provided source ComputeInstanceApplication_STATUS

func (*ComputeInstanceApplication_STATUS) AssignProperties_To_ComputeInstanceApplication_STATUS

func (application *ComputeInstanceApplication_STATUS) AssignProperties_To_ComputeInstanceApplication_STATUS(destination *v20210701s.ComputeInstanceApplication_STATUS) error

AssignProperties_To_ComputeInstanceApplication_STATUS populates the provided destination ComputeInstanceApplication_STATUS from our ComputeInstanceApplication_STATUS

func (*ComputeInstanceApplication_STATUS) DeepCopy

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

func (*ComputeInstanceApplication_STATUS) DeepCopyInto

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

func (*ComputeInstanceApplication_STATUS) NewEmptyARMValue

func (application *ComputeInstanceApplication_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ComputeInstanceApplication_STATUS) PopulateFromARM

func (application *ComputeInstanceApplication_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ComputeInstanceApplication_STATUS_ARM

type ComputeInstanceApplication_STATUS_ARM struct {
	DisplayName *string `json:"displayName,omitempty"`
	EndpointUri *string `json:"endpointUri,omitempty"`
}

Deprecated version of ComputeInstanceApplication_STATUS. Use v1api20210701.ComputeInstanceApplication_STATUS instead

func (*ComputeInstanceApplication_STATUS_ARM) DeepCopy

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

func (*ComputeInstanceApplication_STATUS_ARM) DeepCopyInto

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

type ComputeInstanceConnectivityEndpoints_STATUS

type ComputeInstanceConnectivityEndpoints_STATUS struct {
	PrivateIpAddress *string `json:"privateIpAddress,omitempty"`
	PublicIpAddress  *string `json:"publicIpAddress,omitempty"`
}

Deprecated version of ComputeInstanceConnectivityEndpoints_STATUS. Use v1api20210701.ComputeInstanceConnectivityEndpoints_STATUS instead

func (*ComputeInstanceConnectivityEndpoints_STATUS) AssignProperties_From_ComputeInstanceConnectivityEndpoints_STATUS

func (endpoints *ComputeInstanceConnectivityEndpoints_STATUS) AssignProperties_From_ComputeInstanceConnectivityEndpoints_STATUS(source *v20210701s.ComputeInstanceConnectivityEndpoints_STATUS) error

AssignProperties_From_ComputeInstanceConnectivityEndpoints_STATUS populates our ComputeInstanceConnectivityEndpoints_STATUS from the provided source ComputeInstanceConnectivityEndpoints_STATUS

func (*ComputeInstanceConnectivityEndpoints_STATUS) AssignProperties_To_ComputeInstanceConnectivityEndpoints_STATUS

func (endpoints *ComputeInstanceConnectivityEndpoints_STATUS) AssignProperties_To_ComputeInstanceConnectivityEndpoints_STATUS(destination *v20210701s.ComputeInstanceConnectivityEndpoints_STATUS) error

AssignProperties_To_ComputeInstanceConnectivityEndpoints_STATUS populates the provided destination ComputeInstanceConnectivityEndpoints_STATUS from our ComputeInstanceConnectivityEndpoints_STATUS

func (*ComputeInstanceConnectivityEndpoints_STATUS) DeepCopy

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

func (*ComputeInstanceConnectivityEndpoints_STATUS) DeepCopyInto

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

func (*ComputeInstanceConnectivityEndpoints_STATUS) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ComputeInstanceConnectivityEndpoints_STATUS) PopulateFromARM

func (endpoints *ComputeInstanceConnectivityEndpoints_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ComputeInstanceConnectivityEndpoints_STATUS_ARM

type ComputeInstanceConnectivityEndpoints_STATUS_ARM struct {
	PrivateIpAddress *string `json:"privateIpAddress,omitempty"`
	PublicIpAddress  *string `json:"publicIpAddress,omitempty"`
}

Deprecated version of ComputeInstanceConnectivityEndpoints_STATUS. Use v1api20210701.ComputeInstanceConnectivityEndpoints_STATUS instead

func (*ComputeInstanceConnectivityEndpoints_STATUS_ARM) DeepCopy

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

func (*ComputeInstanceConnectivityEndpoints_STATUS_ARM) DeepCopyInto

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

type ComputeInstanceCreatedBy_STATUS

type ComputeInstanceCreatedBy_STATUS struct {
	UserId    *string `json:"userId,omitempty"`
	UserName  *string `json:"userName,omitempty"`
	UserOrgId *string `json:"userOrgId,omitempty"`
}

Deprecated version of ComputeInstanceCreatedBy_STATUS. Use v1api20210701.ComputeInstanceCreatedBy_STATUS instead

func (*ComputeInstanceCreatedBy_STATUS) AssignProperties_From_ComputeInstanceCreatedBy_STATUS

func (createdBy *ComputeInstanceCreatedBy_STATUS) AssignProperties_From_ComputeInstanceCreatedBy_STATUS(source *v20210701s.ComputeInstanceCreatedBy_STATUS) error

AssignProperties_From_ComputeInstanceCreatedBy_STATUS populates our ComputeInstanceCreatedBy_STATUS from the provided source ComputeInstanceCreatedBy_STATUS

func (*ComputeInstanceCreatedBy_STATUS) AssignProperties_To_ComputeInstanceCreatedBy_STATUS

func (createdBy *ComputeInstanceCreatedBy_STATUS) AssignProperties_To_ComputeInstanceCreatedBy_STATUS(destination *v20210701s.ComputeInstanceCreatedBy_STATUS) error

AssignProperties_To_ComputeInstanceCreatedBy_STATUS populates the provided destination ComputeInstanceCreatedBy_STATUS from our ComputeInstanceCreatedBy_STATUS

func (*ComputeInstanceCreatedBy_STATUS) DeepCopy

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

func (*ComputeInstanceCreatedBy_STATUS) DeepCopyInto

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

func (*ComputeInstanceCreatedBy_STATUS) NewEmptyARMValue

func (createdBy *ComputeInstanceCreatedBy_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ComputeInstanceCreatedBy_STATUS) PopulateFromARM

func (createdBy *ComputeInstanceCreatedBy_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ComputeInstanceCreatedBy_STATUS_ARM

type ComputeInstanceCreatedBy_STATUS_ARM struct {
	UserId    *string `json:"userId,omitempty"`
	UserName  *string `json:"userName,omitempty"`
	UserOrgId *string `json:"userOrgId,omitempty"`
}

Deprecated version of ComputeInstanceCreatedBy_STATUS. Use v1api20210701.ComputeInstanceCreatedBy_STATUS instead

func (*ComputeInstanceCreatedBy_STATUS_ARM) DeepCopy

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

func (*ComputeInstanceCreatedBy_STATUS_ARM) DeepCopyInto

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

type ComputeInstanceLastOperation_OperationName_STATUS

type ComputeInstanceLastOperation_OperationName_STATUS string

Deprecated version of ComputeInstanceLastOperation_OperationName_STATUS. Use v1api20210701.ComputeInstanceLastOperation_OperationName_STATUS instead

type ComputeInstanceLastOperation_OperationStatus_STATUS

type ComputeInstanceLastOperation_OperationStatus_STATUS string

Deprecated version of ComputeInstanceLastOperation_OperationStatus_STATUS. Use v1api20210701.ComputeInstanceLastOperation_OperationStatus_STATUS instead

type ComputeInstanceLastOperation_STATUS

type ComputeInstanceLastOperation_STATUS struct {
	OperationName   *ComputeInstanceLastOperation_OperationName_STATUS   `json:"operationName,omitempty"`
	OperationStatus *ComputeInstanceLastOperation_OperationStatus_STATUS `json:"operationStatus,omitempty"`
	OperationTime   *string                                              `json:"operationTime,omitempty"`
}

Deprecated version of ComputeInstanceLastOperation_STATUS. Use v1api20210701.ComputeInstanceLastOperation_STATUS instead

func (*ComputeInstanceLastOperation_STATUS) AssignProperties_From_ComputeInstanceLastOperation_STATUS

func (operation *ComputeInstanceLastOperation_STATUS) AssignProperties_From_ComputeInstanceLastOperation_STATUS(source *v20210701s.ComputeInstanceLastOperation_STATUS) error

AssignProperties_From_ComputeInstanceLastOperation_STATUS populates our ComputeInstanceLastOperation_STATUS from the provided source ComputeInstanceLastOperation_STATUS

func (*ComputeInstanceLastOperation_STATUS) AssignProperties_To_ComputeInstanceLastOperation_STATUS

func (operation *ComputeInstanceLastOperation_STATUS) AssignProperties_To_ComputeInstanceLastOperation_STATUS(destination *v20210701s.ComputeInstanceLastOperation_STATUS) error

AssignProperties_To_ComputeInstanceLastOperation_STATUS populates the provided destination ComputeInstanceLastOperation_STATUS from our ComputeInstanceLastOperation_STATUS

func (*ComputeInstanceLastOperation_STATUS) DeepCopy

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

func (*ComputeInstanceLastOperation_STATUS) DeepCopyInto

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

func (*ComputeInstanceLastOperation_STATUS) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ComputeInstanceLastOperation_STATUS) PopulateFromARM

func (operation *ComputeInstanceLastOperation_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ComputeInstanceLastOperation_STATUS_ARM

type ComputeInstanceLastOperation_STATUS_ARM struct {
	OperationName   *ComputeInstanceLastOperation_OperationName_STATUS   `json:"operationName,omitempty"`
	OperationStatus *ComputeInstanceLastOperation_OperationStatus_STATUS `json:"operationStatus,omitempty"`
	OperationTime   *string                                              `json:"operationTime,omitempty"`
}

Deprecated version of ComputeInstanceLastOperation_STATUS. Use v1api20210701.ComputeInstanceLastOperation_STATUS instead

func (*ComputeInstanceLastOperation_STATUS_ARM) DeepCopy

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

func (*ComputeInstanceLastOperation_STATUS_ARM) DeepCopyInto

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

type ComputeInstanceProperties

type ComputeInstanceProperties struct {
	ApplicationSharingPolicy         *ComputeInstanceProperties_ApplicationSharingPolicy         `json:"applicationSharingPolicy,omitempty"`
	ComputeInstanceAuthorizationType *ComputeInstanceProperties_ComputeInstanceAuthorizationType `json:"computeInstanceAuthorizationType,omitempty"`
	PersonalComputeInstanceSettings  *PersonalComputeInstanceSettings                            `json:"personalComputeInstanceSettings,omitempty"`
	SetupScripts                     *SetupScripts                                               `json:"setupScripts,omitempty"`
	SshSettings                      *ComputeInstanceSshSettings                                 `json:"sshSettings,omitempty"`
	Subnet                           *ResourceId                                                 `json:"subnet,omitempty"`
	VmSize                           *string                                                     `json:"vmSize,omitempty"`
}

Deprecated version of ComputeInstanceProperties. Use v1api20210701.ComputeInstanceProperties instead

func (*ComputeInstanceProperties) AssignProperties_From_ComputeInstanceProperties

func (properties *ComputeInstanceProperties) AssignProperties_From_ComputeInstanceProperties(source *v20210701s.ComputeInstanceProperties) error

AssignProperties_From_ComputeInstanceProperties populates our ComputeInstanceProperties from the provided source ComputeInstanceProperties

func (*ComputeInstanceProperties) AssignProperties_To_ComputeInstanceProperties

func (properties *ComputeInstanceProperties) AssignProperties_To_ComputeInstanceProperties(destination *v20210701s.ComputeInstanceProperties) error

AssignProperties_To_ComputeInstanceProperties populates the provided destination ComputeInstanceProperties from our ComputeInstanceProperties

func (*ComputeInstanceProperties) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*ComputeInstanceProperties) DeepCopy

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

func (*ComputeInstanceProperties) DeepCopyInto

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

func (*ComputeInstanceProperties) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ComputeInstanceProperties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ComputeInstanceProperties_ARM

type ComputeInstanceProperties_ARM struct {
	ApplicationSharingPolicy         *ComputeInstanceProperties_ApplicationSharingPolicy         `json:"applicationSharingPolicy,omitempty"`
	ComputeInstanceAuthorizationType *ComputeInstanceProperties_ComputeInstanceAuthorizationType `json:"computeInstanceAuthorizationType,omitempty"`
	PersonalComputeInstanceSettings  *PersonalComputeInstanceSettings_ARM                        `json:"personalComputeInstanceSettings,omitempty"`
	SetupScripts                     *SetupScripts_ARM                                           `json:"setupScripts,omitempty"`
	SshSettings                      *ComputeInstanceSshSettings_ARM                             `json:"sshSettings,omitempty"`
	Subnet                           *ResourceId_ARM                                             `json:"subnet,omitempty"`
	VmSize                           *string                                                     `json:"vmSize,omitempty"`
}

Deprecated version of ComputeInstanceProperties. Use v1api20210701.ComputeInstanceProperties instead

func (*ComputeInstanceProperties_ARM) DeepCopy

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

func (*ComputeInstanceProperties_ARM) DeepCopyInto

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

type ComputeInstanceProperties_ApplicationSharingPolicy

type ComputeInstanceProperties_ApplicationSharingPolicy string

Deprecated version of ComputeInstanceProperties_ApplicationSharingPolicy. Use v1api20210701.ComputeInstanceProperties_ApplicationSharingPolicy instead +kubebuilder:validation:Enum={"Personal","Shared"}

type ComputeInstanceProperties_ApplicationSharingPolicy_STATUS

type ComputeInstanceProperties_ApplicationSharingPolicy_STATUS string

Deprecated version of ComputeInstanceProperties_ApplicationSharingPolicy_STATUS. Use v1api20210701.ComputeInstanceProperties_ApplicationSharingPolicy_STATUS instead

type ComputeInstanceProperties_ComputeInstanceAuthorizationType

type ComputeInstanceProperties_ComputeInstanceAuthorizationType string

Deprecated version of ComputeInstanceProperties_ComputeInstanceAuthorizationType. Use v1api20210701.ComputeInstanceProperties_ComputeInstanceAuthorizationType instead +kubebuilder:validation:Enum={"personal"}

type ComputeInstanceProperties_ComputeInstanceAuthorizationType_STATUS

type ComputeInstanceProperties_ComputeInstanceAuthorizationType_STATUS string

Deprecated version of ComputeInstanceProperties_ComputeInstanceAuthorizationType_STATUS. Use v1api20210701.ComputeInstanceProperties_ComputeInstanceAuthorizationType_STATUS instead

type ComputeInstanceProperties_STATUS

type ComputeInstanceProperties_STATUS struct {
	ApplicationSharingPolicy         *ComputeInstanceProperties_ApplicationSharingPolicy_STATUS         `json:"applicationSharingPolicy,omitempty"`
	Applications                     []ComputeInstanceApplication_STATUS                                `json:"applications,omitempty"`
	ComputeInstanceAuthorizationType *ComputeInstanceProperties_ComputeInstanceAuthorizationType_STATUS `json:"computeInstanceAuthorizationType,omitempty"`
	ConnectivityEndpoints            *ComputeInstanceConnectivityEndpoints_STATUS                       `json:"connectivityEndpoints,omitempty"`
	CreatedBy                        *ComputeInstanceCreatedBy_STATUS                                   `json:"createdBy,omitempty"`
	Errors                           []ErrorResponse_STATUS                                             `json:"errors,omitempty"`
	LastOperation                    *ComputeInstanceLastOperation_STATUS                               `json:"lastOperation,omitempty"`
	PersonalComputeInstanceSettings  *PersonalComputeInstanceSettings_STATUS                            `json:"personalComputeInstanceSettings,omitempty"`
	SetupScripts                     *SetupScripts_STATUS                                               `json:"setupScripts,omitempty"`
	SshSettings                      *ComputeInstanceSshSettings_STATUS                                 `json:"sshSettings,omitempty"`
	State                            *ComputeInstanceState_STATUS                                       `json:"state,omitempty"`
	Subnet                           *ResourceId_STATUS                                                 `json:"subnet,omitempty"`
	VmSize                           *string                                                            `json:"vmSize,omitempty"`
}

Deprecated version of ComputeInstanceProperties_STATUS. Use v1api20210701.ComputeInstanceProperties_STATUS instead

func (*ComputeInstanceProperties_STATUS) AssignProperties_From_ComputeInstanceProperties_STATUS

func (properties *ComputeInstanceProperties_STATUS) AssignProperties_From_ComputeInstanceProperties_STATUS(source *v20210701s.ComputeInstanceProperties_STATUS) error

AssignProperties_From_ComputeInstanceProperties_STATUS populates our ComputeInstanceProperties_STATUS from the provided source ComputeInstanceProperties_STATUS

func (*ComputeInstanceProperties_STATUS) AssignProperties_To_ComputeInstanceProperties_STATUS

func (properties *ComputeInstanceProperties_STATUS) AssignProperties_To_ComputeInstanceProperties_STATUS(destination *v20210701s.ComputeInstanceProperties_STATUS) error

AssignProperties_To_ComputeInstanceProperties_STATUS populates the provided destination ComputeInstanceProperties_STATUS from our ComputeInstanceProperties_STATUS

func (*ComputeInstanceProperties_STATUS) DeepCopy

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

func (*ComputeInstanceProperties_STATUS) DeepCopyInto

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

func (*ComputeInstanceProperties_STATUS) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ComputeInstanceProperties_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ComputeInstanceProperties_STATUS_ARM

type ComputeInstanceProperties_STATUS_ARM struct {
	ApplicationSharingPolicy         *ComputeInstanceProperties_ApplicationSharingPolicy_STATUS         `json:"applicationSharingPolicy,omitempty"`
	Applications                     []ComputeInstanceApplication_STATUS_ARM                            `json:"applications,omitempty"`
	ComputeInstanceAuthorizationType *ComputeInstanceProperties_ComputeInstanceAuthorizationType_STATUS `json:"computeInstanceAuthorizationType,omitempty"`
	ConnectivityEndpoints            *ComputeInstanceConnectivityEndpoints_STATUS_ARM                   `json:"connectivityEndpoints,omitempty"`
	CreatedBy                        *ComputeInstanceCreatedBy_STATUS_ARM                               `json:"createdBy,omitempty"`
	Errors                           []ErrorResponse_STATUS_ARM                                         `json:"errors,omitempty"`
	LastOperation                    *ComputeInstanceLastOperation_STATUS_ARM                           `json:"lastOperation,omitempty"`
	PersonalComputeInstanceSettings  *PersonalComputeInstanceSettings_STATUS_ARM                        `json:"personalComputeInstanceSettings,omitempty"`
	SetupScripts                     *SetupScripts_STATUS_ARM                                           `json:"setupScripts,omitempty"`
	SshSettings                      *ComputeInstanceSshSettings_STATUS_ARM                             `json:"sshSettings,omitempty"`
	State                            *ComputeInstanceState_STATUS                                       `json:"state,omitempty"`
	Subnet                           *ResourceId_STATUS_ARM                                             `json:"subnet,omitempty"`
	VmSize                           *string                                                            `json:"vmSize,omitempty"`
}

Deprecated version of ComputeInstanceProperties_STATUS. Use v1api20210701.ComputeInstanceProperties_STATUS instead

func (*ComputeInstanceProperties_STATUS_ARM) DeepCopy

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

func (*ComputeInstanceProperties_STATUS_ARM) DeepCopyInto

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

type ComputeInstanceSshSettings

type ComputeInstanceSshSettings struct {
	AdminPublicKey  *string                                     `json:"adminPublicKey,omitempty"`
	SshPublicAccess *ComputeInstanceSshSettings_SshPublicAccess `json:"sshPublicAccess,omitempty"`
}

Deprecated version of ComputeInstanceSshSettings. Use v1api20210701.ComputeInstanceSshSettings instead

func (*ComputeInstanceSshSettings) AssignProperties_From_ComputeInstanceSshSettings

func (settings *ComputeInstanceSshSettings) AssignProperties_From_ComputeInstanceSshSettings(source *v20210701s.ComputeInstanceSshSettings) error

AssignProperties_From_ComputeInstanceSshSettings populates our ComputeInstanceSshSettings from the provided source ComputeInstanceSshSettings

func (*ComputeInstanceSshSettings) AssignProperties_To_ComputeInstanceSshSettings

func (settings *ComputeInstanceSshSettings) AssignProperties_To_ComputeInstanceSshSettings(destination *v20210701s.ComputeInstanceSshSettings) error

AssignProperties_To_ComputeInstanceSshSettings populates the provided destination ComputeInstanceSshSettings from our ComputeInstanceSshSettings

func (*ComputeInstanceSshSettings) ConvertToARM

func (settings *ComputeInstanceSshSettings) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*ComputeInstanceSshSettings) DeepCopy

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

func (*ComputeInstanceSshSettings) DeepCopyInto

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

func (*ComputeInstanceSshSettings) NewEmptyARMValue

func (settings *ComputeInstanceSshSettings) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ComputeInstanceSshSettings) PopulateFromARM

func (settings *ComputeInstanceSshSettings) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ComputeInstanceSshSettings_ARM

type ComputeInstanceSshSettings_ARM struct {
	AdminPublicKey  *string                                     `json:"adminPublicKey,omitempty"`
	SshPublicAccess *ComputeInstanceSshSettings_SshPublicAccess `json:"sshPublicAccess,omitempty"`
}

Deprecated version of ComputeInstanceSshSettings. Use v1api20210701.ComputeInstanceSshSettings instead

func (*ComputeInstanceSshSettings_ARM) DeepCopy

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

func (*ComputeInstanceSshSettings_ARM) DeepCopyInto

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

type ComputeInstanceSshSettings_STATUS

type ComputeInstanceSshSettings_STATUS struct {
	AdminPublicKey  *string                                            `json:"adminPublicKey,omitempty"`
	AdminUserName   *string                                            `json:"adminUserName,omitempty"`
	SshPort         *int                                               `json:"sshPort,omitempty"`
	SshPublicAccess *ComputeInstanceSshSettings_SshPublicAccess_STATUS `json:"sshPublicAccess,omitempty"`
}

Deprecated version of ComputeInstanceSshSettings_STATUS. Use v1api20210701.ComputeInstanceSshSettings_STATUS instead

func (*ComputeInstanceSshSettings_STATUS) AssignProperties_From_ComputeInstanceSshSettings_STATUS

func (settings *ComputeInstanceSshSettings_STATUS) AssignProperties_From_ComputeInstanceSshSettings_STATUS(source *v20210701s.ComputeInstanceSshSettings_STATUS) error

AssignProperties_From_ComputeInstanceSshSettings_STATUS populates our ComputeInstanceSshSettings_STATUS from the provided source ComputeInstanceSshSettings_STATUS

func (*ComputeInstanceSshSettings_STATUS) AssignProperties_To_ComputeInstanceSshSettings_STATUS

func (settings *ComputeInstanceSshSettings_STATUS) AssignProperties_To_ComputeInstanceSshSettings_STATUS(destination *v20210701s.ComputeInstanceSshSettings_STATUS) error

AssignProperties_To_ComputeInstanceSshSettings_STATUS populates the provided destination ComputeInstanceSshSettings_STATUS from our ComputeInstanceSshSettings_STATUS

func (*ComputeInstanceSshSettings_STATUS) DeepCopy

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

func (*ComputeInstanceSshSettings_STATUS) DeepCopyInto

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

func (*ComputeInstanceSshSettings_STATUS) NewEmptyARMValue

func (settings *ComputeInstanceSshSettings_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ComputeInstanceSshSettings_STATUS) PopulateFromARM

func (settings *ComputeInstanceSshSettings_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ComputeInstanceSshSettings_STATUS_ARM

type ComputeInstanceSshSettings_STATUS_ARM struct {
	AdminPublicKey  *string                                            `json:"adminPublicKey,omitempty"`
	AdminUserName   *string                                            `json:"adminUserName,omitempty"`
	SshPort         *int                                               `json:"sshPort,omitempty"`
	SshPublicAccess *ComputeInstanceSshSettings_SshPublicAccess_STATUS `json:"sshPublicAccess,omitempty"`
}

Deprecated version of ComputeInstanceSshSettings_STATUS. Use v1api20210701.ComputeInstanceSshSettings_STATUS instead

func (*ComputeInstanceSshSettings_STATUS_ARM) DeepCopy

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

func (*ComputeInstanceSshSettings_STATUS_ARM) DeepCopyInto

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

type ComputeInstanceSshSettings_SshPublicAccess

type ComputeInstanceSshSettings_SshPublicAccess string

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

type ComputeInstanceSshSettings_SshPublicAccess_STATUS

type ComputeInstanceSshSettings_SshPublicAccess_STATUS string

Deprecated version of ComputeInstanceSshSettings_SshPublicAccess_STATUS. Use v1api20210701.ComputeInstanceSshSettings_SshPublicAccess_STATUS instead

type ComputeInstanceState_STATUS

type ComputeInstanceState_STATUS string

Deprecated version of ComputeInstanceState_STATUS. Use v1api20210701.ComputeInstanceState_STATUS instead

type ComputeInstance_ARM

type ComputeInstance_ARM struct {
	ComputeLocation  *string                        `json:"computeLocation,omitempty"`
	ComputeType      ComputeInstance_ComputeType    `json:"computeType,omitempty"`
	Description      *string                        `json:"description,omitempty"`
	DisableLocalAuth *bool                          `json:"disableLocalAuth,omitempty"`
	Properties       *ComputeInstanceProperties_ARM `json:"properties,omitempty"`
	ResourceId       *string                        `json:"resourceId,omitempty"`
}

Deprecated version of ComputeInstance. Use v1api20210701.ComputeInstance instead

func (*ComputeInstance_ARM) DeepCopy

func (in *ComputeInstance_ARM) DeepCopy() *ComputeInstance_ARM

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

func (*ComputeInstance_ARM) DeepCopyInto

func (in *ComputeInstance_ARM) DeepCopyInto(out *ComputeInstance_ARM)

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

type ComputeInstance_ComputeType

type ComputeInstance_ComputeType string

Deprecated version of ComputeInstance_ComputeType. Use v1api20210701.ComputeInstance_ComputeType instead +kubebuilder:validation:Enum={"ComputeInstance"}

type ComputeInstance_ComputeType_STATUS

type ComputeInstance_ComputeType_STATUS string

Deprecated version of ComputeInstance_ComputeType_STATUS. Use v1api20210701.ComputeInstance_ComputeType_STATUS instead

type ComputeInstance_ProvisioningState_STATUS

type ComputeInstance_ProvisioningState_STATUS string

Deprecated version of ComputeInstance_ProvisioningState_STATUS. Use v1api20210701.ComputeInstance_ProvisioningState_STATUS instead

type ComputeInstance_STATUS

type ComputeInstance_STATUS struct {
	ComputeLocation    *string                                   `json:"computeLocation,omitempty"`
	ComputeType        *ComputeInstance_ComputeType_STATUS       `json:"computeType,omitempty"`
	CreatedOn          *string                                   `json:"createdOn,omitempty"`
	Description        *string                                   `json:"description,omitempty"`
	DisableLocalAuth   *bool                                     `json:"disableLocalAuth,omitempty"`
	IsAttachedCompute  *bool                                     `json:"isAttachedCompute,omitempty"`
	ModifiedOn         *string                                   `json:"modifiedOn,omitempty"`
	Properties         *ComputeInstanceProperties_STATUS         `json:"properties,omitempty"`
	ProvisioningErrors []ErrorResponse_STATUS                    `json:"provisioningErrors,omitempty"`
	ProvisioningState  *ComputeInstance_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	ResourceId         *string                                   `json:"resourceId,omitempty"`
}

Deprecated version of ComputeInstance_STATUS. Use v1api20210701.ComputeInstance_STATUS instead

func (*ComputeInstance_STATUS) AssignProperties_From_ComputeInstance_STATUS

func (instance *ComputeInstance_STATUS) AssignProperties_From_ComputeInstance_STATUS(source *v20210701s.ComputeInstance_STATUS) error

AssignProperties_From_ComputeInstance_STATUS populates our ComputeInstance_STATUS from the provided source ComputeInstance_STATUS

func (*ComputeInstance_STATUS) AssignProperties_To_ComputeInstance_STATUS

func (instance *ComputeInstance_STATUS) AssignProperties_To_ComputeInstance_STATUS(destination *v20210701s.ComputeInstance_STATUS) error

AssignProperties_To_ComputeInstance_STATUS populates the provided destination ComputeInstance_STATUS from our ComputeInstance_STATUS

func (*ComputeInstance_STATUS) DeepCopy

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

func (*ComputeInstance_STATUS) DeepCopyInto

func (in *ComputeInstance_STATUS) DeepCopyInto(out *ComputeInstance_STATUS)

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

func (*ComputeInstance_STATUS) NewEmptyARMValue

func (instance *ComputeInstance_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ComputeInstance_STATUS) PopulateFromARM

func (instance *ComputeInstance_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ComputeInstance_STATUS_ARM

type ComputeInstance_STATUS_ARM struct {
	ComputeLocation    *string                                   `json:"computeLocation,omitempty"`
	ComputeType        ComputeInstance_ComputeType_STATUS        `json:"computeType,omitempty"`
	CreatedOn          *string                                   `json:"createdOn,omitempty"`
	Description        *string                                   `json:"description,omitempty"`
	DisableLocalAuth   *bool                                     `json:"disableLocalAuth,omitempty"`
	IsAttachedCompute  *bool                                     `json:"isAttachedCompute,omitempty"`
	ModifiedOn         *string                                   `json:"modifiedOn,omitempty"`
	Properties         *ComputeInstanceProperties_STATUS_ARM     `json:"properties,omitempty"`
	ProvisioningErrors []ErrorResponse_STATUS_ARM                `json:"provisioningErrors,omitempty"`
	ProvisioningState  *ComputeInstance_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	ResourceId         *string                                   `json:"resourceId,omitempty"`
}

Deprecated version of ComputeInstance_STATUS. Use v1api20210701.ComputeInstance_STATUS instead

func (*ComputeInstance_STATUS_ARM) DeepCopy

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

func (*ComputeInstance_STATUS_ARM) DeepCopyInto

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

type Compute_ARM

type Compute_ARM struct {
	AKS               *AKS_ARM               `json:"aks,omitempty"`
	AmlCompute        *AmlCompute_ARM        `json:"amlCompute,omitempty"`
	ComputeInstance   *ComputeInstance_ARM   `json:"computeInstance,omitempty"`
	DataFactory       *DataFactory_ARM       `json:"dataFactory,omitempty"`
	DataLakeAnalytics *DataLakeAnalytics_ARM `json:"dataLakeAnalytics,omitempty"`
	Databricks        *Databricks_ARM        `json:"databricks,omitempty"`
	HDInsight         *HDInsight_ARM         `json:"hdInsight,omitempty"`
	Kubernetes        *Kubernetes_ARM        `json:"kubernetes,omitempty"`
	SynapseSpark      *SynapseSpark_ARM      `json:"synapseSpark,omitempty"`
	VirtualMachine    *VirtualMachine_ARM    `json:"virtualMachine,omitempty"`
}

Deprecated version of Compute. Use v1api20210701.Compute instead

func (*Compute_ARM) DeepCopy

func (in *Compute_ARM) DeepCopy() *Compute_ARM

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

func (*Compute_ARM) DeepCopyInto

func (in *Compute_ARM) DeepCopyInto(out *Compute_ARM)

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

func (Compute_ARM) MarshalJSON

func (compute Compute_ARM) MarshalJSON() ([]byte, error)

MarshalJSON defers JSON marshaling to the first non-nil property, because Compute_ARM represents a discriminated union (JSON OneOf)

func (*Compute_ARM) UnmarshalJSON

func (compute *Compute_ARM) UnmarshalJSON(data []byte) error

UnmarshalJSON unmarshals the Compute_ARM

type Compute_STATUS

type Compute_STATUS struct {
	AKS               *AKS_STATUS               `json:"aks,omitempty"`
	AmlCompute        *AmlCompute_STATUS        `json:"amlCompute,omitempty"`
	ComputeInstance   *ComputeInstance_STATUS   `json:"computeInstance,omitempty"`
	DataFactory       *DataFactory_STATUS       `json:"dataFactory,omitempty"`
	DataLakeAnalytics *DataLakeAnalytics_STATUS `json:"dataLakeAnalytics,omitempty"`
	Databricks        *Databricks_STATUS        `json:"databricks,omitempty"`
	HDInsight         *HDInsight_STATUS         `json:"hdInsight,omitempty"`
	Kubernetes        *Kubernetes_STATUS        `json:"kubernetes,omitempty"`
	SynapseSpark      *SynapseSpark_STATUS      `json:"synapseSpark,omitempty"`
	VirtualMachine    *VirtualMachine_STATUS    `json:"virtualMachine,omitempty"`
}

Deprecated version of Compute_STATUS. Use v1api20210701.Compute_STATUS instead

func (*Compute_STATUS) AssignProperties_From_Compute_STATUS

func (compute *Compute_STATUS) AssignProperties_From_Compute_STATUS(source *v20210701s.Compute_STATUS) error

AssignProperties_From_Compute_STATUS populates our Compute_STATUS from the provided source Compute_STATUS

func (*Compute_STATUS) AssignProperties_To_Compute_STATUS

func (compute *Compute_STATUS) AssignProperties_To_Compute_STATUS(destination *v20210701s.Compute_STATUS) error

AssignProperties_To_Compute_STATUS populates the provided destination Compute_STATUS from our Compute_STATUS

func (*Compute_STATUS) DeepCopy

func (in *Compute_STATUS) DeepCopy() *Compute_STATUS

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

func (*Compute_STATUS) DeepCopyInto

func (in *Compute_STATUS) DeepCopyInto(out *Compute_STATUS)

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

func (*Compute_STATUS) NewEmptyARMValue

func (compute *Compute_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Compute_STATUS) PopulateFromARM

func (compute *Compute_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Compute_STATUS_ARM

type Compute_STATUS_ARM struct {
	AKS               *AKS_STATUS_ARM               `json:"aks,omitempty"`
	AmlCompute        *AmlCompute_STATUS_ARM        `json:"amlCompute,omitempty"`
	ComputeInstance   *ComputeInstance_STATUS_ARM   `json:"computeInstance,omitempty"`
	DataFactory       *DataFactory_STATUS_ARM       `json:"dataFactory,omitempty"`
	DataLakeAnalytics *DataLakeAnalytics_STATUS_ARM `json:"dataLakeAnalytics,omitempty"`
	Databricks        *Databricks_STATUS_ARM        `json:"databricks,omitempty"`
	HDInsight         *HDInsight_STATUS_ARM         `json:"hdInsight,omitempty"`
	Kubernetes        *Kubernetes_STATUS_ARM        `json:"kubernetes,omitempty"`
	SynapseSpark      *SynapseSpark_STATUS_ARM      `json:"synapseSpark,omitempty"`
	VirtualMachine    *VirtualMachine_STATUS_ARM    `json:"virtualMachine,omitempty"`
}

Deprecated version of Compute_STATUS. Use v1api20210701.Compute_STATUS instead

func (*Compute_STATUS_ARM) DeepCopy

func (in *Compute_STATUS_ARM) DeepCopy() *Compute_STATUS_ARM

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

func (*Compute_STATUS_ARM) DeepCopyInto

func (in *Compute_STATUS_ARM) DeepCopyInto(out *Compute_STATUS_ARM)

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

func (Compute_STATUS_ARM) MarshalJSON

func (compute Compute_STATUS_ARM) MarshalJSON() ([]byte, error)

MarshalJSON defers JSON marshaling to the first non-nil property, because Compute_STATUS_ARM represents a discriminated union (JSON OneOf)

func (*Compute_STATUS_ARM) UnmarshalJSON

func (compute *Compute_STATUS_ARM) UnmarshalJSON(data []byte) error

UnmarshalJSON unmarshals the Compute_STATUS_ARM

type CosmosDbSettings

type CosmosDbSettings struct {
	CollectionsThroughput *int `json:"collectionsThroughput,omitempty"`
}

Deprecated version of CosmosDbSettings. Use v1api20210701.CosmosDbSettings instead

func (*CosmosDbSettings) AssignProperties_From_CosmosDbSettings

func (settings *CosmosDbSettings) AssignProperties_From_CosmosDbSettings(source *v20210701s.CosmosDbSettings) error

AssignProperties_From_CosmosDbSettings populates our CosmosDbSettings from the provided source CosmosDbSettings

func (*CosmosDbSettings) AssignProperties_To_CosmosDbSettings

func (settings *CosmosDbSettings) AssignProperties_To_CosmosDbSettings(destination *v20210701s.CosmosDbSettings) error

AssignProperties_To_CosmosDbSettings populates the provided destination CosmosDbSettings from our CosmosDbSettings

func (*CosmosDbSettings) ConvertToARM

func (settings *CosmosDbSettings) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*CosmosDbSettings) DeepCopy

func (in *CosmosDbSettings) DeepCopy() *CosmosDbSettings

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

func (*CosmosDbSettings) DeepCopyInto

func (in *CosmosDbSettings) DeepCopyInto(out *CosmosDbSettings)

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

func (*CosmosDbSettings) NewEmptyARMValue

func (settings *CosmosDbSettings) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*CosmosDbSettings) PopulateFromARM

func (settings *CosmosDbSettings) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type CosmosDbSettings_ARM

type CosmosDbSettings_ARM struct {
	CollectionsThroughput *int `json:"collectionsThroughput,omitempty"`
}

Deprecated version of CosmosDbSettings. Use v1api20210701.CosmosDbSettings instead

func (*CosmosDbSettings_ARM) DeepCopy

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

func (*CosmosDbSettings_ARM) DeepCopyInto

func (in *CosmosDbSettings_ARM) DeepCopyInto(out *CosmosDbSettings_ARM)

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

type CosmosDbSettings_STATUS

type CosmosDbSettings_STATUS struct {
	CollectionsThroughput *int `json:"collectionsThroughput,omitempty"`
}

Deprecated version of CosmosDbSettings_STATUS. Use v1api20210701.CosmosDbSettings_STATUS instead

func (*CosmosDbSettings_STATUS) AssignProperties_From_CosmosDbSettings_STATUS

func (settings *CosmosDbSettings_STATUS) AssignProperties_From_CosmosDbSettings_STATUS(source *v20210701s.CosmosDbSettings_STATUS) error

AssignProperties_From_CosmosDbSettings_STATUS populates our CosmosDbSettings_STATUS from the provided source CosmosDbSettings_STATUS

func (*CosmosDbSettings_STATUS) AssignProperties_To_CosmosDbSettings_STATUS

func (settings *CosmosDbSettings_STATUS) AssignProperties_To_CosmosDbSettings_STATUS(destination *v20210701s.CosmosDbSettings_STATUS) error

AssignProperties_To_CosmosDbSettings_STATUS populates the provided destination CosmosDbSettings_STATUS from our CosmosDbSettings_STATUS

func (*CosmosDbSettings_STATUS) DeepCopy

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

func (*CosmosDbSettings_STATUS) DeepCopyInto

func (in *CosmosDbSettings_STATUS) DeepCopyInto(out *CosmosDbSettings_STATUS)

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

func (*CosmosDbSettings_STATUS) NewEmptyARMValue

func (settings *CosmosDbSettings_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*CosmosDbSettings_STATUS) PopulateFromARM

func (settings *CosmosDbSettings_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type CosmosDbSettings_STATUS_ARM

type CosmosDbSettings_STATUS_ARM struct {
	CollectionsThroughput *int `json:"collectionsThroughput,omitempty"`
}

Deprecated version of CosmosDbSettings_STATUS. Use v1api20210701.CosmosDbSettings_STATUS instead

func (*CosmosDbSettings_STATUS_ARM) DeepCopy

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

func (*CosmosDbSettings_STATUS_ARM) DeepCopyInto

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

type DataFactory

type DataFactory struct {
	ComputeLocation *string `json:"computeLocation,omitempty"`

	// +kubebuilder:validation:Required
	ComputeType       *DataFactory_ComputeType      `json:"computeType,omitempty"`
	Description       *string                       `json:"description,omitempty"`
	DisableLocalAuth  *bool                         `json:"disableLocalAuth,omitempty"`
	ResourceReference *genruntime.ResourceReference `armReference:"ResourceId" json:"resourceReference,omitempty"`
}

Deprecated version of DataFactory. Use v1api20210701.DataFactory instead

func (*DataFactory) AssignProperties_From_DataFactory

func (factory *DataFactory) AssignProperties_From_DataFactory(source *v20210701s.DataFactory) error

AssignProperties_From_DataFactory populates our DataFactory from the provided source DataFactory

func (*DataFactory) AssignProperties_To_DataFactory

func (factory *DataFactory) AssignProperties_To_DataFactory(destination *v20210701s.DataFactory) error

AssignProperties_To_DataFactory populates the provided destination DataFactory from our DataFactory

func (*DataFactory) ConvertToARM

func (factory *DataFactory) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*DataFactory) DeepCopy

func (in *DataFactory) DeepCopy() *DataFactory

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

func (*DataFactory) DeepCopyInto

func (in *DataFactory) DeepCopyInto(out *DataFactory)

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

func (*DataFactory) NewEmptyARMValue

func (factory *DataFactory) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*DataFactory) PopulateFromARM

func (factory *DataFactory) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type DataFactory_ARM

type DataFactory_ARM struct {
	ComputeLocation  *string                 `json:"computeLocation,omitempty"`
	ComputeType      DataFactory_ComputeType `json:"computeType,omitempty"`
	Description      *string                 `json:"description,omitempty"`
	DisableLocalAuth *bool                   `json:"disableLocalAuth,omitempty"`
	ResourceId       *string                 `json:"resourceId,omitempty"`
}

Deprecated version of DataFactory. Use v1api20210701.DataFactory instead

func (*DataFactory_ARM) DeepCopy

func (in *DataFactory_ARM) DeepCopy() *DataFactory_ARM

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

func (*DataFactory_ARM) DeepCopyInto

func (in *DataFactory_ARM) DeepCopyInto(out *DataFactory_ARM)

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

type DataFactory_ComputeType

type DataFactory_ComputeType string

Deprecated version of DataFactory_ComputeType. Use v1api20210701.DataFactory_ComputeType instead +kubebuilder:validation:Enum={"DataFactory"}

type DataFactory_ComputeType_STATUS

type DataFactory_ComputeType_STATUS string

Deprecated version of DataFactory_ComputeType_STATUS. Use v1api20210701.DataFactory_ComputeType_STATUS instead

type DataFactory_ProvisioningState_STATUS

type DataFactory_ProvisioningState_STATUS string

Deprecated version of DataFactory_ProvisioningState_STATUS. Use v1api20210701.DataFactory_ProvisioningState_STATUS instead

type DataFactory_STATUS

type DataFactory_STATUS struct {
	ComputeLocation    *string                               `json:"computeLocation,omitempty"`
	ComputeType        *DataFactory_ComputeType_STATUS       `json:"computeType,omitempty"`
	CreatedOn          *string                               `json:"createdOn,omitempty"`
	Description        *string                               `json:"description,omitempty"`
	DisableLocalAuth   *bool                                 `json:"disableLocalAuth,omitempty"`
	IsAttachedCompute  *bool                                 `json:"isAttachedCompute,omitempty"`
	ModifiedOn         *string                               `json:"modifiedOn,omitempty"`
	ProvisioningErrors []ErrorResponse_STATUS                `json:"provisioningErrors,omitempty"`
	ProvisioningState  *DataFactory_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	ResourceId         *string                               `json:"resourceId,omitempty"`
}

Deprecated version of DataFactory_STATUS. Use v1api20210701.DataFactory_STATUS instead

func (*DataFactory_STATUS) AssignProperties_From_DataFactory_STATUS

func (factory *DataFactory_STATUS) AssignProperties_From_DataFactory_STATUS(source *v20210701s.DataFactory_STATUS) error

AssignProperties_From_DataFactory_STATUS populates our DataFactory_STATUS from the provided source DataFactory_STATUS

func (*DataFactory_STATUS) AssignProperties_To_DataFactory_STATUS

func (factory *DataFactory_STATUS) AssignProperties_To_DataFactory_STATUS(destination *v20210701s.DataFactory_STATUS) error

AssignProperties_To_DataFactory_STATUS populates the provided destination DataFactory_STATUS from our DataFactory_STATUS

func (*DataFactory_STATUS) DeepCopy

func (in *DataFactory_STATUS) DeepCopy() *DataFactory_STATUS

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

func (*DataFactory_STATUS) DeepCopyInto

func (in *DataFactory_STATUS) DeepCopyInto(out *DataFactory_STATUS)

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

func (*DataFactory_STATUS) NewEmptyARMValue

func (factory *DataFactory_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*DataFactory_STATUS) PopulateFromARM

func (factory *DataFactory_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type DataFactory_STATUS_ARM

type DataFactory_STATUS_ARM struct {
	ComputeLocation    *string                               `json:"computeLocation,omitempty"`
	ComputeType        DataFactory_ComputeType_STATUS        `json:"computeType,omitempty"`
	CreatedOn          *string                               `json:"createdOn,omitempty"`
	Description        *string                               `json:"description,omitempty"`
	DisableLocalAuth   *bool                                 `json:"disableLocalAuth,omitempty"`
	IsAttachedCompute  *bool                                 `json:"isAttachedCompute,omitempty"`
	ModifiedOn         *string                               `json:"modifiedOn,omitempty"`
	ProvisioningErrors []ErrorResponse_STATUS_ARM            `json:"provisioningErrors,omitempty"`
	ProvisioningState  *DataFactory_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	ResourceId         *string                               `json:"resourceId,omitempty"`
}

Deprecated version of DataFactory_STATUS. Use v1api20210701.DataFactory_STATUS instead

func (*DataFactory_STATUS_ARM) DeepCopy

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

func (*DataFactory_STATUS_ARM) DeepCopyInto

func (in *DataFactory_STATUS_ARM) DeepCopyInto(out *DataFactory_STATUS_ARM)

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

type DataLakeAnalytics

type DataLakeAnalytics struct {
	ComputeLocation *string `json:"computeLocation,omitempty"`

	// +kubebuilder:validation:Required
	ComputeType       *DataLakeAnalytics_ComputeType `json:"computeType,omitempty"`
	Description       *string                        `json:"description,omitempty"`
	DisableLocalAuth  *bool                          `json:"disableLocalAuth,omitempty"`
	Properties        *DataLakeAnalytics_Properties  `json:"properties,omitempty"`
	ResourceReference *genruntime.ResourceReference  `armReference:"ResourceId" json:"resourceReference,omitempty"`
}

Deprecated version of DataLakeAnalytics. Use v1api20210701.DataLakeAnalytics instead

func (*DataLakeAnalytics) AssignProperties_From_DataLakeAnalytics

func (analytics *DataLakeAnalytics) AssignProperties_From_DataLakeAnalytics(source *v20210701s.DataLakeAnalytics) error

AssignProperties_From_DataLakeAnalytics populates our DataLakeAnalytics from the provided source DataLakeAnalytics

func (*DataLakeAnalytics) AssignProperties_To_DataLakeAnalytics

func (analytics *DataLakeAnalytics) AssignProperties_To_DataLakeAnalytics(destination *v20210701s.DataLakeAnalytics) error

AssignProperties_To_DataLakeAnalytics populates the provided destination DataLakeAnalytics from our DataLakeAnalytics

func (*DataLakeAnalytics) ConvertToARM

func (analytics *DataLakeAnalytics) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*DataLakeAnalytics) DeepCopy

func (in *DataLakeAnalytics) DeepCopy() *DataLakeAnalytics

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

func (*DataLakeAnalytics) DeepCopyInto

func (in *DataLakeAnalytics) DeepCopyInto(out *DataLakeAnalytics)

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

func (*DataLakeAnalytics) NewEmptyARMValue

func (analytics *DataLakeAnalytics) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*DataLakeAnalytics) PopulateFromARM

func (analytics *DataLakeAnalytics) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type DataLakeAnalytics_ARM

type DataLakeAnalytics_ARM struct {
	ComputeLocation  *string                           `json:"computeLocation,omitempty"`
	ComputeType      DataLakeAnalytics_ComputeType     `json:"computeType,omitempty"`
	Description      *string                           `json:"description,omitempty"`
	DisableLocalAuth *bool                             `json:"disableLocalAuth,omitempty"`
	Properties       *DataLakeAnalytics_Properties_ARM `json:"properties,omitempty"`
	ResourceId       *string                           `json:"resourceId,omitempty"`
}

Deprecated version of DataLakeAnalytics. Use v1api20210701.DataLakeAnalytics instead

func (*DataLakeAnalytics_ARM) DeepCopy

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

func (*DataLakeAnalytics_ARM) DeepCopyInto

func (in *DataLakeAnalytics_ARM) DeepCopyInto(out *DataLakeAnalytics_ARM)

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

type DataLakeAnalytics_ComputeType

type DataLakeAnalytics_ComputeType string

Deprecated version of DataLakeAnalytics_ComputeType. Use v1api20210701.DataLakeAnalytics_ComputeType instead +kubebuilder:validation:Enum={"DataLakeAnalytics"}

type DataLakeAnalytics_ComputeType_STATUS

type DataLakeAnalytics_ComputeType_STATUS string

Deprecated version of DataLakeAnalytics_ComputeType_STATUS. Use v1api20210701.DataLakeAnalytics_ComputeType_STATUS instead

type DataLakeAnalytics_Properties

type DataLakeAnalytics_Properties struct {
	DataLakeStoreAccountName *string `json:"dataLakeStoreAccountName,omitempty"`
}

Deprecated version of DataLakeAnalytics_Properties. Use v1api20210701.DataLakeAnalytics_Properties instead

func (*DataLakeAnalytics_Properties) AssignProperties_From_DataLakeAnalytics_Properties

func (properties *DataLakeAnalytics_Properties) AssignProperties_From_DataLakeAnalytics_Properties(source *v20210701s.DataLakeAnalytics_Properties) error

AssignProperties_From_DataLakeAnalytics_Properties populates our DataLakeAnalytics_Properties from the provided source DataLakeAnalytics_Properties

func (*DataLakeAnalytics_Properties) AssignProperties_To_DataLakeAnalytics_Properties

func (properties *DataLakeAnalytics_Properties) AssignProperties_To_DataLakeAnalytics_Properties(destination *v20210701s.DataLakeAnalytics_Properties) error

AssignProperties_To_DataLakeAnalytics_Properties populates the provided destination DataLakeAnalytics_Properties from our DataLakeAnalytics_Properties

func (*DataLakeAnalytics_Properties) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*DataLakeAnalytics_Properties) DeepCopy

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

func (*DataLakeAnalytics_Properties) DeepCopyInto

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

func (*DataLakeAnalytics_Properties) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*DataLakeAnalytics_Properties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type DataLakeAnalytics_Properties_ARM

type DataLakeAnalytics_Properties_ARM struct {
	DataLakeStoreAccountName *string `json:"dataLakeStoreAccountName,omitempty"`
}

Deprecated version of DataLakeAnalytics_Properties. Use v1api20210701.DataLakeAnalytics_Properties instead

func (*DataLakeAnalytics_Properties_ARM) DeepCopy

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

func (*DataLakeAnalytics_Properties_ARM) DeepCopyInto

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

type DataLakeAnalytics_Properties_STATUS

type DataLakeAnalytics_Properties_STATUS struct {
	DataLakeStoreAccountName *string `json:"dataLakeStoreAccountName,omitempty"`
}

Deprecated version of DataLakeAnalytics_Properties_STATUS. Use v1api20210701.DataLakeAnalytics_Properties_STATUS instead

func (*DataLakeAnalytics_Properties_STATUS) AssignProperties_From_DataLakeAnalytics_Properties_STATUS

func (properties *DataLakeAnalytics_Properties_STATUS) AssignProperties_From_DataLakeAnalytics_Properties_STATUS(source *v20210701s.DataLakeAnalytics_Properties_STATUS) error

AssignProperties_From_DataLakeAnalytics_Properties_STATUS populates our DataLakeAnalytics_Properties_STATUS from the provided source DataLakeAnalytics_Properties_STATUS

func (*DataLakeAnalytics_Properties_STATUS) AssignProperties_To_DataLakeAnalytics_Properties_STATUS

func (properties *DataLakeAnalytics_Properties_STATUS) AssignProperties_To_DataLakeAnalytics_Properties_STATUS(destination *v20210701s.DataLakeAnalytics_Properties_STATUS) error

AssignProperties_To_DataLakeAnalytics_Properties_STATUS populates the provided destination DataLakeAnalytics_Properties_STATUS from our DataLakeAnalytics_Properties_STATUS

func (*DataLakeAnalytics_Properties_STATUS) DeepCopy

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

func (*DataLakeAnalytics_Properties_STATUS) DeepCopyInto

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

func (*DataLakeAnalytics_Properties_STATUS) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*DataLakeAnalytics_Properties_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type DataLakeAnalytics_Properties_STATUS_ARM

type DataLakeAnalytics_Properties_STATUS_ARM struct {
	DataLakeStoreAccountName *string `json:"dataLakeStoreAccountName,omitempty"`
}

Deprecated version of DataLakeAnalytics_Properties_STATUS. Use v1api20210701.DataLakeAnalytics_Properties_STATUS instead

func (*DataLakeAnalytics_Properties_STATUS_ARM) DeepCopy

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

func (*DataLakeAnalytics_Properties_STATUS_ARM) DeepCopyInto

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

type DataLakeAnalytics_ProvisioningState_STATUS

type DataLakeAnalytics_ProvisioningState_STATUS string

Deprecated version of DataLakeAnalytics_ProvisioningState_STATUS. Use v1api20210701.DataLakeAnalytics_ProvisioningState_STATUS instead

type DataLakeAnalytics_STATUS

type DataLakeAnalytics_STATUS struct {
	ComputeLocation    *string                                     `json:"computeLocation,omitempty"`
	ComputeType        *DataLakeAnalytics_ComputeType_STATUS       `json:"computeType,omitempty"`
	CreatedOn          *string                                     `json:"createdOn,omitempty"`
	Description        *string                                     `json:"description,omitempty"`
	DisableLocalAuth   *bool                                       `json:"disableLocalAuth,omitempty"`
	IsAttachedCompute  *bool                                       `json:"isAttachedCompute,omitempty"`
	ModifiedOn         *string                                     `json:"modifiedOn,omitempty"`
	Properties         *DataLakeAnalytics_Properties_STATUS        `json:"properties,omitempty"`
	ProvisioningErrors []ErrorResponse_STATUS                      `json:"provisioningErrors,omitempty"`
	ProvisioningState  *DataLakeAnalytics_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	ResourceId         *string                                     `json:"resourceId,omitempty"`
}

Deprecated version of DataLakeAnalytics_STATUS. Use v1api20210701.DataLakeAnalytics_STATUS instead

func (*DataLakeAnalytics_STATUS) AssignProperties_From_DataLakeAnalytics_STATUS

func (analytics *DataLakeAnalytics_STATUS) AssignProperties_From_DataLakeAnalytics_STATUS(source *v20210701s.DataLakeAnalytics_STATUS) error

AssignProperties_From_DataLakeAnalytics_STATUS populates our DataLakeAnalytics_STATUS from the provided source DataLakeAnalytics_STATUS

func (*DataLakeAnalytics_STATUS) AssignProperties_To_DataLakeAnalytics_STATUS

func (analytics *DataLakeAnalytics_STATUS) AssignProperties_To_DataLakeAnalytics_STATUS(destination *v20210701s.DataLakeAnalytics_STATUS) error

AssignProperties_To_DataLakeAnalytics_STATUS populates the provided destination DataLakeAnalytics_STATUS from our DataLakeAnalytics_STATUS

func (*DataLakeAnalytics_STATUS) DeepCopy

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

func (*DataLakeAnalytics_STATUS) DeepCopyInto

func (in *DataLakeAnalytics_STATUS) DeepCopyInto(out *DataLakeAnalytics_STATUS)

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

func (*DataLakeAnalytics_STATUS) NewEmptyARMValue

func (analytics *DataLakeAnalytics_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*DataLakeAnalytics_STATUS) PopulateFromARM

func (analytics *DataLakeAnalytics_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type DataLakeAnalytics_STATUS_ARM

type DataLakeAnalytics_STATUS_ARM struct {
	ComputeLocation    *string                                     `json:"computeLocation,omitempty"`
	ComputeType        DataLakeAnalytics_ComputeType_STATUS        `json:"computeType,omitempty"`
	CreatedOn          *string                                     `json:"createdOn,omitempty"`
	Description        *string                                     `json:"description,omitempty"`
	DisableLocalAuth   *bool                                       `json:"disableLocalAuth,omitempty"`
	IsAttachedCompute  *bool                                       `json:"isAttachedCompute,omitempty"`
	ModifiedOn         *string                                     `json:"modifiedOn,omitempty"`
	Properties         *DataLakeAnalytics_Properties_STATUS_ARM    `json:"properties,omitempty"`
	ProvisioningErrors []ErrorResponse_STATUS_ARM                  `json:"provisioningErrors,omitempty"`
	ProvisioningState  *DataLakeAnalytics_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	ResourceId         *string                                     `json:"resourceId,omitempty"`
}

Deprecated version of DataLakeAnalytics_STATUS. Use v1api20210701.DataLakeAnalytics_STATUS instead

func (*DataLakeAnalytics_STATUS_ARM) DeepCopy

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

func (*DataLakeAnalytics_STATUS_ARM) DeepCopyInto

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

type Databricks

type Databricks struct {
	ComputeLocation *string `json:"computeLocation,omitempty"`

	// +kubebuilder:validation:Required
	ComputeType       *Databricks_ComputeType       `json:"computeType,omitempty"`
	Description       *string                       `json:"description,omitempty"`
	DisableLocalAuth  *bool                         `json:"disableLocalAuth,omitempty"`
	Properties        *DatabricksProperties         `json:"properties,omitempty"`
	ResourceReference *genruntime.ResourceReference `armReference:"ResourceId" json:"resourceReference,omitempty"`
}

Deprecated version of Databricks. Use v1api20210701.Databricks instead

func (*Databricks) AssignProperties_From_Databricks

func (databricks *Databricks) AssignProperties_From_Databricks(source *v20210701s.Databricks) error

AssignProperties_From_Databricks populates our Databricks from the provided source Databricks

func (*Databricks) AssignProperties_To_Databricks

func (databricks *Databricks) AssignProperties_To_Databricks(destination *v20210701s.Databricks) error

AssignProperties_To_Databricks populates the provided destination Databricks from our Databricks

func (*Databricks) ConvertToARM

func (databricks *Databricks) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Databricks) DeepCopy

func (in *Databricks) DeepCopy() *Databricks

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

func (*Databricks) DeepCopyInto

func (in *Databricks) DeepCopyInto(out *Databricks)

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

func (*Databricks) NewEmptyARMValue

func (databricks *Databricks) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Databricks) PopulateFromARM

func (databricks *Databricks) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type DatabricksProperties

type DatabricksProperties struct {
	DatabricksAccessToken *string `json:"databricksAccessToken,omitempty"`
	WorkspaceUrl          *string `json:"workspaceUrl,omitempty"`
}

Deprecated version of DatabricksProperties. Use v1api20210701.DatabricksProperties instead

func (*DatabricksProperties) AssignProperties_From_DatabricksProperties

func (properties *DatabricksProperties) AssignProperties_From_DatabricksProperties(source *v20210701s.DatabricksProperties) error

AssignProperties_From_DatabricksProperties populates our DatabricksProperties from the provided source DatabricksProperties

func (*DatabricksProperties) AssignProperties_To_DatabricksProperties

func (properties *DatabricksProperties) AssignProperties_To_DatabricksProperties(destination *v20210701s.DatabricksProperties) error

AssignProperties_To_DatabricksProperties populates the provided destination DatabricksProperties from our DatabricksProperties

func (*DatabricksProperties) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*DatabricksProperties) DeepCopy

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

func (*DatabricksProperties) DeepCopyInto

func (in *DatabricksProperties) DeepCopyInto(out *DatabricksProperties)

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

func (*DatabricksProperties) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*DatabricksProperties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type DatabricksProperties_ARM

type DatabricksProperties_ARM struct {
	DatabricksAccessToken *string `json:"databricksAccessToken,omitempty"`
	WorkspaceUrl          *string `json:"workspaceUrl,omitempty"`
}

Deprecated version of DatabricksProperties. Use v1api20210701.DatabricksProperties instead

func (*DatabricksProperties_ARM) DeepCopy

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

func (*DatabricksProperties_ARM) DeepCopyInto

func (in *DatabricksProperties_ARM) DeepCopyInto(out *DatabricksProperties_ARM)

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

type DatabricksProperties_STATUS

type DatabricksProperties_STATUS struct {
	DatabricksAccessToken *string `json:"databricksAccessToken,omitempty"`
	WorkspaceUrl          *string `json:"workspaceUrl,omitempty"`
}

Deprecated version of DatabricksProperties_STATUS. Use v1api20210701.DatabricksProperties_STATUS instead

func (*DatabricksProperties_STATUS) AssignProperties_From_DatabricksProperties_STATUS

func (properties *DatabricksProperties_STATUS) AssignProperties_From_DatabricksProperties_STATUS(source *v20210701s.DatabricksProperties_STATUS) error

AssignProperties_From_DatabricksProperties_STATUS populates our DatabricksProperties_STATUS from the provided source DatabricksProperties_STATUS

func (*DatabricksProperties_STATUS) AssignProperties_To_DatabricksProperties_STATUS

func (properties *DatabricksProperties_STATUS) AssignProperties_To_DatabricksProperties_STATUS(destination *v20210701s.DatabricksProperties_STATUS) error

AssignProperties_To_DatabricksProperties_STATUS populates the provided destination DatabricksProperties_STATUS from our DatabricksProperties_STATUS

func (*DatabricksProperties_STATUS) DeepCopy

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

func (*DatabricksProperties_STATUS) DeepCopyInto

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

func (*DatabricksProperties_STATUS) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*DatabricksProperties_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type DatabricksProperties_STATUS_ARM

type DatabricksProperties_STATUS_ARM struct {
	DatabricksAccessToken *string `json:"databricksAccessToken,omitempty"`
	WorkspaceUrl          *string `json:"workspaceUrl,omitempty"`
}

Deprecated version of DatabricksProperties_STATUS. Use v1api20210701.DatabricksProperties_STATUS instead

func (*DatabricksProperties_STATUS_ARM) DeepCopy

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

func (*DatabricksProperties_STATUS_ARM) DeepCopyInto

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

type Databricks_ARM

type Databricks_ARM struct {
	ComputeLocation  *string                   `json:"computeLocation,omitempty"`
	ComputeType      Databricks_ComputeType    `json:"computeType,omitempty"`
	Description      *string                   `json:"description,omitempty"`
	DisableLocalAuth *bool                     `json:"disableLocalAuth,omitempty"`
	Properties       *DatabricksProperties_ARM `json:"properties,omitempty"`
	ResourceId       *string                   `json:"resourceId,omitempty"`
}

Deprecated version of Databricks. Use v1api20210701.Databricks instead

func (*Databricks_ARM) DeepCopy

func (in *Databricks_ARM) DeepCopy() *Databricks_ARM

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

func (*Databricks_ARM) DeepCopyInto

func (in *Databricks_ARM) DeepCopyInto(out *Databricks_ARM)

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

type Databricks_ComputeType

type Databricks_ComputeType string

Deprecated version of Databricks_ComputeType. Use v1api20210701.Databricks_ComputeType instead +kubebuilder:validation:Enum={"Databricks"}

type Databricks_ComputeType_STATUS

type Databricks_ComputeType_STATUS string

Deprecated version of Databricks_ComputeType_STATUS. Use v1api20210701.Databricks_ComputeType_STATUS instead

type Databricks_ProvisioningState_STATUS

type Databricks_ProvisioningState_STATUS string

Deprecated version of Databricks_ProvisioningState_STATUS. Use v1api20210701.Databricks_ProvisioningState_STATUS instead

type Databricks_STATUS

type Databricks_STATUS struct {
	ComputeLocation    *string                              `json:"computeLocation,omitempty"`
	ComputeType        *Databricks_ComputeType_STATUS       `json:"computeType,omitempty"`
	CreatedOn          *string                              `json:"createdOn,omitempty"`
	Description        *string                              `json:"description,omitempty"`
	DisableLocalAuth   *bool                                `json:"disableLocalAuth,omitempty"`
	IsAttachedCompute  *bool                                `json:"isAttachedCompute,omitempty"`
	ModifiedOn         *string                              `json:"modifiedOn,omitempty"`
	Properties         *DatabricksProperties_STATUS         `json:"properties,omitempty"`
	ProvisioningErrors []ErrorResponse_STATUS               `json:"provisioningErrors,omitempty"`
	ProvisioningState  *Databricks_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	ResourceId         *string                              `json:"resourceId,omitempty"`
}

Deprecated version of Databricks_STATUS. Use v1api20210701.Databricks_STATUS instead

func (*Databricks_STATUS) AssignProperties_From_Databricks_STATUS

func (databricks *Databricks_STATUS) AssignProperties_From_Databricks_STATUS(source *v20210701s.Databricks_STATUS) error

AssignProperties_From_Databricks_STATUS populates our Databricks_STATUS from the provided source Databricks_STATUS

func (*Databricks_STATUS) AssignProperties_To_Databricks_STATUS

func (databricks *Databricks_STATUS) AssignProperties_To_Databricks_STATUS(destination *v20210701s.Databricks_STATUS) error

AssignProperties_To_Databricks_STATUS populates the provided destination Databricks_STATUS from our Databricks_STATUS

func (*Databricks_STATUS) DeepCopy

func (in *Databricks_STATUS) DeepCopy() *Databricks_STATUS

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

func (*Databricks_STATUS) DeepCopyInto

func (in *Databricks_STATUS) DeepCopyInto(out *Databricks_STATUS)

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

func (*Databricks_STATUS) NewEmptyARMValue

func (databricks *Databricks_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Databricks_STATUS) PopulateFromARM

func (databricks *Databricks_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Databricks_STATUS_ARM

type Databricks_STATUS_ARM struct {
	ComputeLocation    *string                              `json:"computeLocation,omitempty"`
	ComputeType        Databricks_ComputeType_STATUS        `json:"computeType,omitempty"`
	CreatedOn          *string                              `json:"createdOn,omitempty"`
	Description        *string                              `json:"description,omitempty"`
	DisableLocalAuth   *bool                                `json:"disableLocalAuth,omitempty"`
	IsAttachedCompute  *bool                                `json:"isAttachedCompute,omitempty"`
	ModifiedOn         *string                              `json:"modifiedOn,omitempty"`
	Properties         *DatabricksProperties_STATUS_ARM     `json:"properties,omitempty"`
	ProvisioningErrors []ErrorResponse_STATUS_ARM           `json:"provisioningErrors,omitempty"`
	ProvisioningState  *Databricks_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	ResourceId         *string                              `json:"resourceId,omitempty"`
}

Deprecated version of Databricks_STATUS. Use v1api20210701.Databricks_STATUS instead

func (*Databricks_STATUS_ARM) DeepCopy

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

func (*Databricks_STATUS_ARM) DeepCopyInto

func (in *Databricks_STATUS_ARM) DeepCopyInto(out *Databricks_STATUS_ARM)

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

type EncryptionProperty

type EncryptionProperty struct {
	Identity *IdentityForCmk `json:"identity,omitempty"`

	// +kubebuilder:validation:Required
	KeyVaultProperties *KeyVaultProperties `json:"keyVaultProperties,omitempty"`

	// +kubebuilder:validation:Required
	Status *EncryptionProperty_Status `json:"status,omitempty"`
}

Deprecated version of EncryptionProperty. Use v1api20210701.EncryptionProperty instead

func (*EncryptionProperty) AssignProperties_From_EncryptionProperty

func (property *EncryptionProperty) AssignProperties_From_EncryptionProperty(source *v20210701s.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 *v20210701s.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 {
	Identity           *IdentityForCmk_ARM        `json:"identity,omitempty"`
	KeyVaultProperties *KeyVaultProperties_ARM    `json:"keyVaultProperties,omitempty"`
	Status             *EncryptionProperty_Status `json:"status,omitempty"`
}

Deprecated version of EncryptionProperty. Use v1api20210701.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 {
	Identity           *IdentityForCmk_STATUS            `json:"identity,omitempty"`
	KeyVaultProperties *KeyVaultProperties_STATUS        `json:"keyVaultProperties,omitempty"`
	Status             *EncryptionProperty_Status_STATUS `json:"status,omitempty"`
}

Deprecated version of EncryptionProperty_STATUS. Use v1api20210701.EncryptionProperty_STATUS instead

func (*EncryptionProperty_STATUS) AssignProperties_From_EncryptionProperty_STATUS

func (property *EncryptionProperty_STATUS) AssignProperties_From_EncryptionProperty_STATUS(source *v20210701s.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 *v20210701s.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 {
	Identity           *IdentityForCmk_STATUS_ARM        `json:"identity,omitempty"`
	KeyVaultProperties *KeyVaultProperties_STATUS_ARM    `json:"keyVaultProperties,omitempty"`
	Status             *EncryptionProperty_Status_STATUS `json:"status,omitempty"`
}

Deprecated version of EncryptionProperty_STATUS. Use v1api20210701.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 v1api20210701.EncryptionProperty_Status instead +kubebuilder:validation:Enum={"Disabled","Enabled"}

type EncryptionProperty_Status_STATUS

type EncryptionProperty_Status_STATUS string

Deprecated version of EncryptionProperty_Status_STATUS. Use v1api20210701.EncryptionProperty_Status_STATUS instead

type ErrorAdditionalInfo_STATUS

type ErrorAdditionalInfo_STATUS struct {
	Info map[string]v1.JSON `json:"info,omitempty"`
	Type *string            `json:"type,omitempty"`
}

Deprecated version of ErrorAdditionalInfo_STATUS. Use v1api20210701.ErrorAdditionalInfo_STATUS instead

func (*ErrorAdditionalInfo_STATUS) AssignProperties_From_ErrorAdditionalInfo_STATUS

func (info *ErrorAdditionalInfo_STATUS) AssignProperties_From_ErrorAdditionalInfo_STATUS(source *v20210701s.ErrorAdditionalInfo_STATUS) error

AssignProperties_From_ErrorAdditionalInfo_STATUS populates our ErrorAdditionalInfo_STATUS from the provided source ErrorAdditionalInfo_STATUS

func (*ErrorAdditionalInfo_STATUS) AssignProperties_To_ErrorAdditionalInfo_STATUS

func (info *ErrorAdditionalInfo_STATUS) AssignProperties_To_ErrorAdditionalInfo_STATUS(destination *v20210701s.ErrorAdditionalInfo_STATUS) error

AssignProperties_To_ErrorAdditionalInfo_STATUS populates the provided destination ErrorAdditionalInfo_STATUS from our ErrorAdditionalInfo_STATUS

func (*ErrorAdditionalInfo_STATUS) DeepCopy

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

func (*ErrorAdditionalInfo_STATUS) DeepCopyInto

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

func (*ErrorAdditionalInfo_STATUS) NewEmptyARMValue

func (info *ErrorAdditionalInfo_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ErrorAdditionalInfo_STATUS) PopulateFromARM

func (info *ErrorAdditionalInfo_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ErrorAdditionalInfo_STATUS_ARM

type ErrorAdditionalInfo_STATUS_ARM struct {
	Info map[string]v1.JSON `json:"info,omitempty"`
	Type *string            `json:"type,omitempty"`
}

Deprecated version of ErrorAdditionalInfo_STATUS. Use v1api20210701.ErrorAdditionalInfo_STATUS instead

func (*ErrorAdditionalInfo_STATUS_ARM) DeepCopy

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

func (*ErrorAdditionalInfo_STATUS_ARM) DeepCopyInto

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

type ErrorDetail_STATUS

type ErrorDetail_STATUS struct {
	AdditionalInfo []ErrorAdditionalInfo_STATUS  `json:"additionalInfo,omitempty"`
	Code           *string                       `json:"code,omitempty"`
	Details        []ErrorDetail_STATUS_Unrolled `json:"details,omitempty"`
	Message        *string                       `json:"message,omitempty"`
	Target         *string                       `json:"target,omitempty"`
}

Deprecated version of ErrorDetail_STATUS. Use v1api20210701.ErrorDetail_STATUS instead

func (*ErrorDetail_STATUS) AssignProperties_From_ErrorDetail_STATUS

func (detail *ErrorDetail_STATUS) AssignProperties_From_ErrorDetail_STATUS(source *v20210701s.ErrorDetail_STATUS) error

AssignProperties_From_ErrorDetail_STATUS populates our ErrorDetail_STATUS from the provided source ErrorDetail_STATUS

func (*ErrorDetail_STATUS) AssignProperties_To_ErrorDetail_STATUS

func (detail *ErrorDetail_STATUS) AssignProperties_To_ErrorDetail_STATUS(destination *v20210701s.ErrorDetail_STATUS) error

AssignProperties_To_ErrorDetail_STATUS populates the provided destination ErrorDetail_STATUS from our ErrorDetail_STATUS

func (*ErrorDetail_STATUS) DeepCopy

func (in *ErrorDetail_STATUS) DeepCopy() *ErrorDetail_STATUS

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

func (*ErrorDetail_STATUS) DeepCopyInto

func (in *ErrorDetail_STATUS) DeepCopyInto(out *ErrorDetail_STATUS)

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

func (*ErrorDetail_STATUS) NewEmptyARMValue

func (detail *ErrorDetail_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ErrorDetail_STATUS) PopulateFromARM

func (detail *ErrorDetail_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ErrorDetail_STATUS_ARM

type ErrorDetail_STATUS_ARM struct {
	AdditionalInfo []ErrorAdditionalInfo_STATUS_ARM  `json:"additionalInfo,omitempty"`
	Code           *string                           `json:"code,omitempty"`
	Details        []ErrorDetail_STATUS_Unrolled_ARM `json:"details,omitempty"`
	Message        *string                           `json:"message,omitempty"`
	Target         *string                           `json:"target,omitempty"`
}

Deprecated version of ErrorDetail_STATUS. Use v1api20210701.ErrorDetail_STATUS instead

func (*ErrorDetail_STATUS_ARM) DeepCopy

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

func (*ErrorDetail_STATUS_ARM) DeepCopyInto

func (in *ErrorDetail_STATUS_ARM) DeepCopyInto(out *ErrorDetail_STATUS_ARM)

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

type ErrorDetail_STATUS_Unrolled

type ErrorDetail_STATUS_Unrolled struct {
	AdditionalInfo []ErrorAdditionalInfo_STATUS `json:"additionalInfo,omitempty"`
	Code           *string                      `json:"code,omitempty"`
	Message        *string                      `json:"message,omitempty"`
	Target         *string                      `json:"target,omitempty"`
}

Deprecated version of ErrorDetail_STATUS_Unrolled. Use v1api20210701.ErrorDetail_STATUS_Unrolled instead

func (*ErrorDetail_STATUS_Unrolled) AssignProperties_From_ErrorDetail_STATUS_Unrolled

func (unrolled *ErrorDetail_STATUS_Unrolled) AssignProperties_From_ErrorDetail_STATUS_Unrolled(source *v20210701s.ErrorDetail_STATUS_Unrolled) error

AssignProperties_From_ErrorDetail_STATUS_Unrolled populates our ErrorDetail_STATUS_Unrolled from the provided source ErrorDetail_STATUS_Unrolled

func (*ErrorDetail_STATUS_Unrolled) AssignProperties_To_ErrorDetail_STATUS_Unrolled

func (unrolled *ErrorDetail_STATUS_Unrolled) AssignProperties_To_ErrorDetail_STATUS_Unrolled(destination *v20210701s.ErrorDetail_STATUS_Unrolled) error

AssignProperties_To_ErrorDetail_STATUS_Unrolled populates the provided destination ErrorDetail_STATUS_Unrolled from our ErrorDetail_STATUS_Unrolled

func (*ErrorDetail_STATUS_Unrolled) DeepCopy

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

func (*ErrorDetail_STATUS_Unrolled) DeepCopyInto

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

func (*ErrorDetail_STATUS_Unrolled) NewEmptyARMValue

func (unrolled *ErrorDetail_STATUS_Unrolled) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ErrorDetail_STATUS_Unrolled) PopulateFromARM

func (unrolled *ErrorDetail_STATUS_Unrolled) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ErrorDetail_STATUS_Unrolled_ARM

type ErrorDetail_STATUS_Unrolled_ARM struct {
	AdditionalInfo []ErrorAdditionalInfo_STATUS_ARM `json:"additionalInfo,omitempty"`
	Code           *string                          `json:"code,omitempty"`
	Message        *string                          `json:"message,omitempty"`
	Target         *string                          `json:"target,omitempty"`
}

Deprecated version of ErrorDetail_STATUS_Unrolled. Use v1api20210701.ErrorDetail_STATUS_Unrolled instead

func (*ErrorDetail_STATUS_Unrolled_ARM) DeepCopy

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

func (*ErrorDetail_STATUS_Unrolled_ARM) DeepCopyInto

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

type ErrorResponse_STATUS

type ErrorResponse_STATUS struct {
	Error *ErrorDetail_STATUS `json:"error,omitempty"`
}

Deprecated version of ErrorResponse_STATUS. Use v1api20210701.ErrorResponse_STATUS instead

func (*ErrorResponse_STATUS) AssignProperties_From_ErrorResponse_STATUS

func (response *ErrorResponse_STATUS) AssignProperties_From_ErrorResponse_STATUS(source *v20210701s.ErrorResponse_STATUS) error

AssignProperties_From_ErrorResponse_STATUS populates our ErrorResponse_STATUS from the provided source ErrorResponse_STATUS

func (*ErrorResponse_STATUS) AssignProperties_To_ErrorResponse_STATUS

func (response *ErrorResponse_STATUS) AssignProperties_To_ErrorResponse_STATUS(destination *v20210701s.ErrorResponse_STATUS) error

AssignProperties_To_ErrorResponse_STATUS populates the provided destination ErrorResponse_STATUS from our ErrorResponse_STATUS

func (*ErrorResponse_STATUS) DeepCopy

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

func (*ErrorResponse_STATUS) DeepCopyInto

func (in *ErrorResponse_STATUS) DeepCopyInto(out *ErrorResponse_STATUS)

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

func (*ErrorResponse_STATUS) NewEmptyARMValue

func (response *ErrorResponse_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ErrorResponse_STATUS) PopulateFromARM

func (response *ErrorResponse_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ErrorResponse_STATUS_ARM

type ErrorResponse_STATUS_ARM struct {
	Error *ErrorDetail_STATUS_ARM `json:"error,omitempty"`
}

Deprecated version of ErrorResponse_STATUS. Use v1api20210701.ErrorResponse_STATUS instead

func (*ErrorResponse_STATUS_ARM) DeepCopy

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

func (*ErrorResponse_STATUS_ARM) DeepCopyInto

func (in *ErrorResponse_STATUS_ARM) DeepCopyInto(out *ErrorResponse_STATUS_ARM)

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

type HDInsight

type HDInsight struct {
	ComputeLocation *string `json:"computeLocation,omitempty"`

	// +kubebuilder:validation:Required
	ComputeType       *HDInsight_ComputeType        `json:"computeType,omitempty"`
	Description       *string                       `json:"description,omitempty"`
	DisableLocalAuth  *bool                         `json:"disableLocalAuth,omitempty"`
	Properties        *HDInsightProperties          `json:"properties,omitempty"`
	ResourceReference *genruntime.ResourceReference `armReference:"ResourceId" json:"resourceReference,omitempty"`
}

Deprecated version of HDInsight. Use v1api20210701.HDInsight instead

func (*HDInsight) AssignProperties_From_HDInsight

func (insight *HDInsight) AssignProperties_From_HDInsight(source *v20210701s.HDInsight) error

AssignProperties_From_HDInsight populates our HDInsight from the provided source HDInsight

func (*HDInsight) AssignProperties_To_HDInsight

func (insight *HDInsight) AssignProperties_To_HDInsight(destination *v20210701s.HDInsight) error

AssignProperties_To_HDInsight populates the provided destination HDInsight from our HDInsight

func (*HDInsight) ConvertToARM

func (insight *HDInsight) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*HDInsight) DeepCopy

func (in *HDInsight) DeepCopy() *HDInsight

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

func (*HDInsight) DeepCopyInto

func (in *HDInsight) DeepCopyInto(out *HDInsight)

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

func (*HDInsight) NewEmptyARMValue

func (insight *HDInsight) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*HDInsight) PopulateFromARM

func (insight *HDInsight) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type HDInsightProperties

type HDInsightProperties struct {
	Address              *string                       `json:"address,omitempty"`
	AdministratorAccount *VirtualMachineSshCredentials `json:"administratorAccount,omitempty"`
	SshPort              *int                          `json:"sshPort,omitempty"`
}

Deprecated version of HDInsightProperties. Use v1api20210701.HDInsightProperties instead

func (*HDInsightProperties) AssignProperties_From_HDInsightProperties

func (properties *HDInsightProperties) AssignProperties_From_HDInsightProperties(source *v20210701s.HDInsightProperties) error

AssignProperties_From_HDInsightProperties populates our HDInsightProperties from the provided source HDInsightProperties

func (*HDInsightProperties) AssignProperties_To_HDInsightProperties

func (properties *HDInsightProperties) AssignProperties_To_HDInsightProperties(destination *v20210701s.HDInsightProperties) error

AssignProperties_To_HDInsightProperties populates the provided destination HDInsightProperties from our HDInsightProperties

func (*HDInsightProperties) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*HDInsightProperties) DeepCopy

func (in *HDInsightProperties) DeepCopy() *HDInsightProperties

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

func (*HDInsightProperties) DeepCopyInto

func (in *HDInsightProperties) DeepCopyInto(out *HDInsightProperties)

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

func (*HDInsightProperties) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*HDInsightProperties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type HDInsightProperties_ARM

type HDInsightProperties_ARM struct {
	Address              *string                           `json:"address,omitempty"`
	AdministratorAccount *VirtualMachineSshCredentials_ARM `json:"administratorAccount,omitempty"`
	SshPort              *int                              `json:"sshPort,omitempty"`
}

Deprecated version of HDInsightProperties. Use v1api20210701.HDInsightProperties instead

func (*HDInsightProperties_ARM) DeepCopy

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

func (*HDInsightProperties_ARM) DeepCopyInto

func (in *HDInsightProperties_ARM) DeepCopyInto(out *HDInsightProperties_ARM)

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

type HDInsightProperties_STATUS

type HDInsightProperties_STATUS struct {
	Address              *string                              `json:"address,omitempty"`
	AdministratorAccount *VirtualMachineSshCredentials_STATUS `json:"administratorAccount,omitempty"`
	SshPort              *int                                 `json:"sshPort,omitempty"`
}

Deprecated version of HDInsightProperties_STATUS. Use v1api20210701.HDInsightProperties_STATUS instead

func (*HDInsightProperties_STATUS) AssignProperties_From_HDInsightProperties_STATUS

func (properties *HDInsightProperties_STATUS) AssignProperties_From_HDInsightProperties_STATUS(source *v20210701s.HDInsightProperties_STATUS) error

AssignProperties_From_HDInsightProperties_STATUS populates our HDInsightProperties_STATUS from the provided source HDInsightProperties_STATUS

func (*HDInsightProperties_STATUS) AssignProperties_To_HDInsightProperties_STATUS

func (properties *HDInsightProperties_STATUS) AssignProperties_To_HDInsightProperties_STATUS(destination *v20210701s.HDInsightProperties_STATUS) error

AssignProperties_To_HDInsightProperties_STATUS populates the provided destination HDInsightProperties_STATUS from our HDInsightProperties_STATUS

func (*HDInsightProperties_STATUS) DeepCopy

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

func (*HDInsightProperties_STATUS) DeepCopyInto

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

func (*HDInsightProperties_STATUS) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*HDInsightProperties_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type HDInsightProperties_STATUS_ARM

type HDInsightProperties_STATUS_ARM struct {
	Address              *string                                  `json:"address,omitempty"`
	AdministratorAccount *VirtualMachineSshCredentials_STATUS_ARM `json:"administratorAccount,omitempty"`
	SshPort              *int                                     `json:"sshPort,omitempty"`
}

Deprecated version of HDInsightProperties_STATUS. Use v1api20210701.HDInsightProperties_STATUS instead

func (*HDInsightProperties_STATUS_ARM) DeepCopy

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

func (*HDInsightProperties_STATUS_ARM) DeepCopyInto

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

type HDInsight_ARM

type HDInsight_ARM struct {
	ComputeLocation  *string                  `json:"computeLocation,omitempty"`
	ComputeType      HDInsight_ComputeType    `json:"computeType,omitempty"`
	Description      *string                  `json:"description,omitempty"`
	DisableLocalAuth *bool                    `json:"disableLocalAuth,omitempty"`
	Properties       *HDInsightProperties_ARM `json:"properties,omitempty"`
	ResourceId       *string                  `json:"resourceId,omitempty"`
}

Deprecated version of HDInsight. Use v1api20210701.HDInsight instead

func (*HDInsight_ARM) DeepCopy

func (in *HDInsight_ARM) DeepCopy() *HDInsight_ARM

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

func (*HDInsight_ARM) DeepCopyInto

func (in *HDInsight_ARM) DeepCopyInto(out *HDInsight_ARM)

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

type HDInsight_ComputeType

type HDInsight_ComputeType string

Deprecated version of HDInsight_ComputeType. Use v1api20210701.HDInsight_ComputeType instead +kubebuilder:validation:Enum={"HDInsight"}

type HDInsight_ComputeType_STATUS

type HDInsight_ComputeType_STATUS string

Deprecated version of HDInsight_ComputeType_STATUS. Use v1api20210701.HDInsight_ComputeType_STATUS instead

type HDInsight_ProvisioningState_STATUS

type HDInsight_ProvisioningState_STATUS string

Deprecated version of HDInsight_ProvisioningState_STATUS. Use v1api20210701.HDInsight_ProvisioningState_STATUS instead

type HDInsight_STATUS

type HDInsight_STATUS struct {
	ComputeLocation    *string                             `json:"computeLocation,omitempty"`
	ComputeType        *HDInsight_ComputeType_STATUS       `json:"computeType,omitempty"`
	CreatedOn          *string                             `json:"createdOn,omitempty"`
	Description        *string                             `json:"description,omitempty"`
	DisableLocalAuth   *bool                               `json:"disableLocalAuth,omitempty"`
	IsAttachedCompute  *bool                               `json:"isAttachedCompute,omitempty"`
	ModifiedOn         *string                             `json:"modifiedOn,omitempty"`
	Properties         *HDInsightProperties_STATUS         `json:"properties,omitempty"`
	ProvisioningErrors []ErrorResponse_STATUS              `json:"provisioningErrors,omitempty"`
	ProvisioningState  *HDInsight_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	ResourceId         *string                             `json:"resourceId,omitempty"`
}

Deprecated version of HDInsight_STATUS. Use v1api20210701.HDInsight_STATUS instead

func (*HDInsight_STATUS) AssignProperties_From_HDInsight_STATUS

func (insight *HDInsight_STATUS) AssignProperties_From_HDInsight_STATUS(source *v20210701s.HDInsight_STATUS) error

AssignProperties_From_HDInsight_STATUS populates our HDInsight_STATUS from the provided source HDInsight_STATUS

func (*HDInsight_STATUS) AssignProperties_To_HDInsight_STATUS

func (insight *HDInsight_STATUS) AssignProperties_To_HDInsight_STATUS(destination *v20210701s.HDInsight_STATUS) error

AssignProperties_To_HDInsight_STATUS populates the provided destination HDInsight_STATUS from our HDInsight_STATUS

func (*HDInsight_STATUS) DeepCopy

func (in *HDInsight_STATUS) DeepCopy() *HDInsight_STATUS

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

func (*HDInsight_STATUS) DeepCopyInto

func (in *HDInsight_STATUS) DeepCopyInto(out *HDInsight_STATUS)

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

func (*HDInsight_STATUS) NewEmptyARMValue

func (insight *HDInsight_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*HDInsight_STATUS) PopulateFromARM

func (insight *HDInsight_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type HDInsight_STATUS_ARM

type HDInsight_STATUS_ARM struct {
	ComputeLocation    *string                             `json:"computeLocation,omitempty"`
	ComputeType        HDInsight_ComputeType_STATUS        `json:"computeType,omitempty"`
	CreatedOn          *string                             `json:"createdOn,omitempty"`
	Description        *string                             `json:"description,omitempty"`
	DisableLocalAuth   *bool                               `json:"disableLocalAuth,omitempty"`
	IsAttachedCompute  *bool                               `json:"isAttachedCompute,omitempty"`
	ModifiedOn         *string                             `json:"modifiedOn,omitempty"`
	Properties         *HDInsightProperties_STATUS_ARM     `json:"properties,omitempty"`
	ProvisioningErrors []ErrorResponse_STATUS_ARM          `json:"provisioningErrors,omitempty"`
	ProvisioningState  *HDInsight_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	ResourceId         *string                             `json:"resourceId,omitempty"`
}

Deprecated version of HDInsight_STATUS. Use v1api20210701.HDInsight_STATUS instead

func (*HDInsight_STATUS_ARM) DeepCopy

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

func (*HDInsight_STATUS_ARM) DeepCopyInto

func (in *HDInsight_STATUS_ARM) DeepCopyInto(out *HDInsight_STATUS_ARM)

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

type Identity

type Identity struct {
	Type                   *Identity_Type                `json:"type,omitempty"`
	UserAssignedIdentities []UserAssignedIdentityDetails `json:"userAssignedIdentities,omitempty"`
}

Deprecated version of Identity. Use v1api20210701.Identity instead

func (*Identity) AssignProperties_From_Identity

func (identity *Identity) AssignProperties_From_Identity(source *v20210701s.Identity) error

AssignProperties_From_Identity populates our Identity from the provided source Identity

func (*Identity) AssignProperties_To_Identity

func (identity *Identity) AssignProperties_To_Identity(destination *v20210701s.Identity) error

AssignProperties_To_Identity populates the provided destination Identity from our Identity

func (*Identity) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Identity) DeepCopy

func (in *Identity) DeepCopy() *Identity

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

func (*Identity) DeepCopyInto

func (in *Identity) DeepCopyInto(out *Identity)

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

func (*Identity) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Identity) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type IdentityForCmk

type IdentityForCmk struct {
	UserAssignedIdentity *string `json:"userAssignedIdentity,omitempty"`
}

Deprecated version of IdentityForCmk. Use v1api20210701.IdentityForCmk instead

func (*IdentityForCmk) AssignProperties_From_IdentityForCmk

func (forCmk *IdentityForCmk) AssignProperties_From_IdentityForCmk(source *v20210701s.IdentityForCmk) error

AssignProperties_From_IdentityForCmk populates our IdentityForCmk from the provided source IdentityForCmk

func (*IdentityForCmk) AssignProperties_To_IdentityForCmk

func (forCmk *IdentityForCmk) AssignProperties_To_IdentityForCmk(destination *v20210701s.IdentityForCmk) error

AssignProperties_To_IdentityForCmk populates the provided destination IdentityForCmk from our IdentityForCmk

func (*IdentityForCmk) ConvertToARM

func (forCmk *IdentityForCmk) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*IdentityForCmk) DeepCopy

func (in *IdentityForCmk) DeepCopy() *IdentityForCmk

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

func (*IdentityForCmk) DeepCopyInto

func (in *IdentityForCmk) DeepCopyInto(out *IdentityForCmk)

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

func (*IdentityForCmk) NewEmptyARMValue

func (forCmk *IdentityForCmk) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*IdentityForCmk) PopulateFromARM

func (forCmk *IdentityForCmk) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type IdentityForCmk_ARM

type IdentityForCmk_ARM struct {
	UserAssignedIdentity *string `json:"userAssignedIdentity,omitempty"`
}

Deprecated version of IdentityForCmk. Use v1api20210701.IdentityForCmk instead

func (*IdentityForCmk_ARM) DeepCopy

func (in *IdentityForCmk_ARM) DeepCopy() *IdentityForCmk_ARM

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

func (*IdentityForCmk_ARM) DeepCopyInto

func (in *IdentityForCmk_ARM) DeepCopyInto(out *IdentityForCmk_ARM)

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

type IdentityForCmk_STATUS

type IdentityForCmk_STATUS struct {
	UserAssignedIdentity *string `json:"userAssignedIdentity,omitempty"`
}

Deprecated version of IdentityForCmk_STATUS. Use v1api20210701.IdentityForCmk_STATUS instead

func (*IdentityForCmk_STATUS) AssignProperties_From_IdentityForCmk_STATUS

func (forCmk *IdentityForCmk_STATUS) AssignProperties_From_IdentityForCmk_STATUS(source *v20210701s.IdentityForCmk_STATUS) error

AssignProperties_From_IdentityForCmk_STATUS populates our IdentityForCmk_STATUS from the provided source IdentityForCmk_STATUS

func (*IdentityForCmk_STATUS) AssignProperties_To_IdentityForCmk_STATUS

func (forCmk *IdentityForCmk_STATUS) AssignProperties_To_IdentityForCmk_STATUS(destination *v20210701s.IdentityForCmk_STATUS) error

AssignProperties_To_IdentityForCmk_STATUS populates the provided destination IdentityForCmk_STATUS from our IdentityForCmk_STATUS

func (*IdentityForCmk_STATUS) DeepCopy

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

func (*IdentityForCmk_STATUS) DeepCopyInto

func (in *IdentityForCmk_STATUS) DeepCopyInto(out *IdentityForCmk_STATUS)

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

func (*IdentityForCmk_STATUS) NewEmptyARMValue

func (forCmk *IdentityForCmk_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*IdentityForCmk_STATUS) PopulateFromARM

func (forCmk *IdentityForCmk_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type IdentityForCmk_STATUS_ARM

type IdentityForCmk_STATUS_ARM struct {
	UserAssignedIdentity *string `json:"userAssignedIdentity,omitempty"`
}

Deprecated version of IdentityForCmk_STATUS. Use v1api20210701.IdentityForCmk_STATUS instead

func (*IdentityForCmk_STATUS_ARM) DeepCopy

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

func (*IdentityForCmk_STATUS_ARM) DeepCopyInto

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

type Identity_ARM

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

Deprecated version of Identity. Use v1api20210701.Identity instead

func (*Identity_ARM) DeepCopy

func (in *Identity_ARM) DeepCopy() *Identity_ARM

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

func (*Identity_ARM) DeepCopyInto

func (in *Identity_ARM) DeepCopyInto(out *Identity_ARM)

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

type Identity_STATUS

type Identity_STATUS struct {
	PrincipalId            *string                                `json:"principalId,omitempty"`
	TenantId               *string                                `json:"tenantId,omitempty"`
	Type                   *Identity_Type_STATUS                  `json:"type,omitempty"`
	UserAssignedIdentities map[string]UserAssignedIdentity_STATUS `json:"userAssignedIdentities,omitempty"`
}

Deprecated version of Identity_STATUS. Use v1api20210701.Identity_STATUS instead

func (*Identity_STATUS) AssignProperties_From_Identity_STATUS

func (identity *Identity_STATUS) AssignProperties_From_Identity_STATUS(source *v20210701s.Identity_STATUS) error

AssignProperties_From_Identity_STATUS populates our Identity_STATUS from the provided source Identity_STATUS

func (*Identity_STATUS) AssignProperties_To_Identity_STATUS

func (identity *Identity_STATUS) AssignProperties_To_Identity_STATUS(destination *v20210701s.Identity_STATUS) error

AssignProperties_To_Identity_STATUS populates the provided destination Identity_STATUS from our Identity_STATUS

func (*Identity_STATUS) DeepCopy

func (in *Identity_STATUS) DeepCopy() *Identity_STATUS

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

func (*Identity_STATUS) DeepCopyInto

func (in *Identity_STATUS) DeepCopyInto(out *Identity_STATUS)

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

func (*Identity_STATUS) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Identity_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Identity_STATUS_ARM

type Identity_STATUS_ARM struct {
	PrincipalId            *string                                    `json:"principalId,omitempty"`
	TenantId               *string                                    `json:"tenantId,omitempty"`
	Type                   *Identity_Type_STATUS                      `json:"type,omitempty"`
	UserAssignedIdentities map[string]UserAssignedIdentity_STATUS_ARM `json:"userAssignedIdentities,omitempty"`
}

Deprecated version of Identity_STATUS. Use v1api20210701.Identity_STATUS instead

func (*Identity_STATUS_ARM) DeepCopy

func (in *Identity_STATUS_ARM) DeepCopy() *Identity_STATUS_ARM

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

func (*Identity_STATUS_ARM) DeepCopyInto

func (in *Identity_STATUS_ARM) DeepCopyInto(out *Identity_STATUS_ARM)

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

type Identity_Type

type Identity_Type string

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

type Identity_Type_STATUS

type Identity_Type_STATUS string

Deprecated version of Identity_Type_STATUS. Use v1api20210701.Identity_Type_STATUS instead

type InstanceTypeSchema

type InstanceTypeSchema struct {
	NodeSelector map[string]string             `json:"nodeSelector,omitempty"`
	Resources    *InstanceTypeSchema_Resources `json:"resources,omitempty"`
}

Deprecated version of InstanceTypeSchema. Use v1api20210701.InstanceTypeSchema instead

func (*InstanceTypeSchema) AssignProperties_From_InstanceTypeSchema

func (schema *InstanceTypeSchema) AssignProperties_From_InstanceTypeSchema(source *v20210701s.InstanceTypeSchema) error

AssignProperties_From_InstanceTypeSchema populates our InstanceTypeSchema from the provided source InstanceTypeSchema

func (*InstanceTypeSchema) AssignProperties_To_InstanceTypeSchema

func (schema *InstanceTypeSchema) AssignProperties_To_InstanceTypeSchema(destination *v20210701s.InstanceTypeSchema) error

AssignProperties_To_InstanceTypeSchema populates the provided destination InstanceTypeSchema from our InstanceTypeSchema

func (*InstanceTypeSchema) ConvertToARM

func (schema *InstanceTypeSchema) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*InstanceTypeSchema) DeepCopy

func (in *InstanceTypeSchema) DeepCopy() *InstanceTypeSchema

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

func (*InstanceTypeSchema) DeepCopyInto

func (in *InstanceTypeSchema) DeepCopyInto(out *InstanceTypeSchema)

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

func (*InstanceTypeSchema) NewEmptyARMValue

func (schema *InstanceTypeSchema) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*InstanceTypeSchema) PopulateFromARM

func (schema *InstanceTypeSchema) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type InstanceTypeSchema_ARM

type InstanceTypeSchema_ARM struct {
	NodeSelector map[string]string                 `json:"nodeSelector,omitempty"`
	Resources    *InstanceTypeSchema_Resources_ARM `json:"resources,omitempty"`
}

Deprecated version of InstanceTypeSchema. Use v1api20210701.InstanceTypeSchema instead

func (*InstanceTypeSchema_ARM) DeepCopy

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

func (*InstanceTypeSchema_ARM) DeepCopyInto

func (in *InstanceTypeSchema_ARM) DeepCopyInto(out *InstanceTypeSchema_ARM)

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

type InstanceTypeSchema_Resources

type InstanceTypeSchema_Resources struct {
	Limits   map[string]string `json:"limits,omitempty"`
	Requests map[string]string `json:"requests,omitempty"`
}

Deprecated version of InstanceTypeSchema_Resources. Use v1api20210701.InstanceTypeSchema_Resources instead

func (*InstanceTypeSchema_Resources) AssignProperties_From_InstanceTypeSchema_Resources

func (resources *InstanceTypeSchema_Resources) AssignProperties_From_InstanceTypeSchema_Resources(source *v20210701s.InstanceTypeSchema_Resources) error

AssignProperties_From_InstanceTypeSchema_Resources populates our InstanceTypeSchema_Resources from the provided source InstanceTypeSchema_Resources

func (*InstanceTypeSchema_Resources) AssignProperties_To_InstanceTypeSchema_Resources

func (resources *InstanceTypeSchema_Resources) AssignProperties_To_InstanceTypeSchema_Resources(destination *v20210701s.InstanceTypeSchema_Resources) error

AssignProperties_To_InstanceTypeSchema_Resources populates the provided destination InstanceTypeSchema_Resources from our InstanceTypeSchema_Resources

func (*InstanceTypeSchema_Resources) ConvertToARM

func (resources *InstanceTypeSchema_Resources) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*InstanceTypeSchema_Resources) DeepCopy

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

func (*InstanceTypeSchema_Resources) DeepCopyInto

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

func (*InstanceTypeSchema_Resources) NewEmptyARMValue

func (resources *InstanceTypeSchema_Resources) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*InstanceTypeSchema_Resources) PopulateFromARM

func (resources *InstanceTypeSchema_Resources) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type InstanceTypeSchema_Resources_ARM

type InstanceTypeSchema_Resources_ARM struct {
	Limits   map[string]string `json:"limits,omitempty"`
	Requests map[string]string `json:"requests,omitempty"`
}

Deprecated version of InstanceTypeSchema_Resources. Use v1api20210701.InstanceTypeSchema_Resources instead

func (*InstanceTypeSchema_Resources_ARM) DeepCopy

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

func (*InstanceTypeSchema_Resources_ARM) DeepCopyInto

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

type InstanceTypeSchema_Resources_STATUS

type InstanceTypeSchema_Resources_STATUS struct {
	Limits   map[string]string `json:"limits,omitempty"`
	Requests map[string]string `json:"requests,omitempty"`
}

Deprecated version of InstanceTypeSchema_Resources_STATUS. Use v1api20210701.InstanceTypeSchema_Resources_STATUS instead

func (*InstanceTypeSchema_Resources_STATUS) AssignProperties_From_InstanceTypeSchema_Resources_STATUS

func (resources *InstanceTypeSchema_Resources_STATUS) AssignProperties_From_InstanceTypeSchema_Resources_STATUS(source *v20210701s.InstanceTypeSchema_Resources_STATUS) error

AssignProperties_From_InstanceTypeSchema_Resources_STATUS populates our InstanceTypeSchema_Resources_STATUS from the provided source InstanceTypeSchema_Resources_STATUS

func (*InstanceTypeSchema_Resources_STATUS) AssignProperties_To_InstanceTypeSchema_Resources_STATUS

func (resources *InstanceTypeSchema_Resources_STATUS) AssignProperties_To_InstanceTypeSchema_Resources_STATUS(destination *v20210701s.InstanceTypeSchema_Resources_STATUS) error

AssignProperties_To_InstanceTypeSchema_Resources_STATUS populates the provided destination InstanceTypeSchema_Resources_STATUS from our InstanceTypeSchema_Resources_STATUS

func (*InstanceTypeSchema_Resources_STATUS) DeepCopy

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

func (*InstanceTypeSchema_Resources_STATUS) DeepCopyInto

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

func (*InstanceTypeSchema_Resources_STATUS) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*InstanceTypeSchema_Resources_STATUS) PopulateFromARM

func (resources *InstanceTypeSchema_Resources_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type InstanceTypeSchema_Resources_STATUS_ARM

type InstanceTypeSchema_Resources_STATUS_ARM struct {
	Limits   map[string]string `json:"limits,omitempty"`
	Requests map[string]string `json:"requests,omitempty"`
}

Deprecated version of InstanceTypeSchema_Resources_STATUS. Use v1api20210701.InstanceTypeSchema_Resources_STATUS instead

func (*InstanceTypeSchema_Resources_STATUS_ARM) DeepCopy

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

func (*InstanceTypeSchema_Resources_STATUS_ARM) DeepCopyInto

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

type InstanceTypeSchema_STATUS

type InstanceTypeSchema_STATUS struct {
	NodeSelector map[string]string                    `json:"nodeSelector,omitempty"`
	Resources    *InstanceTypeSchema_Resources_STATUS `json:"resources,omitempty"`
}

Deprecated version of InstanceTypeSchema_STATUS. Use v1api20210701.InstanceTypeSchema_STATUS instead

func (*InstanceTypeSchema_STATUS) AssignProperties_From_InstanceTypeSchema_STATUS

func (schema *InstanceTypeSchema_STATUS) AssignProperties_From_InstanceTypeSchema_STATUS(source *v20210701s.InstanceTypeSchema_STATUS) error

AssignProperties_From_InstanceTypeSchema_STATUS populates our InstanceTypeSchema_STATUS from the provided source InstanceTypeSchema_STATUS

func (*InstanceTypeSchema_STATUS) AssignProperties_To_InstanceTypeSchema_STATUS

func (schema *InstanceTypeSchema_STATUS) AssignProperties_To_InstanceTypeSchema_STATUS(destination *v20210701s.InstanceTypeSchema_STATUS) error

AssignProperties_To_InstanceTypeSchema_STATUS populates the provided destination InstanceTypeSchema_STATUS from our InstanceTypeSchema_STATUS

func (*InstanceTypeSchema_STATUS) DeepCopy

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

func (*InstanceTypeSchema_STATUS) DeepCopyInto

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

func (*InstanceTypeSchema_STATUS) NewEmptyARMValue

func (schema *InstanceTypeSchema_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*InstanceTypeSchema_STATUS) PopulateFromARM

func (schema *InstanceTypeSchema_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type InstanceTypeSchema_STATUS_ARM

type InstanceTypeSchema_STATUS_ARM struct {
	NodeSelector map[string]string                        `json:"nodeSelector,omitempty"`
	Resources    *InstanceTypeSchema_Resources_STATUS_ARM `json:"resources,omitempty"`
}

Deprecated version of InstanceTypeSchema_STATUS. Use v1api20210701.InstanceTypeSchema_STATUS instead

func (*InstanceTypeSchema_STATUS_ARM) DeepCopy

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

func (*InstanceTypeSchema_STATUS_ARM) DeepCopyInto

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

type KeyVaultProperties

type KeyVaultProperties struct {
	IdentityClientId *string `json:"identityClientId,omitempty"`

	// +kubebuilder:validation:Required
	KeyIdentifier *string `json:"keyIdentifier,omitempty"`

	// +kubebuilder:validation:Required
	KeyVaultArmId *string `json:"keyVaultArmId,omitempty"`
}

Deprecated version of KeyVaultProperties. Use v1api20210701.KeyVaultProperties instead

func (*KeyVaultProperties) AssignProperties_From_KeyVaultProperties

func (properties *KeyVaultProperties) AssignProperties_From_KeyVaultProperties(source *v20210701s.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 *v20210701s.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 {
	IdentityClientId *string `json:"identityClientId,omitempty"`
	KeyIdentifier    *string `json:"keyIdentifier,omitempty"`
	KeyVaultArmId    *string `json:"keyVaultArmId,omitempty"`
}

Deprecated version of KeyVaultProperties. Use v1api20210701.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 {
	IdentityClientId *string `json:"identityClientId,omitempty"`
	KeyIdentifier    *string `json:"keyIdentifier,omitempty"`
	KeyVaultArmId    *string `json:"keyVaultArmId,omitempty"`
}

Deprecated version of KeyVaultProperties_STATUS. Use v1api20210701.KeyVaultProperties_STATUS instead

func (*KeyVaultProperties_STATUS) AssignProperties_From_KeyVaultProperties_STATUS

func (properties *KeyVaultProperties_STATUS) AssignProperties_From_KeyVaultProperties_STATUS(source *v20210701s.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 *v20210701s.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 {
	IdentityClientId *string `json:"identityClientId,omitempty"`
	KeyIdentifier    *string `json:"keyIdentifier,omitempty"`
	KeyVaultArmId    *string `json:"keyVaultArmId,omitempty"`
}

Deprecated version of KeyVaultProperties_STATUS. Use v1api20210701.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 Kubernetes

type Kubernetes struct {
	ComputeLocation *string `json:"computeLocation,omitempty"`

	// +kubebuilder:validation:Required
	ComputeType       *Kubernetes_ComputeType       `json:"computeType,omitempty"`
	Description       *string                       `json:"description,omitempty"`
	DisableLocalAuth  *bool                         `json:"disableLocalAuth,omitempty"`
	Properties        *KubernetesProperties         `json:"properties,omitempty"`
	ResourceReference *genruntime.ResourceReference `armReference:"ResourceId" json:"resourceReference,omitempty"`
}

Deprecated version of Kubernetes. Use v1api20210701.Kubernetes instead

func (*Kubernetes) AssignProperties_From_Kubernetes

func (kubernetes *Kubernetes) AssignProperties_From_Kubernetes(source *v20210701s.Kubernetes) error

AssignProperties_From_Kubernetes populates our Kubernetes from the provided source Kubernetes

func (*Kubernetes) AssignProperties_To_Kubernetes

func (kubernetes *Kubernetes) AssignProperties_To_Kubernetes(destination *v20210701s.Kubernetes) error

AssignProperties_To_Kubernetes populates the provided destination Kubernetes from our Kubernetes

func (*Kubernetes) ConvertToARM

func (kubernetes *Kubernetes) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Kubernetes) DeepCopy

func (in *Kubernetes) DeepCopy() *Kubernetes

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

func (*Kubernetes) DeepCopyInto

func (in *Kubernetes) DeepCopyInto(out *Kubernetes)

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

func (*Kubernetes) NewEmptyARMValue

func (kubernetes *Kubernetes) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Kubernetes) PopulateFromARM

func (kubernetes *Kubernetes) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type KubernetesProperties

type KubernetesProperties struct {
	DefaultInstanceType           *string                       `json:"defaultInstanceType,omitempty"`
	ExtensionInstanceReleaseTrain *string                       `json:"extensionInstanceReleaseTrain,omitempty"`
	ExtensionPrincipalId          *string                       `json:"extensionPrincipalId,omitempty"`
	InstanceTypes                 map[string]InstanceTypeSchema `json:"instanceTypes,omitempty"`
	Namespace                     *string                       `json:"namespace,omitempty"`
	RelayConnectionString         *genruntime.SecretReference   `json:"relayConnectionString,omitempty"`
	ServiceBusConnectionString    *genruntime.SecretReference   `json:"serviceBusConnectionString,omitempty"`
	VcName                        *string                       `json:"vcName,omitempty"`
}

Deprecated version of KubernetesProperties. Use v1api20210701.KubernetesProperties instead

func (*KubernetesProperties) AssignProperties_From_KubernetesProperties

func (properties *KubernetesProperties) AssignProperties_From_KubernetesProperties(source *v20210701s.KubernetesProperties) error

AssignProperties_From_KubernetesProperties populates our KubernetesProperties from the provided source KubernetesProperties

func (*KubernetesProperties) AssignProperties_To_KubernetesProperties

func (properties *KubernetesProperties) AssignProperties_To_KubernetesProperties(destination *v20210701s.KubernetesProperties) error

AssignProperties_To_KubernetesProperties populates the provided destination KubernetesProperties from our KubernetesProperties

func (*KubernetesProperties) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*KubernetesProperties) DeepCopy

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

func (*KubernetesProperties) DeepCopyInto

func (in *KubernetesProperties) DeepCopyInto(out *KubernetesProperties)

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

func (*KubernetesProperties) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*KubernetesProperties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type KubernetesProperties_ARM

type KubernetesProperties_ARM struct {
	DefaultInstanceType           *string                           `json:"defaultInstanceType,omitempty"`
	ExtensionInstanceReleaseTrain *string                           `json:"extensionInstanceReleaseTrain,omitempty"`
	ExtensionPrincipalId          *string                           `json:"extensionPrincipalId,omitempty"`
	InstanceTypes                 map[string]InstanceTypeSchema_ARM `json:"instanceTypes,omitempty"`
	Namespace                     *string                           `json:"namespace,omitempty"`
	RelayConnectionString         *string                           `json:"relayConnectionString,omitempty"`
	ServiceBusConnectionString    *string                           `json:"serviceBusConnectionString,omitempty"`
	VcName                        *string                           `json:"vcName,omitempty"`
}

Deprecated version of KubernetesProperties. Use v1api20210701.KubernetesProperties instead

func (*KubernetesProperties_ARM) DeepCopy

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

func (*KubernetesProperties_ARM) DeepCopyInto

func (in *KubernetesProperties_ARM) DeepCopyInto(out *KubernetesProperties_ARM)

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

type KubernetesProperties_STATUS

type KubernetesProperties_STATUS struct {
	DefaultInstanceType           *string                              `json:"defaultInstanceType,omitempty"`
	ExtensionInstanceReleaseTrain *string                              `json:"extensionInstanceReleaseTrain,omitempty"`
	ExtensionPrincipalId          *string                              `json:"extensionPrincipalId,omitempty"`
	InstanceTypes                 map[string]InstanceTypeSchema_STATUS `json:"instanceTypes,omitempty"`
	Namespace                     *string                              `json:"namespace,omitempty"`
	VcName                        *string                              `json:"vcName,omitempty"`
}

Deprecated version of KubernetesProperties_STATUS. Use v1api20210701.KubernetesProperties_STATUS instead

func (*KubernetesProperties_STATUS) AssignProperties_From_KubernetesProperties_STATUS

func (properties *KubernetesProperties_STATUS) AssignProperties_From_KubernetesProperties_STATUS(source *v20210701s.KubernetesProperties_STATUS) error

AssignProperties_From_KubernetesProperties_STATUS populates our KubernetesProperties_STATUS from the provided source KubernetesProperties_STATUS

func (*KubernetesProperties_STATUS) AssignProperties_To_KubernetesProperties_STATUS

func (properties *KubernetesProperties_STATUS) AssignProperties_To_KubernetesProperties_STATUS(destination *v20210701s.KubernetesProperties_STATUS) error

AssignProperties_To_KubernetesProperties_STATUS populates the provided destination KubernetesProperties_STATUS from our KubernetesProperties_STATUS

func (*KubernetesProperties_STATUS) DeepCopy

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

func (*KubernetesProperties_STATUS) DeepCopyInto

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

func (*KubernetesProperties_STATUS) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*KubernetesProperties_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type KubernetesProperties_STATUS_ARM

type KubernetesProperties_STATUS_ARM struct {
	DefaultInstanceType           *string                                  `json:"defaultInstanceType,omitempty"`
	ExtensionInstanceReleaseTrain *string                                  `json:"extensionInstanceReleaseTrain,omitempty"`
	ExtensionPrincipalId          *string                                  `json:"extensionPrincipalId,omitempty"`
	InstanceTypes                 map[string]InstanceTypeSchema_STATUS_ARM `json:"instanceTypes,omitempty"`
	Namespace                     *string                                  `json:"namespace,omitempty"`
	VcName                        *string                                  `json:"vcName,omitempty"`
}

Deprecated version of KubernetesProperties_STATUS. Use v1api20210701.KubernetesProperties_STATUS instead

func (*KubernetesProperties_STATUS_ARM) DeepCopy

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

func (*KubernetesProperties_STATUS_ARM) DeepCopyInto

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

type Kubernetes_ARM

type Kubernetes_ARM struct {
	ComputeLocation  *string                   `json:"computeLocation,omitempty"`
	ComputeType      Kubernetes_ComputeType    `json:"computeType,omitempty"`
	Description      *string                   `json:"description,omitempty"`
	DisableLocalAuth *bool                     `json:"disableLocalAuth,omitempty"`
	Properties       *KubernetesProperties_ARM `json:"properties,omitempty"`
	ResourceId       *string                   `json:"resourceId,omitempty"`
}

Deprecated version of Kubernetes. Use v1api20210701.Kubernetes instead

func (*Kubernetes_ARM) DeepCopy

func (in *Kubernetes_ARM) DeepCopy() *Kubernetes_ARM

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

func (*Kubernetes_ARM) DeepCopyInto

func (in *Kubernetes_ARM) DeepCopyInto(out *Kubernetes_ARM)

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

type Kubernetes_ComputeType

type Kubernetes_ComputeType string

Deprecated version of Kubernetes_ComputeType. Use v1api20210701.Kubernetes_ComputeType instead +kubebuilder:validation:Enum={"Kubernetes"}

type Kubernetes_ComputeType_STATUS

type Kubernetes_ComputeType_STATUS string

Deprecated version of Kubernetes_ComputeType_STATUS. Use v1api20210701.Kubernetes_ComputeType_STATUS instead

type Kubernetes_ProvisioningState_STATUS

type Kubernetes_ProvisioningState_STATUS string

Deprecated version of Kubernetes_ProvisioningState_STATUS. Use v1api20210701.Kubernetes_ProvisioningState_STATUS instead

type Kubernetes_STATUS

type Kubernetes_STATUS struct {
	ComputeLocation    *string                              `json:"computeLocation,omitempty"`
	ComputeType        *Kubernetes_ComputeType_STATUS       `json:"computeType,omitempty"`
	CreatedOn          *string                              `json:"createdOn,omitempty"`
	Description        *string                              `json:"description,omitempty"`
	DisableLocalAuth   *bool                                `json:"disableLocalAuth,omitempty"`
	IsAttachedCompute  *bool                                `json:"isAttachedCompute,omitempty"`
	ModifiedOn         *string                              `json:"modifiedOn,omitempty"`
	Properties         *KubernetesProperties_STATUS         `json:"properties,omitempty"`
	ProvisioningErrors []ErrorResponse_STATUS               `json:"provisioningErrors,omitempty"`
	ProvisioningState  *Kubernetes_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	ResourceId         *string                              `json:"resourceId,omitempty"`
}

Deprecated version of Kubernetes_STATUS. Use v1api20210701.Kubernetes_STATUS instead

func (*Kubernetes_STATUS) AssignProperties_From_Kubernetes_STATUS

func (kubernetes *Kubernetes_STATUS) AssignProperties_From_Kubernetes_STATUS(source *v20210701s.Kubernetes_STATUS) error

AssignProperties_From_Kubernetes_STATUS populates our Kubernetes_STATUS from the provided source Kubernetes_STATUS

func (*Kubernetes_STATUS) AssignProperties_To_Kubernetes_STATUS

func (kubernetes *Kubernetes_STATUS) AssignProperties_To_Kubernetes_STATUS(destination *v20210701s.Kubernetes_STATUS) error

AssignProperties_To_Kubernetes_STATUS populates the provided destination Kubernetes_STATUS from our Kubernetes_STATUS

func (*Kubernetes_STATUS) DeepCopy

func (in *Kubernetes_STATUS) DeepCopy() *Kubernetes_STATUS

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

func (*Kubernetes_STATUS) DeepCopyInto

func (in *Kubernetes_STATUS) DeepCopyInto(out *Kubernetes_STATUS)

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

func (*Kubernetes_STATUS) NewEmptyARMValue

func (kubernetes *Kubernetes_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Kubernetes_STATUS) PopulateFromARM

func (kubernetes *Kubernetes_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Kubernetes_STATUS_ARM

type Kubernetes_STATUS_ARM struct {
	ComputeLocation    *string                              `json:"computeLocation,omitempty"`
	ComputeType        Kubernetes_ComputeType_STATUS        `json:"computeType,omitempty"`
	CreatedOn          *string                              `json:"createdOn,omitempty"`
	Description        *string                              `json:"description,omitempty"`
	DisableLocalAuth   *bool                                `json:"disableLocalAuth,omitempty"`
	IsAttachedCompute  *bool                                `json:"isAttachedCompute,omitempty"`
	ModifiedOn         *string                              `json:"modifiedOn,omitempty"`
	Properties         *KubernetesProperties_STATUS_ARM     `json:"properties,omitempty"`
	ProvisioningErrors []ErrorResponse_STATUS_ARM           `json:"provisioningErrors,omitempty"`
	ProvisioningState  *Kubernetes_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	ResourceId         *string                              `json:"resourceId,omitempty"`
}

Deprecated version of Kubernetes_STATUS. Use v1api20210701.Kubernetes_STATUS instead

func (*Kubernetes_STATUS_ARM) DeepCopy

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

func (*Kubernetes_STATUS_ARM) DeepCopyInto

func (in *Kubernetes_STATUS_ARM) DeepCopyInto(out *Kubernetes_STATUS_ARM)

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

type NodeStateCounts_STATUS

type NodeStateCounts_STATUS struct {
	IdleNodeCount      *int `json:"idleNodeCount,omitempty"`
	LeavingNodeCount   *int `json:"leavingNodeCount,omitempty"`
	PreemptedNodeCount *int `json:"preemptedNodeCount,omitempty"`
	PreparingNodeCount *int `json:"preparingNodeCount,omitempty"`
	RunningNodeCount   *int `json:"runningNodeCount,omitempty"`
	UnusableNodeCount  *int `json:"unusableNodeCount,omitempty"`
}

Deprecated version of NodeStateCounts_STATUS. Use v1api20210701.NodeStateCounts_STATUS instead

func (*NodeStateCounts_STATUS) AssignProperties_From_NodeStateCounts_STATUS

func (counts *NodeStateCounts_STATUS) AssignProperties_From_NodeStateCounts_STATUS(source *v20210701s.NodeStateCounts_STATUS) error

AssignProperties_From_NodeStateCounts_STATUS populates our NodeStateCounts_STATUS from the provided source NodeStateCounts_STATUS

func (*NodeStateCounts_STATUS) AssignProperties_To_NodeStateCounts_STATUS

func (counts *NodeStateCounts_STATUS) AssignProperties_To_NodeStateCounts_STATUS(destination *v20210701s.NodeStateCounts_STATUS) error

AssignProperties_To_NodeStateCounts_STATUS populates the provided destination NodeStateCounts_STATUS from our NodeStateCounts_STATUS

func (*NodeStateCounts_STATUS) DeepCopy

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

func (*NodeStateCounts_STATUS) DeepCopyInto

func (in *NodeStateCounts_STATUS) DeepCopyInto(out *NodeStateCounts_STATUS)

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

func (*NodeStateCounts_STATUS) NewEmptyARMValue

func (counts *NodeStateCounts_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*NodeStateCounts_STATUS) PopulateFromARM

func (counts *NodeStateCounts_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type NodeStateCounts_STATUS_ARM

type NodeStateCounts_STATUS_ARM struct {
	IdleNodeCount      *int `json:"idleNodeCount,omitempty"`
	LeavingNodeCount   *int `json:"leavingNodeCount,omitempty"`
	PreemptedNodeCount *int `json:"preemptedNodeCount,omitempty"`
	PreparingNodeCount *int `json:"preparingNodeCount,omitempty"`
	RunningNodeCount   *int `json:"runningNodeCount,omitempty"`
	UnusableNodeCount  *int `json:"unusableNodeCount,omitempty"`
}

Deprecated version of NodeStateCounts_STATUS. Use v1api20210701.NodeStateCounts_STATUS instead

func (*NodeStateCounts_STATUS_ARM) DeepCopy

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

func (*NodeStateCounts_STATUS_ARM) DeepCopyInto

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

type NotebookPreparationError_STATUS

type NotebookPreparationError_STATUS struct {
	ErrorMessage *string `json:"errorMessage,omitempty"`
	StatusCode   *int    `json:"statusCode,omitempty"`
}

Deprecated version of NotebookPreparationError_STATUS. Use v1api20210701.NotebookPreparationError_STATUS instead

func (*NotebookPreparationError_STATUS) AssignProperties_From_NotebookPreparationError_STATUS

func (error *NotebookPreparationError_STATUS) AssignProperties_From_NotebookPreparationError_STATUS(source *v20210701s.NotebookPreparationError_STATUS) error

AssignProperties_From_NotebookPreparationError_STATUS populates our NotebookPreparationError_STATUS from the provided source NotebookPreparationError_STATUS

func (*NotebookPreparationError_STATUS) AssignProperties_To_NotebookPreparationError_STATUS

func (error *NotebookPreparationError_STATUS) AssignProperties_To_NotebookPreparationError_STATUS(destination *v20210701s.NotebookPreparationError_STATUS) error

AssignProperties_To_NotebookPreparationError_STATUS populates the provided destination NotebookPreparationError_STATUS from our NotebookPreparationError_STATUS

func (*NotebookPreparationError_STATUS) DeepCopy

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

func (*NotebookPreparationError_STATUS) DeepCopyInto

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

func (*NotebookPreparationError_STATUS) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*NotebookPreparationError_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type NotebookPreparationError_STATUS_ARM

type NotebookPreparationError_STATUS_ARM struct {
	ErrorMessage *string `json:"errorMessage,omitempty"`
	StatusCode   *int    `json:"statusCode,omitempty"`
}

Deprecated version of NotebookPreparationError_STATUS. Use v1api20210701.NotebookPreparationError_STATUS instead

func (*NotebookPreparationError_STATUS_ARM) DeepCopy

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

func (*NotebookPreparationError_STATUS_ARM) DeepCopyInto

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

type NotebookResourceInfo_STATUS

type NotebookResourceInfo_STATUS struct {
	Fqdn                     *string                          `json:"fqdn,omitempty"`
	NotebookPreparationError *NotebookPreparationError_STATUS `json:"notebookPreparationError,omitempty"`
	ResourceId               *string                          `json:"resourceId,omitempty"`
}

Deprecated version of NotebookResourceInfo_STATUS. Use v1api20210701.NotebookResourceInfo_STATUS instead

func (*NotebookResourceInfo_STATUS) AssignProperties_From_NotebookResourceInfo_STATUS

func (info *NotebookResourceInfo_STATUS) AssignProperties_From_NotebookResourceInfo_STATUS(source *v20210701s.NotebookResourceInfo_STATUS) error

AssignProperties_From_NotebookResourceInfo_STATUS populates our NotebookResourceInfo_STATUS from the provided source NotebookResourceInfo_STATUS

func (*NotebookResourceInfo_STATUS) AssignProperties_To_NotebookResourceInfo_STATUS

func (info *NotebookResourceInfo_STATUS) AssignProperties_To_NotebookResourceInfo_STATUS(destination *v20210701s.NotebookResourceInfo_STATUS) error

AssignProperties_To_NotebookResourceInfo_STATUS populates the provided destination NotebookResourceInfo_STATUS from our NotebookResourceInfo_STATUS

func (*NotebookResourceInfo_STATUS) DeepCopy

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

func (*NotebookResourceInfo_STATUS) DeepCopyInto

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

func (*NotebookResourceInfo_STATUS) NewEmptyARMValue

func (info *NotebookResourceInfo_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*NotebookResourceInfo_STATUS) PopulateFromARM

func (info *NotebookResourceInfo_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type NotebookResourceInfo_STATUS_ARM

type NotebookResourceInfo_STATUS_ARM struct {
	Fqdn                     *string                              `json:"fqdn,omitempty"`
	NotebookPreparationError *NotebookPreparationError_STATUS_ARM `json:"notebookPreparationError,omitempty"`
	ResourceId               *string                              `json:"resourceId,omitempty"`
}

Deprecated version of NotebookResourceInfo_STATUS. Use v1api20210701.NotebookResourceInfo_STATUS instead

func (*NotebookResourceInfo_STATUS_ARM) DeepCopy

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

func (*NotebookResourceInfo_STATUS_ARM) DeepCopyInto

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

type PersonalComputeInstanceSettings

type PersonalComputeInstanceSettings struct {
	AssignedUser *AssignedUser `json:"assignedUser,omitempty"`
}

Deprecated version of PersonalComputeInstanceSettings. Use v1api20210701.PersonalComputeInstanceSettings instead

func (*PersonalComputeInstanceSettings) AssignProperties_From_PersonalComputeInstanceSettings

func (settings *PersonalComputeInstanceSettings) AssignProperties_From_PersonalComputeInstanceSettings(source *v20210701s.PersonalComputeInstanceSettings) error

AssignProperties_From_PersonalComputeInstanceSettings populates our PersonalComputeInstanceSettings from the provided source PersonalComputeInstanceSettings

func (*PersonalComputeInstanceSettings) AssignProperties_To_PersonalComputeInstanceSettings

func (settings *PersonalComputeInstanceSettings) AssignProperties_To_PersonalComputeInstanceSettings(destination *v20210701s.PersonalComputeInstanceSettings) error

AssignProperties_To_PersonalComputeInstanceSettings populates the provided destination PersonalComputeInstanceSettings from our PersonalComputeInstanceSettings

func (*PersonalComputeInstanceSettings) ConvertToARM

func (settings *PersonalComputeInstanceSettings) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*PersonalComputeInstanceSettings) DeepCopy

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

func (*PersonalComputeInstanceSettings) DeepCopyInto

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

func (*PersonalComputeInstanceSettings) NewEmptyARMValue

func (settings *PersonalComputeInstanceSettings) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*PersonalComputeInstanceSettings) PopulateFromARM

func (settings *PersonalComputeInstanceSettings) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type PersonalComputeInstanceSettings_ARM

type PersonalComputeInstanceSettings_ARM struct {
	AssignedUser *AssignedUser_ARM `json:"assignedUser,omitempty"`
}

Deprecated version of PersonalComputeInstanceSettings. Use v1api20210701.PersonalComputeInstanceSettings instead

func (*PersonalComputeInstanceSettings_ARM) DeepCopy

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

func (*PersonalComputeInstanceSettings_ARM) DeepCopyInto

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

type PersonalComputeInstanceSettings_STATUS

type PersonalComputeInstanceSettings_STATUS struct {
	AssignedUser *AssignedUser_STATUS `json:"assignedUser,omitempty"`
}

Deprecated version of PersonalComputeInstanceSettings_STATUS. Use v1api20210701.PersonalComputeInstanceSettings_STATUS instead

func (*PersonalComputeInstanceSettings_STATUS) AssignProperties_From_PersonalComputeInstanceSettings_STATUS

func (settings *PersonalComputeInstanceSettings_STATUS) AssignProperties_From_PersonalComputeInstanceSettings_STATUS(source *v20210701s.PersonalComputeInstanceSettings_STATUS) error

AssignProperties_From_PersonalComputeInstanceSettings_STATUS populates our PersonalComputeInstanceSettings_STATUS from the provided source PersonalComputeInstanceSettings_STATUS

func (*PersonalComputeInstanceSettings_STATUS) AssignProperties_To_PersonalComputeInstanceSettings_STATUS

func (settings *PersonalComputeInstanceSettings_STATUS) AssignProperties_To_PersonalComputeInstanceSettings_STATUS(destination *v20210701s.PersonalComputeInstanceSettings_STATUS) error

AssignProperties_To_PersonalComputeInstanceSettings_STATUS populates the provided destination PersonalComputeInstanceSettings_STATUS from our PersonalComputeInstanceSettings_STATUS

func (*PersonalComputeInstanceSettings_STATUS) DeepCopy

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

func (*PersonalComputeInstanceSettings_STATUS) DeepCopyInto

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

func (*PersonalComputeInstanceSettings_STATUS) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*PersonalComputeInstanceSettings_STATUS) PopulateFromARM

func (settings *PersonalComputeInstanceSettings_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type PersonalComputeInstanceSettings_STATUS_ARM

type PersonalComputeInstanceSettings_STATUS_ARM struct {
	AssignedUser *AssignedUser_STATUS_ARM `json:"assignedUser,omitempty"`
}

Deprecated version of PersonalComputeInstanceSettings_STATUS. Use v1api20210701.PersonalComputeInstanceSettings_STATUS instead

func (*PersonalComputeInstanceSettings_STATUS_ARM) DeepCopy

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

func (*PersonalComputeInstanceSettings_STATUS_ARM) DeepCopyInto

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

type PrivateEndpointConnection_STATUS

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

Deprecated version of PrivateEndpointConnection_STATUS. Use v1api20210701.PrivateEndpointConnection_STATUS instead

func (*PrivateEndpointConnection_STATUS) AssignProperties_From_PrivateEndpointConnection_STATUS

func (connection *PrivateEndpointConnection_STATUS) AssignProperties_From_PrivateEndpointConnection_STATUS(source *v20210701s.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 *v20210701s.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 v1api20210701.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 PrivateEndpointServiceConnectionStatus

type PrivateEndpointServiceConnectionStatus string

Deprecated version of PrivateEndpointServiceConnectionStatus. Use v1api20210701.PrivateEndpointServiceConnectionStatus instead +kubebuilder:validation:Enum={"Approved","Disconnected","Pending","Rejected","Timeout"}

type PrivateEndpointServiceConnectionStatus_STATUS

type PrivateEndpointServiceConnectionStatus_STATUS string

Deprecated version of PrivateEndpointServiceConnectionStatus_STATUS. Use v1api20210701.PrivateEndpointServiceConnectionStatus_STATUS instead

type ResourceId

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

Deprecated version of ResourceId. Use v1api20210701.ResourceId instead

func (*ResourceId) AssignProperties_From_ResourceId

func (resourceId *ResourceId) AssignProperties_From_ResourceId(source *v20210701s.ResourceId) error

AssignProperties_From_ResourceId populates our ResourceId from the provided source ResourceId

func (*ResourceId) AssignProperties_To_ResourceId

func (resourceId *ResourceId) AssignProperties_To_ResourceId(destination *v20210701s.ResourceId) error

AssignProperties_To_ResourceId populates the provided destination ResourceId from our ResourceId

func (*ResourceId) ConvertToARM

func (resourceId *ResourceId) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*ResourceId) DeepCopy

func (in *ResourceId) DeepCopy() *ResourceId

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

func (*ResourceId) DeepCopyInto

func (in *ResourceId) DeepCopyInto(out *ResourceId)

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

func (*ResourceId) NewEmptyARMValue

func (resourceId *ResourceId) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ResourceId) PopulateFromARM

func (resourceId *ResourceId) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ResourceId_ARM

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

Deprecated version of ResourceId. Use v1api20210701.ResourceId instead

func (*ResourceId_ARM) DeepCopy

func (in *ResourceId_ARM) DeepCopy() *ResourceId_ARM

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

func (*ResourceId_ARM) DeepCopyInto

func (in *ResourceId_ARM) DeepCopyInto(out *ResourceId_ARM)

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

type ResourceId_STATUS

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

Deprecated version of ResourceId_STATUS. Use v1api20210701.ResourceId_STATUS instead

func (*ResourceId_STATUS) AssignProperties_From_ResourceId_STATUS

func (resourceId *ResourceId_STATUS) AssignProperties_From_ResourceId_STATUS(source *v20210701s.ResourceId_STATUS) error

AssignProperties_From_ResourceId_STATUS populates our ResourceId_STATUS from the provided source ResourceId_STATUS

func (*ResourceId_STATUS) AssignProperties_To_ResourceId_STATUS

func (resourceId *ResourceId_STATUS) AssignProperties_To_ResourceId_STATUS(destination *v20210701s.ResourceId_STATUS) error

AssignProperties_To_ResourceId_STATUS populates the provided destination ResourceId_STATUS from our ResourceId_STATUS

func (*ResourceId_STATUS) DeepCopy

func (in *ResourceId_STATUS) DeepCopy() *ResourceId_STATUS

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

func (*ResourceId_STATUS) DeepCopyInto

func (in *ResourceId_STATUS) DeepCopyInto(out *ResourceId_STATUS)

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

func (*ResourceId_STATUS) NewEmptyARMValue

func (resourceId *ResourceId_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ResourceId_STATUS) PopulateFromARM

func (resourceId *ResourceId_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ResourceId_STATUS_ARM

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

Deprecated version of ResourceId_STATUS. Use v1api20210701.ResourceId_STATUS instead

func (*ResourceId_STATUS_ARM) DeepCopy

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

func (*ResourceId_STATUS_ARM) DeepCopyInto

func (in *ResourceId_STATUS_ARM) DeepCopyInto(out *ResourceId_STATUS_ARM)

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

type ScaleSettings

type ScaleSettings struct {
	// +kubebuilder:validation:Required
	MaxNodeCount                *int    `json:"maxNodeCount,omitempty"`
	MinNodeCount                *int    `json:"minNodeCount,omitempty"`
	NodeIdleTimeBeforeScaleDown *string `json:"nodeIdleTimeBeforeScaleDown,omitempty"`
}

Deprecated version of ScaleSettings. Use v1api20210701.ScaleSettings instead

func (*ScaleSettings) AssignProperties_From_ScaleSettings

func (settings *ScaleSettings) AssignProperties_From_ScaleSettings(source *v20210701s.ScaleSettings) error

AssignProperties_From_ScaleSettings populates our ScaleSettings from the provided source ScaleSettings

func (*ScaleSettings) AssignProperties_To_ScaleSettings

func (settings *ScaleSettings) AssignProperties_To_ScaleSettings(destination *v20210701s.ScaleSettings) error

AssignProperties_To_ScaleSettings populates the provided destination ScaleSettings from our ScaleSettings

func (*ScaleSettings) ConvertToARM

func (settings *ScaleSettings) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*ScaleSettings) DeepCopy

func (in *ScaleSettings) DeepCopy() *ScaleSettings

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

func (*ScaleSettings) DeepCopyInto

func (in *ScaleSettings) DeepCopyInto(out *ScaleSettings)

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

func (*ScaleSettings) NewEmptyARMValue

func (settings *ScaleSettings) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ScaleSettings) PopulateFromARM

func (settings *ScaleSettings) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ScaleSettings_ARM

type ScaleSettings_ARM struct {
	MaxNodeCount                *int    `json:"maxNodeCount,omitempty"`
	MinNodeCount                *int    `json:"minNodeCount,omitempty"`
	NodeIdleTimeBeforeScaleDown *string `json:"nodeIdleTimeBeforeScaleDown,omitempty"`
}

Deprecated version of ScaleSettings. Use v1api20210701.ScaleSettings instead

func (*ScaleSettings_ARM) DeepCopy

func (in *ScaleSettings_ARM) DeepCopy() *ScaleSettings_ARM

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

func (*ScaleSettings_ARM) DeepCopyInto

func (in *ScaleSettings_ARM) DeepCopyInto(out *ScaleSettings_ARM)

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

type ScaleSettings_STATUS

type ScaleSettings_STATUS struct {
	MaxNodeCount                *int    `json:"maxNodeCount,omitempty"`
	MinNodeCount                *int    `json:"minNodeCount,omitempty"`
	NodeIdleTimeBeforeScaleDown *string `json:"nodeIdleTimeBeforeScaleDown,omitempty"`
}

Deprecated version of ScaleSettings_STATUS. Use v1api20210701.ScaleSettings_STATUS instead

func (*ScaleSettings_STATUS) AssignProperties_From_ScaleSettings_STATUS

func (settings *ScaleSettings_STATUS) AssignProperties_From_ScaleSettings_STATUS(source *v20210701s.ScaleSettings_STATUS) error

AssignProperties_From_ScaleSettings_STATUS populates our ScaleSettings_STATUS from the provided source ScaleSettings_STATUS

func (*ScaleSettings_STATUS) AssignProperties_To_ScaleSettings_STATUS

func (settings *ScaleSettings_STATUS) AssignProperties_To_ScaleSettings_STATUS(destination *v20210701s.ScaleSettings_STATUS) error

AssignProperties_To_ScaleSettings_STATUS populates the provided destination ScaleSettings_STATUS from our ScaleSettings_STATUS

func (*ScaleSettings_STATUS) DeepCopy

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

func (*ScaleSettings_STATUS) DeepCopyInto

func (in *ScaleSettings_STATUS) DeepCopyInto(out *ScaleSettings_STATUS)

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

func (*ScaleSettings_STATUS) NewEmptyARMValue

func (settings *ScaleSettings_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ScaleSettings_STATUS) PopulateFromARM

func (settings *ScaleSettings_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ScaleSettings_STATUS_ARM

type ScaleSettings_STATUS_ARM struct {
	MaxNodeCount                *int    `json:"maxNodeCount,omitempty"`
	MinNodeCount                *int    `json:"minNodeCount,omitempty"`
	NodeIdleTimeBeforeScaleDown *string `json:"nodeIdleTimeBeforeScaleDown,omitempty"`
}

Deprecated version of ScaleSettings_STATUS. Use v1api20210701.ScaleSettings_STATUS instead

func (*ScaleSettings_STATUS_ARM) DeepCopy

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

func (*ScaleSettings_STATUS_ARM) DeepCopyInto

func (in *ScaleSettings_STATUS_ARM) DeepCopyInto(out *ScaleSettings_STATUS_ARM)

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

type ScriptReference

type ScriptReference struct {
	ScriptArguments *string `json:"scriptArguments,omitempty"`
	ScriptData      *string `json:"scriptData,omitempty"`
	ScriptSource    *string `json:"scriptSource,omitempty"`
	Timeout         *string `json:"timeout,omitempty"`
}

Deprecated version of ScriptReference. Use v1api20210701.ScriptReference instead

func (*ScriptReference) AssignProperties_From_ScriptReference

func (reference *ScriptReference) AssignProperties_From_ScriptReference(source *v20210701s.ScriptReference) error

AssignProperties_From_ScriptReference populates our ScriptReference from the provided source ScriptReference

func (*ScriptReference) AssignProperties_To_ScriptReference

func (reference *ScriptReference) AssignProperties_To_ScriptReference(destination *v20210701s.ScriptReference) error

AssignProperties_To_ScriptReference populates the provided destination ScriptReference from our ScriptReference

func (*ScriptReference) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*ScriptReference) DeepCopy

func (in *ScriptReference) DeepCopy() *ScriptReference

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

func (*ScriptReference) DeepCopyInto

func (in *ScriptReference) DeepCopyInto(out *ScriptReference)

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

func (*ScriptReference) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ScriptReference) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ScriptReference_ARM

type ScriptReference_ARM struct {
	ScriptArguments *string `json:"scriptArguments,omitempty"`
	ScriptData      *string `json:"scriptData,omitempty"`
	ScriptSource    *string `json:"scriptSource,omitempty"`
	Timeout         *string `json:"timeout,omitempty"`
}

Deprecated version of ScriptReference. Use v1api20210701.ScriptReference instead

func (*ScriptReference_ARM) DeepCopy

func (in *ScriptReference_ARM) DeepCopy() *ScriptReference_ARM

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

func (*ScriptReference_ARM) DeepCopyInto

func (in *ScriptReference_ARM) DeepCopyInto(out *ScriptReference_ARM)

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

type ScriptReference_STATUS

type ScriptReference_STATUS struct {
	ScriptArguments *string `json:"scriptArguments,omitempty"`
	ScriptData      *string `json:"scriptData,omitempty"`
	ScriptSource    *string `json:"scriptSource,omitempty"`
	Timeout         *string `json:"timeout,omitempty"`
}

Deprecated version of ScriptReference_STATUS. Use v1api20210701.ScriptReference_STATUS instead

func (*ScriptReference_STATUS) AssignProperties_From_ScriptReference_STATUS

func (reference *ScriptReference_STATUS) AssignProperties_From_ScriptReference_STATUS(source *v20210701s.ScriptReference_STATUS) error

AssignProperties_From_ScriptReference_STATUS populates our ScriptReference_STATUS from the provided source ScriptReference_STATUS

func (*ScriptReference_STATUS) AssignProperties_To_ScriptReference_STATUS

func (reference *ScriptReference_STATUS) AssignProperties_To_ScriptReference_STATUS(destination *v20210701s.ScriptReference_STATUS) error

AssignProperties_To_ScriptReference_STATUS populates the provided destination ScriptReference_STATUS from our ScriptReference_STATUS

func (*ScriptReference_STATUS) DeepCopy

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

func (*ScriptReference_STATUS) DeepCopyInto

func (in *ScriptReference_STATUS) DeepCopyInto(out *ScriptReference_STATUS)

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

func (*ScriptReference_STATUS) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ScriptReference_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ScriptReference_STATUS_ARM

type ScriptReference_STATUS_ARM struct {
	ScriptArguments *string `json:"scriptArguments,omitempty"`
	ScriptData      *string `json:"scriptData,omitempty"`
	ScriptSource    *string `json:"scriptSource,omitempty"`
	Timeout         *string `json:"timeout,omitempty"`
}

Deprecated version of ScriptReference_STATUS. Use v1api20210701.ScriptReference_STATUS instead

func (*ScriptReference_STATUS_ARM) DeepCopy

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

func (*ScriptReference_STATUS_ARM) DeepCopyInto

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

type ScriptsToExecute

type ScriptsToExecute struct {
	CreationScript *ScriptReference `json:"creationScript,omitempty"`
	StartupScript  *ScriptReference `json:"startupScript,omitempty"`
}

Deprecated version of ScriptsToExecute. Use v1api20210701.ScriptsToExecute instead

func (*ScriptsToExecute) AssignProperties_From_ScriptsToExecute

func (execute *ScriptsToExecute) AssignProperties_From_ScriptsToExecute(source *v20210701s.ScriptsToExecute) error

AssignProperties_From_ScriptsToExecute populates our ScriptsToExecute from the provided source ScriptsToExecute

func (*ScriptsToExecute) AssignProperties_To_ScriptsToExecute

func (execute *ScriptsToExecute) AssignProperties_To_ScriptsToExecute(destination *v20210701s.ScriptsToExecute) error

AssignProperties_To_ScriptsToExecute populates the provided destination ScriptsToExecute from our ScriptsToExecute

func (*ScriptsToExecute) ConvertToARM

func (execute *ScriptsToExecute) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*ScriptsToExecute) DeepCopy

func (in *ScriptsToExecute) DeepCopy() *ScriptsToExecute

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

func (*ScriptsToExecute) DeepCopyInto

func (in *ScriptsToExecute) DeepCopyInto(out *ScriptsToExecute)

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

func (*ScriptsToExecute) NewEmptyARMValue

func (execute *ScriptsToExecute) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ScriptsToExecute) PopulateFromARM

func (execute *ScriptsToExecute) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ScriptsToExecute_ARM

type ScriptsToExecute_ARM struct {
	CreationScript *ScriptReference_ARM `json:"creationScript,omitempty"`
	StartupScript  *ScriptReference_ARM `json:"startupScript,omitempty"`
}

Deprecated version of ScriptsToExecute. Use v1api20210701.ScriptsToExecute instead

func (*ScriptsToExecute_ARM) DeepCopy

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

func (*ScriptsToExecute_ARM) DeepCopyInto

func (in *ScriptsToExecute_ARM) DeepCopyInto(out *ScriptsToExecute_ARM)

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

type ScriptsToExecute_STATUS

type ScriptsToExecute_STATUS struct {
	CreationScript *ScriptReference_STATUS `json:"creationScript,omitempty"`
	StartupScript  *ScriptReference_STATUS `json:"startupScript,omitempty"`
}

Deprecated version of ScriptsToExecute_STATUS. Use v1api20210701.ScriptsToExecute_STATUS instead

func (*ScriptsToExecute_STATUS) AssignProperties_From_ScriptsToExecute_STATUS

func (execute *ScriptsToExecute_STATUS) AssignProperties_From_ScriptsToExecute_STATUS(source *v20210701s.ScriptsToExecute_STATUS) error

AssignProperties_From_ScriptsToExecute_STATUS populates our ScriptsToExecute_STATUS from the provided source ScriptsToExecute_STATUS

func (*ScriptsToExecute_STATUS) AssignProperties_To_ScriptsToExecute_STATUS

func (execute *ScriptsToExecute_STATUS) AssignProperties_To_ScriptsToExecute_STATUS(destination *v20210701s.ScriptsToExecute_STATUS) error

AssignProperties_To_ScriptsToExecute_STATUS populates the provided destination ScriptsToExecute_STATUS from our ScriptsToExecute_STATUS

func (*ScriptsToExecute_STATUS) DeepCopy

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

func (*ScriptsToExecute_STATUS) DeepCopyInto

func (in *ScriptsToExecute_STATUS) DeepCopyInto(out *ScriptsToExecute_STATUS)

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

func (*ScriptsToExecute_STATUS) NewEmptyARMValue

func (execute *ScriptsToExecute_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ScriptsToExecute_STATUS) PopulateFromARM

func (execute *ScriptsToExecute_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ScriptsToExecute_STATUS_ARM

type ScriptsToExecute_STATUS_ARM struct {
	CreationScript *ScriptReference_STATUS_ARM `json:"creationScript,omitempty"`
	StartupScript  *ScriptReference_STATUS_ARM `json:"startupScript,omitempty"`
}

Deprecated version of ScriptsToExecute_STATUS. Use v1api20210701.ScriptsToExecute_STATUS instead

func (*ScriptsToExecute_STATUS_ARM) DeepCopy

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

func (*ScriptsToExecute_STATUS_ARM) DeepCopyInto

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

type ServiceManagedResourcesSettings

type ServiceManagedResourcesSettings struct {
	CosmosDb *CosmosDbSettings `json:"cosmosDb,omitempty"`
}

Deprecated version of ServiceManagedResourcesSettings. Use v1api20210701.ServiceManagedResourcesSettings instead

func (*ServiceManagedResourcesSettings) AssignProperties_From_ServiceManagedResourcesSettings

func (settings *ServiceManagedResourcesSettings) AssignProperties_From_ServiceManagedResourcesSettings(source *v20210701s.ServiceManagedResourcesSettings) error

AssignProperties_From_ServiceManagedResourcesSettings populates our ServiceManagedResourcesSettings from the provided source ServiceManagedResourcesSettings

func (*ServiceManagedResourcesSettings) AssignProperties_To_ServiceManagedResourcesSettings

func (settings *ServiceManagedResourcesSettings) AssignProperties_To_ServiceManagedResourcesSettings(destination *v20210701s.ServiceManagedResourcesSettings) error

AssignProperties_To_ServiceManagedResourcesSettings populates the provided destination ServiceManagedResourcesSettings from our ServiceManagedResourcesSettings

func (*ServiceManagedResourcesSettings) ConvertToARM

func (settings *ServiceManagedResourcesSettings) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*ServiceManagedResourcesSettings) DeepCopy

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

func (*ServiceManagedResourcesSettings) DeepCopyInto

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

func (*ServiceManagedResourcesSettings) NewEmptyARMValue

func (settings *ServiceManagedResourcesSettings) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ServiceManagedResourcesSettings) PopulateFromARM

func (settings *ServiceManagedResourcesSettings) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ServiceManagedResourcesSettings_ARM

type ServiceManagedResourcesSettings_ARM struct {
	CosmosDb *CosmosDbSettings_ARM `json:"cosmosDb,omitempty"`
}

Deprecated version of ServiceManagedResourcesSettings. Use v1api20210701.ServiceManagedResourcesSettings instead

func (*ServiceManagedResourcesSettings_ARM) DeepCopy

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

func (*ServiceManagedResourcesSettings_ARM) DeepCopyInto

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

type ServiceManagedResourcesSettings_STATUS

type ServiceManagedResourcesSettings_STATUS struct {
	CosmosDb *CosmosDbSettings_STATUS `json:"cosmosDb,omitempty"`
}

Deprecated version of ServiceManagedResourcesSettings_STATUS. Use v1api20210701.ServiceManagedResourcesSettings_STATUS instead

func (*ServiceManagedResourcesSettings_STATUS) AssignProperties_From_ServiceManagedResourcesSettings_STATUS

func (settings *ServiceManagedResourcesSettings_STATUS) AssignProperties_From_ServiceManagedResourcesSettings_STATUS(source *v20210701s.ServiceManagedResourcesSettings_STATUS) error

AssignProperties_From_ServiceManagedResourcesSettings_STATUS populates our ServiceManagedResourcesSettings_STATUS from the provided source ServiceManagedResourcesSettings_STATUS

func (*ServiceManagedResourcesSettings_STATUS) AssignProperties_To_ServiceManagedResourcesSettings_STATUS

func (settings *ServiceManagedResourcesSettings_STATUS) AssignProperties_To_ServiceManagedResourcesSettings_STATUS(destination *v20210701s.ServiceManagedResourcesSettings_STATUS) error

AssignProperties_To_ServiceManagedResourcesSettings_STATUS populates the provided destination ServiceManagedResourcesSettings_STATUS from our ServiceManagedResourcesSettings_STATUS

func (*ServiceManagedResourcesSettings_STATUS) DeepCopy

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

func (*ServiceManagedResourcesSettings_STATUS) DeepCopyInto

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

func (*ServiceManagedResourcesSettings_STATUS) NewEmptyARMValue

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*ServiceManagedResourcesSettings_STATUS) PopulateFromARM

func (settings *ServiceManagedResourcesSettings_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type ServiceManagedResourcesSettings_STATUS_ARM

type ServiceManagedResourcesSettings_STATUS_ARM struct {
	CosmosDb *CosmosDbSettings_STATUS_ARM `json:"cosmosDb,omitempty"`
}

Deprecated version of ServiceManagedResourcesSettings_STATUS. Use v1api20210701.ServiceManagedResourcesSettings_STATUS instead

func (*ServiceManagedResourcesSettings_STATUS_ARM) DeepCopy

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

func (*ServiceManagedResourcesSettings_STATUS_ARM) DeepCopyInto

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

type SetupScripts

type SetupScripts struct {
	Scripts *ScriptsToExecute `json:"scripts,omitempty"`
}

Deprecated version of SetupScripts. Use v1api20210701.SetupScripts instead

func (*SetupScripts) AssignProperties_From_SetupScripts

func (scripts *SetupScripts) AssignProperties_From_SetupScripts(source *v20210701s.SetupScripts) error

AssignProperties_From_SetupScripts populates our SetupScripts from the provided source SetupScripts

func (*SetupScripts) AssignProperties_To_SetupScripts

func (scripts *SetupScripts) AssignProperties_To_SetupScripts(destination *v20210701s.SetupScripts) error

AssignProperties_To_SetupScripts populates the provided destination SetupScripts from our SetupScripts

func (*SetupScripts) ConvertToARM

func (scripts *SetupScripts) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*SetupScripts) DeepCopy

func (in *SetupScripts) DeepCopy() *SetupScripts

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

func (*SetupScripts) DeepCopyInto

func (in *SetupScripts) DeepCopyInto(out *SetupScripts)

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

func (*SetupScripts) NewEmptyARMValue

func (scripts *SetupScripts) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SetupScripts) PopulateFromARM

func (scripts *SetupScripts) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type SetupScripts_ARM

type SetupScripts_ARM struct {
	Scripts *ScriptsToExecute_ARM `json:"scripts,omitempty"`
}

Deprecated version of SetupScripts. Use v1api20210701.SetupScripts instead

func (*SetupScripts_ARM) DeepCopy

func (in *SetupScripts_ARM) DeepCopy() *SetupScripts_ARM

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

func (*SetupScripts_ARM) DeepCopyInto

func (in *SetupScripts_ARM) DeepCopyInto(out *SetupScripts_ARM)

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

type SetupScripts_STATUS

type SetupScripts_STATUS struct {
	Scripts *ScriptsToExecute_STATUS `json:"scripts,omitempty"`
}

Deprecated version of SetupScripts_STATUS. Use v1api20210701.SetupScripts_STATUS instead

func (*SetupScripts_STATUS) AssignProperties_From_SetupScripts_STATUS

func (scripts *SetupScripts_STATUS) AssignProperties_From_SetupScripts_STATUS(source *v20210701s.SetupScripts_STATUS) error

AssignProperties_From_SetupScripts_STATUS populates our SetupScripts_STATUS from the provided source SetupScripts_STATUS

func (*SetupScripts_STATUS) AssignProperties_To_SetupScripts_STATUS

func (scripts *SetupScripts_STATUS) AssignProperties_To_SetupScripts_STATUS(destination *v20210701s.SetupScripts_STATUS) error

AssignProperties_To_SetupScripts_STATUS populates the provided destination SetupScripts_STATUS from our SetupScripts_STATUS

func (*SetupScripts_STATUS) DeepCopy

func (in *SetupScripts_STATUS) DeepCopy() *SetupScripts_STATUS

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

func (*SetupScripts_STATUS) DeepCopyInto

func (in *SetupScripts_STATUS) DeepCopyInto(out *SetupScripts_STATUS)

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

func (*SetupScripts_STATUS) NewEmptyARMValue

func (scripts *SetupScripts_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SetupScripts_STATUS) PopulateFromARM

func (scripts *SetupScripts_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type SetupScripts_STATUS_ARM

type SetupScripts_STATUS_ARM struct {
	Scripts *ScriptsToExecute_STATUS_ARM `json:"scripts,omitempty"`
}

Deprecated version of SetupScripts_STATUS. Use v1api20210701.SetupScripts_STATUS instead

func (*SetupScripts_STATUS_ARM) DeepCopy

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

func (*SetupScripts_STATUS_ARM) DeepCopyInto

func (in *SetupScripts_STATUS_ARM) DeepCopyInto(out *SetupScripts_STATUS_ARM)

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

type SharedPrivateLinkResource

type SharedPrivateLinkResource struct {
	GroupId                      *string                                 `json:"groupId,omitempty"`
	Name                         *string                                 `json:"name,omitempty"`
	PrivateLinkResourceReference *genruntime.ResourceReference           `armReference:"PrivateLinkResourceId" json:"privateLinkResourceReference,omitempty"`
	RequestMessage               *string                                 `json:"requestMessage,omitempty"`
	Status                       *PrivateEndpointServiceConnectionStatus `json:"status,omitempty"`
}

Deprecated version of SharedPrivateLinkResource. Use v1api20210701.SharedPrivateLinkResource instead

func (*SharedPrivateLinkResource) AssignProperties_From_SharedPrivateLinkResource

func (resource *SharedPrivateLinkResource) AssignProperties_From_SharedPrivateLinkResource(source *v20210701s.SharedPrivateLinkResource) error

AssignProperties_From_SharedPrivateLinkResource populates our SharedPrivateLinkResource from the provided source SharedPrivateLinkResource

func (*SharedPrivateLinkResource) AssignProperties_To_SharedPrivateLinkResource

func (resource *SharedPrivateLinkResource) AssignProperties_To_SharedPrivateLinkResource(destination *v20210701s.SharedPrivateLinkResource) error

AssignProperties_To_SharedPrivateLinkResource populates the provided destination SharedPrivateLinkResource from our SharedPrivateLinkResource

func (*SharedPrivateLinkResource) ConvertToARM

func (resource *SharedPrivateLinkResource) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*SharedPrivateLinkResource) DeepCopy

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

func (*SharedPrivateLinkResource) DeepCopyInto

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

func (*SharedPrivateLinkResource) NewEmptyARMValue

func (resource *SharedPrivateLinkResource) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SharedPrivateLinkResource) PopulateFromARM

func (resource *SharedPrivateLinkResource) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type SharedPrivateLinkResourceProperty_ARM

type SharedPrivateLinkResourceProperty_ARM struct {
	GroupId               *string                                 `json:"groupId,omitempty"`
	PrivateLinkResourceId *string                                 `json:"privateLinkResourceId,omitempty"`
	RequestMessage        *string                                 `json:"requestMessage,omitempty"`
	Status                *PrivateEndpointServiceConnectionStatus `json:"status,omitempty"`
}

Deprecated version of SharedPrivateLinkResourceProperty. Use v1api20210701.SharedPrivateLinkResourceProperty instead

func (*SharedPrivateLinkResourceProperty_ARM) DeepCopy

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

func (*SharedPrivateLinkResourceProperty_ARM) DeepCopyInto

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

type SharedPrivateLinkResourceProperty_STATUS_ARM

type SharedPrivateLinkResourceProperty_STATUS_ARM struct {
	GroupId               *string                                        `json:"groupId,omitempty"`
	PrivateLinkResourceId *string                                        `json:"privateLinkResourceId,omitempty"`
	RequestMessage        *string                                        `json:"requestMessage,omitempty"`
	Status                *PrivateEndpointServiceConnectionStatus_STATUS `json:"status,omitempty"`
}

Deprecated version of SharedPrivateLinkResourceProperty_STATUS. Use v1api20210701.SharedPrivateLinkResourceProperty_STATUS instead

func (*SharedPrivateLinkResourceProperty_STATUS_ARM) DeepCopy

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

func (*SharedPrivateLinkResourceProperty_STATUS_ARM) DeepCopyInto

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

type SharedPrivateLinkResource_ARM

type SharedPrivateLinkResource_ARM struct {
	Name       *string                                `json:"name,omitempty"`
	Properties *SharedPrivateLinkResourceProperty_ARM `json:"properties,omitempty"`
}

Deprecated version of SharedPrivateLinkResource. Use v1api20210701.SharedPrivateLinkResource instead

func (*SharedPrivateLinkResource_ARM) DeepCopy

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

func (*SharedPrivateLinkResource_ARM) DeepCopyInto

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

type SharedPrivateLinkResource_STATUS

type SharedPrivateLinkResource_STATUS struct {
	GroupId               *string                                        `json:"groupId,omitempty"`
	Name                  *string                                        `json:"name,omitempty"`
	PrivateLinkResourceId *string                                        `json:"privateLinkResourceId,omitempty"`
	RequestMessage        *string                                        `json:"requestMessage,omitempty"`
	Status                *PrivateEndpointServiceConnectionStatus_STATUS `json:"status,omitempty"`
}

Deprecated version of SharedPrivateLinkResource_STATUS. Use v1api20210701.SharedPrivateLinkResource_STATUS instead

func (*SharedPrivateLinkResource_STATUS) AssignProperties_From_SharedPrivateLinkResource_STATUS

func (resource *SharedPrivateLinkResource_STATUS) AssignProperties_From_SharedPrivateLinkResource_STATUS(source *v20210701s.SharedPrivateLinkResource_STATUS) error

AssignProperties_From_SharedPrivateLinkResource_STATUS populates our SharedPrivateLinkResource_STATUS from the provided source SharedPrivateLinkResource_STATUS

func (*SharedPrivateLinkResource_STATUS) AssignProperties_To_SharedPrivateLinkResource_STATUS

func (resource *SharedPrivateLinkResource_STATUS) AssignProperties_To_SharedPrivateLinkResource_STATUS(destination *v20210701s.SharedPrivateLinkResource_STATUS) error

AssignProperties_To_SharedPrivateLinkResource_STATUS populates the provided destination SharedPrivateLinkResource_STATUS from our SharedPrivateLinkResource_STATUS

func (*SharedPrivateLinkResource_STATUS) DeepCopy

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

func (*SharedPrivateLinkResource_STATUS) DeepCopyInto

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

func (*SharedPrivateLinkResource_STATUS) NewEmptyARMValue

func (resource *SharedPrivateLinkResource_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SharedPrivateLinkResource_STATUS) PopulateFromARM

func (resource *SharedPrivateLinkResource_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type SharedPrivateLinkResource_STATUS_ARM

type SharedPrivateLinkResource_STATUS_ARM struct {
	Name       *string                                       `json:"name,omitempty"`
	Properties *SharedPrivateLinkResourceProperty_STATUS_ARM `json:"properties,omitempty"`
}

Deprecated version of SharedPrivateLinkResource_STATUS. Use v1api20210701.SharedPrivateLinkResource_STATUS instead

func (*SharedPrivateLinkResource_STATUS_ARM) DeepCopy

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

func (*SharedPrivateLinkResource_STATUS_ARM) DeepCopyInto

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

type Sku

type Sku struct {
	Name *string `json:"name,omitempty"`
	Tier *string `json:"tier,omitempty"`
}

Deprecated version of Sku. Use v1api20210701.Sku instead

func (*Sku) AssignProperties_From_Sku

func (sku *Sku) AssignProperties_From_Sku(source *v20210701s.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 *v20210701s.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 *string `json:"name,omitempty"`
	Tier *string `json:"tier,omitempty"`
}

Deprecated version of Sku. Use v1api20210701.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_STATUS

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

Deprecated version of Sku_STATUS. Use v1api20210701.Sku_STATUS instead

func (*Sku_STATUS) AssignProperties_From_Sku_STATUS

func (sku *Sku_STATUS) AssignProperties_From_Sku_STATUS(source *v20210701s.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 *v20210701s.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 *string `json:"name,omitempty"`
	Tier *string `json:"tier,omitempty"`
}

Deprecated version of Sku_STATUS. Use v1api20210701.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 SslConfiguration

type SslConfiguration struct {
	Cert                    *string                  `json:"cert,omitempty"`
	Cname                   *string                  `json:"cname,omitempty"`
	Key                     *string                  `json:"key,omitempty"`
	LeafDomainLabel         *string                  `json:"leafDomainLabel,omitempty"`
	OverwriteExistingDomain *bool                    `json:"overwriteExistingDomain,omitempty"`
	Status                  *SslConfiguration_Status `json:"status,omitempty"`
}

Deprecated version of SslConfiguration. Use v1api20210701.SslConfiguration instead

func (*SslConfiguration) AssignProperties_From_SslConfiguration

func (configuration *SslConfiguration) AssignProperties_From_SslConfiguration(source *v20210701s.SslConfiguration) error

AssignProperties_From_SslConfiguration populates our SslConfiguration from the provided source SslConfiguration

func (*SslConfiguration) AssignProperties_To_SslConfiguration

func (configuration *SslConfiguration) AssignProperties_To_SslConfiguration(destination *v20210701s.SslConfiguration) error

AssignProperties_To_SslConfiguration populates the provided destination SslConfiguration from our SslConfiguration

func (*SslConfiguration) ConvertToARM

func (configuration *SslConfiguration) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*SslConfiguration) DeepCopy

func (in *SslConfiguration) DeepCopy() *SslConfiguration

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

func (*SslConfiguration) DeepCopyInto

func (in *SslConfiguration) DeepCopyInto(out *SslConfiguration)

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

func (*SslConfiguration) NewEmptyARMValue

func (configuration *SslConfiguration) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SslConfiguration) PopulateFromARM

func (configuration *SslConfiguration) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type SslConfiguration_ARM

type SslConfiguration_ARM struct {
	Cert                    *string                  `json:"cert,omitempty"`
	Cname                   *string                  `json:"cname,omitempty"`
	Key                     *string                  `json:"key,omitempty"`
	LeafDomainLabel         *string                  `json:"leafDomainLabel,omitempty"`
	OverwriteExistingDomain *bool                    `json:"overwriteExistingDomain,omitempty"`
	Status                  *SslConfiguration_Status `json:"status,omitempty"`
}

Deprecated version of SslConfiguration. Use v1api20210701.SslConfiguration instead

func (*SslConfiguration_ARM) DeepCopy

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

func (*SslConfiguration_ARM) DeepCopyInto

func (in *SslConfiguration_ARM) DeepCopyInto(out *SslConfiguration_ARM)

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

type SslConfiguration_STATUS

type SslConfiguration_STATUS struct {
	Cert                    *string                         `json:"cert,omitempty"`
	Cname                   *string                         `json:"cname,omitempty"`
	Key                     *string                         `json:"key,omitempty"`
	LeafDomainLabel         *string                         `json:"leafDomainLabel,omitempty"`
	OverwriteExistingDomain *bool                           `json:"overwriteExistingDomain,omitempty"`
	Status                  *SslConfiguration_Status_STATUS `json:"status,omitempty"`
}

Deprecated version of SslConfiguration_STATUS. Use v1api20210701.SslConfiguration_STATUS instead

func (*SslConfiguration_STATUS) AssignProperties_From_SslConfiguration_STATUS

func (configuration *SslConfiguration_STATUS) AssignProperties_From_SslConfiguration_STATUS(source *v20210701s.SslConfiguration_STATUS) error

AssignProperties_From_SslConfiguration_STATUS populates our SslConfiguration_STATUS from the provided source SslConfiguration_STATUS

func (*SslConfiguration_STATUS) AssignProperties_To_SslConfiguration_STATUS

func (configuration *SslConfiguration_STATUS) AssignProperties_To_SslConfiguration_STATUS(destination *v20210701s.SslConfiguration_STATUS) error

AssignProperties_To_SslConfiguration_STATUS populates the provided destination SslConfiguration_STATUS from our SslConfiguration_STATUS

func (*SslConfiguration_STATUS) DeepCopy

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

func (*SslConfiguration_STATUS) DeepCopyInto

func (in *SslConfiguration_STATUS) DeepCopyInto(out *SslConfiguration_STATUS)

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

func (*SslConfiguration_STATUS) NewEmptyARMValue

func (configuration *SslConfiguration_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SslConfiguration_STATUS) PopulateFromARM

func (configuration *SslConfiguration_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type SslConfiguration_STATUS_ARM

type SslConfiguration_STATUS_ARM struct {
	Cert                    *string                         `json:"cert,omitempty"`
	Cname                   *string                         `json:"cname,omitempty"`
	Key                     *string                         `json:"key,omitempty"`
	LeafDomainLabel         *string                         `json:"leafDomainLabel,omitempty"`
	OverwriteExistingDomain *bool                           `json:"overwriteExistingDomain,omitempty"`
	Status                  *SslConfiguration_Status_STATUS `json:"status,omitempty"`
}

Deprecated version of SslConfiguration_STATUS. Use v1api20210701.SslConfiguration_STATUS instead

func (*SslConfiguration_STATUS_ARM) DeepCopy

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

func (*SslConfiguration_STATUS_ARM) DeepCopyInto

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

type SslConfiguration_Status

type SslConfiguration_Status string

Deprecated version of SslConfiguration_Status. Use v1api20210701.SslConfiguration_Status instead +kubebuilder:validation:Enum={"Auto","Disabled","Enabled"}

type SslConfiguration_Status_STATUS

type SslConfiguration_Status_STATUS string

Deprecated version of SslConfiguration_Status_STATUS. Use v1api20210701.SslConfiguration_Status_STATUS instead

type SynapseSpark

type SynapseSpark struct {
	ComputeLocation *string `json:"computeLocation,omitempty"`

	// +kubebuilder:validation:Required
	ComputeType       *SynapseSpark_ComputeType     `json:"computeType,omitempty"`
	Description       *string                       `json:"description,omitempty"`
	DisableLocalAuth  *bool                         `json:"disableLocalAuth,omitempty"`
	Properties        *SynapseSpark_Properties      `json:"properties,omitempty"`
	ResourceReference *genruntime.ResourceReference `armReference:"ResourceId" json:"resourceReference,omitempty"`
}

Deprecated version of SynapseSpark. Use v1api20210701.SynapseSpark instead

func (*SynapseSpark) AssignProperties_From_SynapseSpark

func (spark *SynapseSpark) AssignProperties_From_SynapseSpark(source *v20210701s.SynapseSpark) error

AssignProperties_From_SynapseSpark populates our SynapseSpark from the provided source SynapseSpark

func (*SynapseSpark) AssignProperties_To_SynapseSpark

func (spark *SynapseSpark) AssignProperties_To_SynapseSpark(destination *v20210701s.SynapseSpark) error

AssignProperties_To_SynapseSpark populates the provided destination SynapseSpark from our SynapseSpark

func (*SynapseSpark) ConvertToARM

func (spark *SynapseSpark) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*SynapseSpark) DeepCopy

func (in *SynapseSpark) DeepCopy() *SynapseSpark

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

func (*SynapseSpark) DeepCopyInto

func (in *SynapseSpark) DeepCopyInto(out *SynapseSpark)

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

func (*SynapseSpark) NewEmptyARMValue

func (spark *SynapseSpark) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SynapseSpark) PopulateFromARM

func (spark *SynapseSpark) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type SynapseSpark_ARM

type SynapseSpark_ARM struct {
	ComputeLocation  *string                      `json:"computeLocation,omitempty"`
	ComputeType      SynapseSpark_ComputeType     `json:"computeType,omitempty"`
	Description      *string                      `json:"description,omitempty"`
	DisableLocalAuth *bool                        `json:"disableLocalAuth,omitempty"`
	Properties       *SynapseSpark_Properties_ARM `json:"properties,omitempty"`
	ResourceId       *string                      `json:"resourceId,omitempty"`
}

Deprecated version of SynapseSpark. Use v1api20210701.SynapseSpark instead

func (*SynapseSpark_ARM) DeepCopy

func (in *SynapseSpark_ARM) DeepCopy() *SynapseSpark_ARM

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

func (*SynapseSpark_ARM) DeepCopyInto

func (in *SynapseSpark_ARM) DeepCopyInto(out *SynapseSpark_ARM)

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

type SynapseSpark_ComputeType

type SynapseSpark_ComputeType string

Deprecated version of SynapseSpark_ComputeType. Use v1api20210701.SynapseSpark_ComputeType instead +kubebuilder:validation:Enum={"SynapseSpark"}

type SynapseSpark_ComputeType_STATUS

type SynapseSpark_ComputeType_STATUS string

Deprecated version of SynapseSpark_ComputeType_STATUS. Use v1api20210701.SynapseSpark_ComputeType_STATUS instead

type SynapseSpark_Properties

type SynapseSpark_Properties struct {
	AutoPauseProperties *AutoPauseProperties `json:"autoPauseProperties,omitempty"`
	AutoScaleProperties *AutoScaleProperties `json:"autoScaleProperties,omitempty"`
	NodeCount           *int                 `json:"nodeCount,omitempty"`
	NodeSize            *string              `json:"nodeSize,omitempty"`
	NodeSizeFamily      *string              `json:"nodeSizeFamily,omitempty"`
	PoolName            *string              `json:"poolName,omitempty"`
	ResourceGroup       *string              `json:"resourceGroup,omitempty"`
	SparkVersion        *string              `json:"sparkVersion,omitempty"`
	SubscriptionId      *string              `json:"subscriptionId,omitempty"`
	WorkspaceName       *string              `json:"workspaceName,omitempty"`
}

Deprecated version of SynapseSpark_Properties. Use v1api20210701.SynapseSpark_Properties instead

func (*SynapseSpark_Properties) AssignProperties_From_SynapseSpark_Properties

func (properties *SynapseSpark_Properties) AssignProperties_From_SynapseSpark_Properties(source *v20210701s.SynapseSpark_Properties) error

AssignProperties_From_SynapseSpark_Properties populates our SynapseSpark_Properties from the provided source SynapseSpark_Properties

func (*SynapseSpark_Properties) AssignProperties_To_SynapseSpark_Properties

func (properties *SynapseSpark_Properties) AssignProperties_To_SynapseSpark_Properties(destination *v20210701s.SynapseSpark_Properties) error

AssignProperties_To_SynapseSpark_Properties populates the provided destination SynapseSpark_Properties from our SynapseSpark_Properties

func (*SynapseSpark_Properties) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*SynapseSpark_Properties) DeepCopy

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

func (*SynapseSpark_Properties) DeepCopyInto

func (in *SynapseSpark_Properties) DeepCopyInto(out *SynapseSpark_Properties)

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

func (*SynapseSpark_Properties) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SynapseSpark_Properties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type SynapseSpark_Properties_ARM

type SynapseSpark_Properties_ARM struct {
	AutoPauseProperties *AutoPauseProperties_ARM `json:"autoPauseProperties,omitempty"`
	AutoScaleProperties *AutoScaleProperties_ARM `json:"autoScaleProperties,omitempty"`
	NodeCount           *int                     `json:"nodeCount,omitempty"`
	NodeSize            *string                  `json:"nodeSize,omitempty"`
	NodeSizeFamily      *string                  `json:"nodeSizeFamily,omitempty"`
	PoolName            *string                  `json:"poolName,omitempty"`
	ResourceGroup       *string                  `json:"resourceGroup,omitempty"`
	SparkVersion        *string                  `json:"sparkVersion,omitempty"`
	SubscriptionId      *string                  `json:"subscriptionId,omitempty"`
	WorkspaceName       *string                  `json:"workspaceName,omitempty"`
}

Deprecated version of SynapseSpark_Properties. Use v1api20210701.SynapseSpark_Properties instead

func (*SynapseSpark_Properties_ARM) DeepCopy

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

func (*SynapseSpark_Properties_ARM) DeepCopyInto

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

type SynapseSpark_Properties_STATUS

type SynapseSpark_Properties_STATUS struct {
	AutoPauseProperties *AutoPauseProperties_STATUS `json:"autoPauseProperties,omitempty"`
	AutoScaleProperties *AutoScaleProperties_STATUS `json:"autoScaleProperties,omitempty"`
	NodeCount           *int                        `json:"nodeCount,omitempty"`
	NodeSize            *string                     `json:"nodeSize,omitempty"`
	NodeSizeFamily      *string                     `json:"nodeSizeFamily,omitempty"`
	PoolName            *string                     `json:"poolName,omitempty"`
	ResourceGroup       *string                     `json:"resourceGroup,omitempty"`
	SparkVersion        *string                     `json:"sparkVersion,omitempty"`
	SubscriptionId      *string                     `json:"subscriptionId,omitempty"`
	WorkspaceName       *string                     `json:"workspaceName,omitempty"`
}

Deprecated version of SynapseSpark_Properties_STATUS. Use v1api20210701.SynapseSpark_Properties_STATUS instead

func (*SynapseSpark_Properties_STATUS) AssignProperties_From_SynapseSpark_Properties_STATUS

func (properties *SynapseSpark_Properties_STATUS) AssignProperties_From_SynapseSpark_Properties_STATUS(source *v20210701s.SynapseSpark_Properties_STATUS) error

AssignProperties_From_SynapseSpark_Properties_STATUS populates our SynapseSpark_Properties_STATUS from the provided source SynapseSpark_Properties_STATUS

func (*SynapseSpark_Properties_STATUS) AssignProperties_To_SynapseSpark_Properties_STATUS

func (properties *SynapseSpark_Properties_STATUS) AssignProperties_To_SynapseSpark_Properties_STATUS(destination *v20210701s.SynapseSpark_Properties_STATUS) error

AssignProperties_To_SynapseSpark_Properties_STATUS populates the provided destination SynapseSpark_Properties_STATUS from our SynapseSpark_Properties_STATUS

func (*SynapseSpark_Properties_STATUS) DeepCopy

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

func (*SynapseSpark_Properties_STATUS) DeepCopyInto

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

func (*SynapseSpark_Properties_STATUS) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SynapseSpark_Properties_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type SynapseSpark_Properties_STATUS_ARM

type SynapseSpark_Properties_STATUS_ARM struct {
	AutoPauseProperties *AutoPauseProperties_STATUS_ARM `json:"autoPauseProperties,omitempty"`
	AutoScaleProperties *AutoScaleProperties_STATUS_ARM `json:"autoScaleProperties,omitempty"`
	NodeCount           *int                            `json:"nodeCount,omitempty"`
	NodeSize            *string                         `json:"nodeSize,omitempty"`
	NodeSizeFamily      *string                         `json:"nodeSizeFamily,omitempty"`
	PoolName            *string                         `json:"poolName,omitempty"`
	ResourceGroup       *string                         `json:"resourceGroup,omitempty"`
	SparkVersion        *string                         `json:"sparkVersion,omitempty"`
	SubscriptionId      *string                         `json:"subscriptionId,omitempty"`
	WorkspaceName       *string                         `json:"workspaceName,omitempty"`
}

Deprecated version of SynapseSpark_Properties_STATUS. Use v1api20210701.SynapseSpark_Properties_STATUS instead

func (*SynapseSpark_Properties_STATUS_ARM) DeepCopy

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

func (*SynapseSpark_Properties_STATUS_ARM) DeepCopyInto

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

type SynapseSpark_ProvisioningState_STATUS

type SynapseSpark_ProvisioningState_STATUS string

Deprecated version of SynapseSpark_ProvisioningState_STATUS. Use v1api20210701.SynapseSpark_ProvisioningState_STATUS instead

type SynapseSpark_STATUS

type SynapseSpark_STATUS struct {
	ComputeLocation    *string                                `json:"computeLocation,omitempty"`
	ComputeType        *SynapseSpark_ComputeType_STATUS       `json:"computeType,omitempty"`
	CreatedOn          *string                                `json:"createdOn,omitempty"`
	Description        *string                                `json:"description,omitempty"`
	DisableLocalAuth   *bool                                  `json:"disableLocalAuth,omitempty"`
	IsAttachedCompute  *bool                                  `json:"isAttachedCompute,omitempty"`
	ModifiedOn         *string                                `json:"modifiedOn,omitempty"`
	Properties         *SynapseSpark_Properties_STATUS        `json:"properties,omitempty"`
	ProvisioningErrors []ErrorResponse_STATUS                 `json:"provisioningErrors,omitempty"`
	ProvisioningState  *SynapseSpark_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	ResourceId         *string                                `json:"resourceId,omitempty"`
}

Deprecated version of SynapseSpark_STATUS. Use v1api20210701.SynapseSpark_STATUS instead

func (*SynapseSpark_STATUS) AssignProperties_From_SynapseSpark_STATUS

func (spark *SynapseSpark_STATUS) AssignProperties_From_SynapseSpark_STATUS(source *v20210701s.SynapseSpark_STATUS) error

AssignProperties_From_SynapseSpark_STATUS populates our SynapseSpark_STATUS from the provided source SynapseSpark_STATUS

func (*SynapseSpark_STATUS) AssignProperties_To_SynapseSpark_STATUS

func (spark *SynapseSpark_STATUS) AssignProperties_To_SynapseSpark_STATUS(destination *v20210701s.SynapseSpark_STATUS) error

AssignProperties_To_SynapseSpark_STATUS populates the provided destination SynapseSpark_STATUS from our SynapseSpark_STATUS

func (*SynapseSpark_STATUS) DeepCopy

func (in *SynapseSpark_STATUS) DeepCopy() *SynapseSpark_STATUS

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

func (*SynapseSpark_STATUS) DeepCopyInto

func (in *SynapseSpark_STATUS) DeepCopyInto(out *SynapseSpark_STATUS)

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

func (*SynapseSpark_STATUS) NewEmptyARMValue

func (spark *SynapseSpark_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SynapseSpark_STATUS) PopulateFromARM

func (spark *SynapseSpark_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type SynapseSpark_STATUS_ARM

type SynapseSpark_STATUS_ARM struct {
	ComputeLocation    *string                                `json:"computeLocation,omitempty"`
	ComputeType        SynapseSpark_ComputeType_STATUS        `json:"computeType,omitempty"`
	CreatedOn          *string                                `json:"createdOn,omitempty"`
	Description        *string                                `json:"description,omitempty"`
	DisableLocalAuth   *bool                                  `json:"disableLocalAuth,omitempty"`
	IsAttachedCompute  *bool                                  `json:"isAttachedCompute,omitempty"`
	ModifiedOn         *string                                `json:"modifiedOn,omitempty"`
	Properties         *SynapseSpark_Properties_STATUS_ARM    `json:"properties,omitempty"`
	ProvisioningErrors []ErrorResponse_STATUS_ARM             `json:"provisioningErrors,omitempty"`
	ProvisioningState  *SynapseSpark_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	ResourceId         *string                                `json:"resourceId,omitempty"`
}

Deprecated version of SynapseSpark_STATUS. Use v1api20210701.SynapseSpark_STATUS instead

func (*SynapseSpark_STATUS_ARM) DeepCopy

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

func (*SynapseSpark_STATUS_ARM) DeepCopyInto

func (in *SynapseSpark_STATUS_ARM) DeepCopyInto(out *SynapseSpark_STATUS_ARM)

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

type SystemData

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

Deprecated version of SystemData. Use v1api20210701.SystemData instead

func (*SystemData) AssignProperties_From_SystemData

func (data *SystemData) AssignProperties_From_SystemData(source *v20210701s.SystemData) error

AssignProperties_From_SystemData populates our SystemData from the provided source SystemData

func (*SystemData) AssignProperties_To_SystemData

func (data *SystemData) AssignProperties_To_SystemData(destination *v20210701s.SystemData) error

AssignProperties_To_SystemData populates the provided destination SystemData from our SystemData

func (*SystemData) ConvertToARM

func (data *SystemData) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*SystemData) DeepCopy

func (in *SystemData) DeepCopy() *SystemData

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

func (*SystemData) DeepCopyInto

func (in *SystemData) DeepCopyInto(out *SystemData)

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

func (*SystemData) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SystemData) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type SystemData_ARM

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

Deprecated version of SystemData. Use v1api20210701.SystemData instead

func (*SystemData_ARM) DeepCopy

func (in *SystemData_ARM) DeepCopy() *SystemData_ARM

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

func (*SystemData_ARM) DeepCopyInto

func (in *SystemData_ARM) DeepCopyInto(out *SystemData_ARM)

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

type SystemData_CreatedByType

type SystemData_CreatedByType string

Deprecated version of SystemData_CreatedByType. Use v1api20210701.SystemData_CreatedByType instead +kubebuilder:validation:Enum={"Application","Key","ManagedIdentity","User"}

type SystemData_CreatedByType_STATUS

type SystemData_CreatedByType_STATUS string

Deprecated version of SystemData_CreatedByType_STATUS. Use v1api20210701.SystemData_CreatedByType_STATUS instead

type SystemData_LastModifiedByType

type SystemData_LastModifiedByType string

Deprecated version of SystemData_LastModifiedByType. Use v1api20210701.SystemData_LastModifiedByType instead +kubebuilder:validation:Enum={"Application","Key","ManagedIdentity","User"}

type SystemData_LastModifiedByType_STATUS

type SystemData_LastModifiedByType_STATUS string

Deprecated version of SystemData_LastModifiedByType_STATUS. Use v1api20210701.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 v1api20210701.SystemData_STATUS instead

func (*SystemData_STATUS) AssignProperties_From_SystemData_STATUS

func (data *SystemData_STATUS) AssignProperties_From_SystemData_STATUS(source *v20210701s.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 *v20210701s.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 v1api20210701.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 SystemService_STATUS

type SystemService_STATUS struct {
	PublicIpAddress   *string `json:"publicIpAddress,omitempty"`
	SystemServiceType *string `json:"systemServiceType,omitempty"`
	Version           *string `json:"version,omitempty"`
}

Deprecated version of SystemService_STATUS. Use v1api20210701.SystemService_STATUS instead

func (*SystemService_STATUS) AssignProperties_From_SystemService_STATUS

func (service *SystemService_STATUS) AssignProperties_From_SystemService_STATUS(source *v20210701s.SystemService_STATUS) error

AssignProperties_From_SystemService_STATUS populates our SystemService_STATUS from the provided source SystemService_STATUS

func (*SystemService_STATUS) AssignProperties_To_SystemService_STATUS

func (service *SystemService_STATUS) AssignProperties_To_SystemService_STATUS(destination *v20210701s.SystemService_STATUS) error

AssignProperties_To_SystemService_STATUS populates the provided destination SystemService_STATUS from our SystemService_STATUS

func (*SystemService_STATUS) DeepCopy

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

func (*SystemService_STATUS) DeepCopyInto

func (in *SystemService_STATUS) DeepCopyInto(out *SystemService_STATUS)

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

func (*SystemService_STATUS) NewEmptyARMValue

func (service *SystemService_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*SystemService_STATUS) PopulateFromARM

func (service *SystemService_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type SystemService_STATUS_ARM

type SystemService_STATUS_ARM struct {
	PublicIpAddress   *string `json:"publicIpAddress,omitempty"`
	SystemServiceType *string `json:"systemServiceType,omitempty"`
	Version           *string `json:"version,omitempty"`
}

Deprecated version of SystemService_STATUS. Use v1api20210701.SystemService_STATUS instead

func (*SystemService_STATUS_ARM) DeepCopy

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

func (*SystemService_STATUS_ARM) DeepCopyInto

func (in *SystemService_STATUS_ARM) DeepCopyInto(out *SystemService_STATUS_ARM)

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

type UserAccountCredentials

type UserAccountCredentials struct {
	// +kubebuilder:validation:Required
	AdminUserName         *string                     `json:"adminUserName,omitempty"`
	AdminUserPassword     *genruntime.SecretReference `json:"adminUserPassword,omitempty"`
	AdminUserSshPublicKey *genruntime.SecretReference `json:"adminUserSshPublicKey,omitempty"`
}

Deprecated version of UserAccountCredentials. Use v1api20210701.UserAccountCredentials instead

func (*UserAccountCredentials) AssignProperties_From_UserAccountCredentials

func (credentials *UserAccountCredentials) AssignProperties_From_UserAccountCredentials(source *v20210701s.UserAccountCredentials) error

AssignProperties_From_UserAccountCredentials populates our UserAccountCredentials from the provided source UserAccountCredentials

func (*UserAccountCredentials) AssignProperties_To_UserAccountCredentials

func (credentials *UserAccountCredentials) AssignProperties_To_UserAccountCredentials(destination *v20210701s.UserAccountCredentials) error

AssignProperties_To_UserAccountCredentials populates the provided destination UserAccountCredentials from our UserAccountCredentials

func (*UserAccountCredentials) ConvertToARM

func (credentials *UserAccountCredentials) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*UserAccountCredentials) DeepCopy

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

func (*UserAccountCredentials) DeepCopyInto

func (in *UserAccountCredentials) DeepCopyInto(out *UserAccountCredentials)

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

func (*UserAccountCredentials) NewEmptyARMValue

func (credentials *UserAccountCredentials) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*UserAccountCredentials) PopulateFromARM

func (credentials *UserAccountCredentials) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type UserAccountCredentials_ARM

type UserAccountCredentials_ARM struct {
	AdminUserName         *string `json:"adminUserName,omitempty"`
	AdminUserPassword     *string `json:"adminUserPassword,omitempty"`
	AdminUserSshPublicKey *string `json:"adminUserSshPublicKey,omitempty"`
}

Deprecated version of UserAccountCredentials. Use v1api20210701.UserAccountCredentials instead

func (*UserAccountCredentials_ARM) DeepCopy

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

func (*UserAccountCredentials_ARM) DeepCopyInto

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

type UserAccountCredentials_STATUS

type UserAccountCredentials_STATUS struct {
	AdminUserName         *string `json:"adminUserName,omitempty"`
	AdminUserPassword     *string `json:"adminUserPassword,omitempty"`
	AdminUserSshPublicKey *string `json:"adminUserSshPublicKey,omitempty"`
}

Deprecated version of UserAccountCredentials_STATUS. Use v1api20210701.UserAccountCredentials_STATUS instead

func (*UserAccountCredentials_STATUS) AssignProperties_From_UserAccountCredentials_STATUS

func (credentials *UserAccountCredentials_STATUS) AssignProperties_From_UserAccountCredentials_STATUS(source *v20210701s.UserAccountCredentials_STATUS) error

AssignProperties_From_UserAccountCredentials_STATUS populates our UserAccountCredentials_STATUS from the provided source UserAccountCredentials_STATUS

func (*UserAccountCredentials_STATUS) AssignProperties_To_UserAccountCredentials_STATUS

func (credentials *UserAccountCredentials_STATUS) AssignProperties_To_UserAccountCredentials_STATUS(destination *v20210701s.UserAccountCredentials_STATUS) error

AssignProperties_To_UserAccountCredentials_STATUS populates the provided destination UserAccountCredentials_STATUS from our UserAccountCredentials_STATUS

func (*UserAccountCredentials_STATUS) DeepCopy

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

func (*UserAccountCredentials_STATUS) DeepCopyInto

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

func (*UserAccountCredentials_STATUS) NewEmptyARMValue

func (credentials *UserAccountCredentials_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*UserAccountCredentials_STATUS) PopulateFromARM

func (credentials *UserAccountCredentials_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type UserAccountCredentials_STATUS_ARM

type UserAccountCredentials_STATUS_ARM struct {
	AdminUserName         *string `json:"adminUserName,omitempty"`
	AdminUserPassword     *string `json:"adminUserPassword,omitempty"`
	AdminUserSshPublicKey *string `json:"adminUserSshPublicKey,omitempty"`
}

Deprecated version of UserAccountCredentials_STATUS. Use v1api20210701.UserAccountCredentials_STATUS instead

func (*UserAccountCredentials_STATUS_ARM) DeepCopy

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

func (*UserAccountCredentials_STATUS_ARM) DeepCopyInto

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

type UserAssignedIdentityDetails

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

Deprecated version of UserAssignedIdentityDetails. Use v1api20210701.UserAssignedIdentityDetails instead

func (*UserAssignedIdentityDetails) AssignProperties_From_UserAssignedIdentityDetails

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

AssignProperties_From_UserAssignedIdentityDetails populates our UserAssignedIdentityDetails from the provided source UserAssignedIdentityDetails

func (*UserAssignedIdentityDetails) AssignProperties_To_UserAssignedIdentityDetails

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

AssignProperties_To_UserAssignedIdentityDetails populates the provided destination UserAssignedIdentityDetails from our UserAssignedIdentityDetails

func (*UserAssignedIdentityDetails) DeepCopy

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

func (*UserAssignedIdentityDetails) DeepCopyInto

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

type UserAssignedIdentityDetails_ARM

type UserAssignedIdentityDetails_ARM struct {
}

Information about the user assigned identity for the resource

func (*UserAssignedIdentityDetails_ARM) DeepCopy

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

func (*UserAssignedIdentityDetails_ARM) DeepCopyInto

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

type UserAssignedIdentity_STATUS

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

Deprecated version of UserAssignedIdentity_STATUS. Use v1api20210701.UserAssignedIdentity_STATUS instead

func (*UserAssignedIdentity_STATUS) AssignProperties_From_UserAssignedIdentity_STATUS

func (identity *UserAssignedIdentity_STATUS) AssignProperties_From_UserAssignedIdentity_STATUS(source *v20210701s.UserAssignedIdentity_STATUS) error

AssignProperties_From_UserAssignedIdentity_STATUS populates our UserAssignedIdentity_STATUS from the provided source UserAssignedIdentity_STATUS

func (*UserAssignedIdentity_STATUS) AssignProperties_To_UserAssignedIdentity_STATUS

func (identity *UserAssignedIdentity_STATUS) AssignProperties_To_UserAssignedIdentity_STATUS(destination *v20210701s.UserAssignedIdentity_STATUS) error

AssignProperties_To_UserAssignedIdentity_STATUS populates the provided destination UserAssignedIdentity_STATUS from our UserAssignedIdentity_STATUS

func (*UserAssignedIdentity_STATUS) DeepCopy

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

func (*UserAssignedIdentity_STATUS) DeepCopyInto

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

func (*UserAssignedIdentity_STATUS) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*UserAssignedIdentity_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type UserAssignedIdentity_STATUS_ARM

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

Deprecated version of UserAssignedIdentity_STATUS. Use v1api20210701.UserAssignedIdentity_STATUS instead

func (*UserAssignedIdentity_STATUS_ARM) DeepCopy

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

func (*UserAssignedIdentity_STATUS_ARM) DeepCopyInto

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

type VirtualMachine

type VirtualMachine struct {
	ComputeLocation *string `json:"computeLocation,omitempty"`

	// +kubebuilder:validation:Required
	ComputeType       *VirtualMachine_ComputeType   `json:"computeType,omitempty"`
	Description       *string                       `json:"description,omitempty"`
	DisableLocalAuth  *bool                         `json:"disableLocalAuth,omitempty"`
	Properties        *VirtualMachine_Properties    `json:"properties,omitempty"`
	ResourceReference *genruntime.ResourceReference `armReference:"ResourceId" json:"resourceReference,omitempty"`
}

Deprecated version of VirtualMachine. Use v1api20210701.VirtualMachine instead

func (*VirtualMachine) AssignProperties_From_VirtualMachine

func (machine *VirtualMachine) AssignProperties_From_VirtualMachine(source *v20210701s.VirtualMachine) error

AssignProperties_From_VirtualMachine populates our VirtualMachine from the provided source VirtualMachine

func (*VirtualMachine) AssignProperties_To_VirtualMachine

func (machine *VirtualMachine) AssignProperties_To_VirtualMachine(destination *v20210701s.VirtualMachine) error

AssignProperties_To_VirtualMachine populates the provided destination VirtualMachine from our VirtualMachine

func (*VirtualMachine) ConvertToARM

func (machine *VirtualMachine) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*VirtualMachine) DeepCopy

func (in *VirtualMachine) DeepCopy() *VirtualMachine

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

func (*VirtualMachine) DeepCopyInto

func (in *VirtualMachine) DeepCopyInto(out *VirtualMachine)

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

func (*VirtualMachine) NewEmptyARMValue

func (machine *VirtualMachine) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*VirtualMachine) PopulateFromARM

func (machine *VirtualMachine) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type VirtualMachineImage

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

Deprecated version of VirtualMachineImage. Use v1api20210701.VirtualMachineImage instead

func (*VirtualMachineImage) AssignProperties_From_VirtualMachineImage

func (image *VirtualMachineImage) AssignProperties_From_VirtualMachineImage(source *v20210701s.VirtualMachineImage) error

AssignProperties_From_VirtualMachineImage populates our VirtualMachineImage from the provided source VirtualMachineImage

func (*VirtualMachineImage) AssignProperties_To_VirtualMachineImage

func (image *VirtualMachineImage) AssignProperties_To_VirtualMachineImage(destination *v20210701s.VirtualMachineImage) error

AssignProperties_To_VirtualMachineImage populates the provided destination VirtualMachineImage from our VirtualMachineImage

func (*VirtualMachineImage) ConvertToARM

func (image *VirtualMachineImage) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*VirtualMachineImage) DeepCopy

func (in *VirtualMachineImage) DeepCopy() *VirtualMachineImage

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

func (*VirtualMachineImage) DeepCopyInto

func (in *VirtualMachineImage) DeepCopyInto(out *VirtualMachineImage)

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

func (*VirtualMachineImage) NewEmptyARMValue

func (image *VirtualMachineImage) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*VirtualMachineImage) PopulateFromARM

func (image *VirtualMachineImage) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type VirtualMachineImage_ARM

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

Deprecated version of VirtualMachineImage. Use v1api20210701.VirtualMachineImage instead

func (*VirtualMachineImage_ARM) DeepCopy

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

func (*VirtualMachineImage_ARM) DeepCopyInto

func (in *VirtualMachineImage_ARM) DeepCopyInto(out *VirtualMachineImage_ARM)

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

type VirtualMachineImage_STATUS

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

Deprecated version of VirtualMachineImage_STATUS. Use v1api20210701.VirtualMachineImage_STATUS instead

func (*VirtualMachineImage_STATUS) AssignProperties_From_VirtualMachineImage_STATUS

func (image *VirtualMachineImage_STATUS) AssignProperties_From_VirtualMachineImage_STATUS(source *v20210701s.VirtualMachineImage_STATUS) error

AssignProperties_From_VirtualMachineImage_STATUS populates our VirtualMachineImage_STATUS from the provided source VirtualMachineImage_STATUS

func (*VirtualMachineImage_STATUS) AssignProperties_To_VirtualMachineImage_STATUS

func (image *VirtualMachineImage_STATUS) AssignProperties_To_VirtualMachineImage_STATUS(destination *v20210701s.VirtualMachineImage_STATUS) error

AssignProperties_To_VirtualMachineImage_STATUS populates the provided destination VirtualMachineImage_STATUS from our VirtualMachineImage_STATUS

func (*VirtualMachineImage_STATUS) DeepCopy

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

func (*VirtualMachineImage_STATUS) DeepCopyInto

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

func (*VirtualMachineImage_STATUS) NewEmptyARMValue

func (image *VirtualMachineImage_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*VirtualMachineImage_STATUS) PopulateFromARM

func (image *VirtualMachineImage_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type VirtualMachineImage_STATUS_ARM

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

Deprecated version of VirtualMachineImage_STATUS. Use v1api20210701.VirtualMachineImage_STATUS instead

func (*VirtualMachineImage_STATUS_ARM) DeepCopy

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

func (*VirtualMachineImage_STATUS_ARM) DeepCopyInto

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

type VirtualMachineSshCredentials

type VirtualMachineSshCredentials struct {
	Password       *genruntime.SecretReference `json:"password,omitempty"`
	PrivateKeyData *string                     `json:"privateKeyData,omitempty"`
	PublicKeyData  *string                     `json:"publicKeyData,omitempty"`
	Username       *string                     `json:"username,omitempty"`
}

Deprecated version of VirtualMachineSshCredentials. Use v1api20210701.VirtualMachineSshCredentials instead

func (*VirtualMachineSshCredentials) AssignProperties_From_VirtualMachineSshCredentials

func (credentials *VirtualMachineSshCredentials) AssignProperties_From_VirtualMachineSshCredentials(source *v20210701s.VirtualMachineSshCredentials) error

AssignProperties_From_VirtualMachineSshCredentials populates our VirtualMachineSshCredentials from the provided source VirtualMachineSshCredentials

func (*VirtualMachineSshCredentials) AssignProperties_To_VirtualMachineSshCredentials

func (credentials *VirtualMachineSshCredentials) AssignProperties_To_VirtualMachineSshCredentials(destination *v20210701s.VirtualMachineSshCredentials) error

AssignProperties_To_VirtualMachineSshCredentials populates the provided destination VirtualMachineSshCredentials from our VirtualMachineSshCredentials

func (*VirtualMachineSshCredentials) ConvertToARM

func (credentials *VirtualMachineSshCredentials) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*VirtualMachineSshCredentials) DeepCopy

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

func (*VirtualMachineSshCredentials) DeepCopyInto

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

func (*VirtualMachineSshCredentials) NewEmptyARMValue

func (credentials *VirtualMachineSshCredentials) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*VirtualMachineSshCredentials) PopulateFromARM

func (credentials *VirtualMachineSshCredentials) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type VirtualMachineSshCredentials_ARM

type VirtualMachineSshCredentials_ARM struct {
	Password       *string `json:"password,omitempty"`
	PrivateKeyData *string `json:"privateKeyData,omitempty"`
	PublicKeyData  *string `json:"publicKeyData,omitempty"`
	Username       *string `json:"username,omitempty"`
}

Deprecated version of VirtualMachineSshCredentials. Use v1api20210701.VirtualMachineSshCredentials instead

func (*VirtualMachineSshCredentials_ARM) DeepCopy

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

func (*VirtualMachineSshCredentials_ARM) DeepCopyInto

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

type VirtualMachineSshCredentials_STATUS

type VirtualMachineSshCredentials_STATUS struct {
	Password       *string `json:"password,omitempty"`
	PrivateKeyData *string `json:"privateKeyData,omitempty"`
	PublicKeyData  *string `json:"publicKeyData,omitempty"`
	Username       *string `json:"username,omitempty"`
}

Deprecated version of VirtualMachineSshCredentials_STATUS. Use v1api20210701.VirtualMachineSshCredentials_STATUS instead

func (*VirtualMachineSshCredentials_STATUS) AssignProperties_From_VirtualMachineSshCredentials_STATUS

func (credentials *VirtualMachineSshCredentials_STATUS) AssignProperties_From_VirtualMachineSshCredentials_STATUS(source *v20210701s.VirtualMachineSshCredentials_STATUS) error

AssignProperties_From_VirtualMachineSshCredentials_STATUS populates our VirtualMachineSshCredentials_STATUS from the provided source VirtualMachineSshCredentials_STATUS

func (*VirtualMachineSshCredentials_STATUS) AssignProperties_To_VirtualMachineSshCredentials_STATUS

func (credentials *VirtualMachineSshCredentials_STATUS) AssignProperties_To_VirtualMachineSshCredentials_STATUS(destination *v20210701s.VirtualMachineSshCredentials_STATUS) error

AssignProperties_To_VirtualMachineSshCredentials_STATUS populates the provided destination VirtualMachineSshCredentials_STATUS from our VirtualMachineSshCredentials_STATUS

func (*VirtualMachineSshCredentials_STATUS) DeepCopy

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

func (*VirtualMachineSshCredentials_STATUS) DeepCopyInto

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

func (*VirtualMachineSshCredentials_STATUS) NewEmptyARMValue

func (credentials *VirtualMachineSshCredentials_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*VirtualMachineSshCredentials_STATUS) PopulateFromARM

func (credentials *VirtualMachineSshCredentials_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type VirtualMachineSshCredentials_STATUS_ARM

type VirtualMachineSshCredentials_STATUS_ARM struct {
	Password       *string `json:"password,omitempty"`
	PrivateKeyData *string `json:"privateKeyData,omitempty"`
	PublicKeyData  *string `json:"publicKeyData,omitempty"`
	Username       *string `json:"username,omitempty"`
}

Deprecated version of VirtualMachineSshCredentials_STATUS. Use v1api20210701.VirtualMachineSshCredentials_STATUS instead

func (*VirtualMachineSshCredentials_STATUS_ARM) DeepCopy

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

func (*VirtualMachineSshCredentials_STATUS_ARM) DeepCopyInto

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

type VirtualMachine_ARM

type VirtualMachine_ARM struct {
	ComputeLocation  *string                        `json:"computeLocation,omitempty"`
	ComputeType      VirtualMachine_ComputeType     `json:"computeType,omitempty"`
	Description      *string                        `json:"description,omitempty"`
	DisableLocalAuth *bool                          `json:"disableLocalAuth,omitempty"`
	Properties       *VirtualMachine_Properties_ARM `json:"properties,omitempty"`
	ResourceId       *string                        `json:"resourceId,omitempty"`
}

Deprecated version of VirtualMachine. Use v1api20210701.VirtualMachine instead

func (*VirtualMachine_ARM) DeepCopy

func (in *VirtualMachine_ARM) DeepCopy() *VirtualMachine_ARM

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

func (*VirtualMachine_ARM) DeepCopyInto

func (in *VirtualMachine_ARM) DeepCopyInto(out *VirtualMachine_ARM)

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

type VirtualMachine_ComputeType

type VirtualMachine_ComputeType string

Deprecated version of VirtualMachine_ComputeType. Use v1api20210701.VirtualMachine_ComputeType instead +kubebuilder:validation:Enum={"VirtualMachine"}

type VirtualMachine_ComputeType_STATUS

type VirtualMachine_ComputeType_STATUS string

Deprecated version of VirtualMachine_ComputeType_STATUS. Use v1api20210701.VirtualMachine_ComputeType_STATUS instead

type VirtualMachine_Properties

type VirtualMachine_Properties struct {
	Address                   *string                       `json:"address,omitempty"`
	AdministratorAccount      *VirtualMachineSshCredentials `json:"administratorAccount,omitempty"`
	IsNotebookInstanceCompute *bool                         `json:"isNotebookInstanceCompute,omitempty"`
	SshPort                   *int                          `json:"sshPort,omitempty"`
	VirtualMachineSize        *string                       `json:"virtualMachineSize,omitempty"`
}

Deprecated version of VirtualMachine_Properties. Use v1api20210701.VirtualMachine_Properties instead

func (*VirtualMachine_Properties) AssignProperties_From_VirtualMachine_Properties

func (properties *VirtualMachine_Properties) AssignProperties_From_VirtualMachine_Properties(source *v20210701s.VirtualMachine_Properties) error

AssignProperties_From_VirtualMachine_Properties populates our VirtualMachine_Properties from the provided source VirtualMachine_Properties

func (*VirtualMachine_Properties) AssignProperties_To_VirtualMachine_Properties

func (properties *VirtualMachine_Properties) AssignProperties_To_VirtualMachine_Properties(destination *v20210701s.VirtualMachine_Properties) error

AssignProperties_To_VirtualMachine_Properties populates the provided destination VirtualMachine_Properties from our VirtualMachine_Properties

func (*VirtualMachine_Properties) ConvertToARM

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

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*VirtualMachine_Properties) DeepCopy

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

func (*VirtualMachine_Properties) DeepCopyInto

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

func (*VirtualMachine_Properties) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*VirtualMachine_Properties) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type VirtualMachine_Properties_ARM

type VirtualMachine_Properties_ARM struct {
	Address                   *string                           `json:"address,omitempty"`
	AdministratorAccount      *VirtualMachineSshCredentials_ARM `json:"administratorAccount,omitempty"`
	IsNotebookInstanceCompute *bool                             `json:"isNotebookInstanceCompute,omitempty"`
	SshPort                   *int                              `json:"sshPort,omitempty"`
	VirtualMachineSize        *string                           `json:"virtualMachineSize,omitempty"`
}

Deprecated version of VirtualMachine_Properties. Use v1api20210701.VirtualMachine_Properties instead

func (*VirtualMachine_Properties_ARM) DeepCopy

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

func (*VirtualMachine_Properties_ARM) DeepCopyInto

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

type VirtualMachine_Properties_STATUS

type VirtualMachine_Properties_STATUS struct {
	Address                   *string                              `json:"address,omitempty"`
	AdministratorAccount      *VirtualMachineSshCredentials_STATUS `json:"administratorAccount,omitempty"`
	IsNotebookInstanceCompute *bool                                `json:"isNotebookInstanceCompute,omitempty"`
	SshPort                   *int                                 `json:"sshPort,omitempty"`
	VirtualMachineSize        *string                              `json:"virtualMachineSize,omitempty"`
}

Deprecated version of VirtualMachine_Properties_STATUS. Use v1api20210701.VirtualMachine_Properties_STATUS instead

func (*VirtualMachine_Properties_STATUS) AssignProperties_From_VirtualMachine_Properties_STATUS

func (properties *VirtualMachine_Properties_STATUS) AssignProperties_From_VirtualMachine_Properties_STATUS(source *v20210701s.VirtualMachine_Properties_STATUS) error

AssignProperties_From_VirtualMachine_Properties_STATUS populates our VirtualMachine_Properties_STATUS from the provided source VirtualMachine_Properties_STATUS

func (*VirtualMachine_Properties_STATUS) AssignProperties_To_VirtualMachine_Properties_STATUS

func (properties *VirtualMachine_Properties_STATUS) AssignProperties_To_VirtualMachine_Properties_STATUS(destination *v20210701s.VirtualMachine_Properties_STATUS) error

AssignProperties_To_VirtualMachine_Properties_STATUS populates the provided destination VirtualMachine_Properties_STATUS from our VirtualMachine_Properties_STATUS

func (*VirtualMachine_Properties_STATUS) DeepCopy

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

func (*VirtualMachine_Properties_STATUS) DeepCopyInto

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

func (*VirtualMachine_Properties_STATUS) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*VirtualMachine_Properties_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type VirtualMachine_Properties_STATUS_ARM

type VirtualMachine_Properties_STATUS_ARM struct {
	Address                   *string                                  `json:"address,omitempty"`
	AdministratorAccount      *VirtualMachineSshCredentials_STATUS_ARM `json:"administratorAccount,omitempty"`
	IsNotebookInstanceCompute *bool                                    `json:"isNotebookInstanceCompute,omitempty"`
	SshPort                   *int                                     `json:"sshPort,omitempty"`
	VirtualMachineSize        *string                                  `json:"virtualMachineSize,omitempty"`
}

Deprecated version of VirtualMachine_Properties_STATUS. Use v1api20210701.VirtualMachine_Properties_STATUS instead

func (*VirtualMachine_Properties_STATUS_ARM) DeepCopy

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

func (*VirtualMachine_Properties_STATUS_ARM) DeepCopyInto

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

type VirtualMachine_ProvisioningState_STATUS

type VirtualMachine_ProvisioningState_STATUS string

Deprecated version of VirtualMachine_ProvisioningState_STATUS. Use v1api20210701.VirtualMachine_ProvisioningState_STATUS instead

type VirtualMachine_STATUS

type VirtualMachine_STATUS struct {
	ComputeLocation    *string                                  `json:"computeLocation,omitempty"`
	ComputeType        *VirtualMachine_ComputeType_STATUS       `json:"computeType,omitempty"`
	CreatedOn          *string                                  `json:"createdOn,omitempty"`
	Description        *string                                  `json:"description,omitempty"`
	DisableLocalAuth   *bool                                    `json:"disableLocalAuth,omitempty"`
	IsAttachedCompute  *bool                                    `json:"isAttachedCompute,omitempty"`
	ModifiedOn         *string                                  `json:"modifiedOn,omitempty"`
	Properties         *VirtualMachine_Properties_STATUS        `json:"properties,omitempty"`
	ProvisioningErrors []ErrorResponse_STATUS                   `json:"provisioningErrors,omitempty"`
	ProvisioningState  *VirtualMachine_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	ResourceId         *string                                  `json:"resourceId,omitempty"`
}

Deprecated version of VirtualMachine_STATUS. Use v1api20210701.VirtualMachine_STATUS instead

func (*VirtualMachine_STATUS) AssignProperties_From_VirtualMachine_STATUS

func (machine *VirtualMachine_STATUS) AssignProperties_From_VirtualMachine_STATUS(source *v20210701s.VirtualMachine_STATUS) error

AssignProperties_From_VirtualMachine_STATUS populates our VirtualMachine_STATUS from the provided source VirtualMachine_STATUS

func (*VirtualMachine_STATUS) AssignProperties_To_VirtualMachine_STATUS

func (machine *VirtualMachine_STATUS) AssignProperties_To_VirtualMachine_STATUS(destination *v20210701s.VirtualMachine_STATUS) error

AssignProperties_To_VirtualMachine_STATUS populates the provided destination VirtualMachine_STATUS from our VirtualMachine_STATUS

func (*VirtualMachine_STATUS) DeepCopy

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

func (*VirtualMachine_STATUS) DeepCopyInto

func (in *VirtualMachine_STATUS) DeepCopyInto(out *VirtualMachine_STATUS)

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

func (*VirtualMachine_STATUS) NewEmptyARMValue

func (machine *VirtualMachine_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*VirtualMachine_STATUS) PopulateFromARM

func (machine *VirtualMachine_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type VirtualMachine_STATUS_ARM

type VirtualMachine_STATUS_ARM struct {
	ComputeLocation    *string                                  `json:"computeLocation,omitempty"`
	ComputeType        VirtualMachine_ComputeType_STATUS        `json:"computeType,omitempty"`
	CreatedOn          *string                                  `json:"createdOn,omitempty"`
	Description        *string                                  `json:"description,omitempty"`
	DisableLocalAuth   *bool                                    `json:"disableLocalAuth,omitempty"`
	IsAttachedCompute  *bool                                    `json:"isAttachedCompute,omitempty"`
	ModifiedOn         *string                                  `json:"modifiedOn,omitempty"`
	Properties         *VirtualMachine_Properties_STATUS_ARM    `json:"properties,omitempty"`
	ProvisioningErrors []ErrorResponse_STATUS_ARM               `json:"provisioningErrors,omitempty"`
	ProvisioningState  *VirtualMachine_ProvisioningState_STATUS `json:"provisioningState,omitempty"`
	ResourceId         *string                                  `json:"resourceId,omitempty"`
}

Deprecated version of VirtualMachine_STATUS. Use v1api20210701.VirtualMachine_STATUS instead

func (*VirtualMachine_STATUS_ARM) DeepCopy

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

func (*VirtualMachine_STATUS_ARM) DeepCopyInto

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

type Workspace

type Workspace struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Workspace_Spec   `json:"spec,omitempty"`
	Status            Workspace_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 Workspace. Use v1api20210701.Workspace instead

func (*Workspace) AssignProperties_From_Workspace

func (workspace *Workspace) AssignProperties_From_Workspace(source *v20210701s.Workspace) error

AssignProperties_From_Workspace populates our Workspace from the provided source Workspace

func (*Workspace) AssignProperties_To_Workspace

func (workspace *Workspace) AssignProperties_To_Workspace(destination *v20210701s.Workspace) error

AssignProperties_To_Workspace populates the provided destination Workspace from our Workspace

func (*Workspace) AzureName

func (workspace *Workspace) AzureName() string

AzureName returns the Azure name of the resource

func (*Workspace) ConvertFrom

func (workspace *Workspace) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our Workspace from the provided hub Workspace

func (*Workspace) ConvertTo

func (workspace *Workspace) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub Workspace from our Workspace

func (*Workspace) DeepCopy

func (in *Workspace) DeepCopy() *Workspace

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

func (*Workspace) DeepCopyInto

func (in *Workspace) DeepCopyInto(out *Workspace)

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

func (*Workspace) DeepCopyObject

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

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

func (*Workspace) Default

func (workspace *Workspace) Default()

Default applies defaults to the Workspace resource

func (Workspace) GetAPIVersion

func (workspace Workspace) GetAPIVersion() string

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

func (*Workspace) GetConditions

func (workspace *Workspace) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*Workspace) GetResourceScope

func (workspace *Workspace) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*Workspace) GetSpec

func (workspace *Workspace) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*Workspace) GetStatus

func (workspace *Workspace) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*Workspace) GetType

func (workspace *Workspace) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.MachineLearningServices/workspaces"

func (*Workspace) NewEmptyStatus

func (workspace *Workspace) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*Workspace) OriginalGVK

func (workspace *Workspace) OriginalGVK() *schema.GroupVersionKind

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

func (*Workspace) Owner

func (workspace *Workspace) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner

func (*Workspace) SetConditions

func (workspace *Workspace) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*Workspace) SetStatus

func (workspace *Workspace) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

func (*Workspace) ValidateCreate

func (workspace *Workspace) ValidateCreate() error

ValidateCreate validates the creation of the resource

func (*Workspace) ValidateDelete

func (workspace *Workspace) ValidateDelete() error

ValidateDelete validates the deletion of the resource

func (*Workspace) ValidateUpdate

func (workspace *Workspace) ValidateUpdate(old runtime.Object) error

ValidateUpdate validates an update of the resource

type WorkspaceConnectionProps_ARM

type WorkspaceConnectionProps_ARM struct {
	AuthType    *string                               `json:"authType,omitempty"`
	Category    *string                               `json:"category,omitempty"`
	Target      *string                               `json:"target,omitempty"`
	Value       *string                               `json:"value,omitempty"`
	ValueFormat *WorkspaceConnectionProps_ValueFormat `json:"valueFormat,omitempty"`
}

Deprecated version of WorkspaceConnectionProps. Use v1api20210701.WorkspaceConnectionProps instead

func (*WorkspaceConnectionProps_ARM) DeepCopy

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

func (*WorkspaceConnectionProps_ARM) DeepCopyInto

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

type WorkspaceConnectionProps_STATUS_ARM

type WorkspaceConnectionProps_STATUS_ARM struct {
	AuthType    *string                                      `json:"authType,omitempty"`
	Category    *string                                      `json:"category,omitempty"`
	Target      *string                                      `json:"target,omitempty"`
	Value       *string                                      `json:"value,omitempty"`
	ValueFormat *WorkspaceConnectionProps_ValueFormat_STATUS `json:"valueFormat,omitempty"`
}

Deprecated version of WorkspaceConnectionProps_STATUS. Use v1api20210701.WorkspaceConnectionProps_STATUS instead

func (*WorkspaceConnectionProps_STATUS_ARM) DeepCopy

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

func (*WorkspaceConnectionProps_STATUS_ARM) DeepCopyInto

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

type WorkspaceConnectionProps_ValueFormat

type WorkspaceConnectionProps_ValueFormat string

Deprecated version of WorkspaceConnectionProps_ValueFormat. Use v1api20210701.WorkspaceConnectionProps_ValueFormat instead +kubebuilder:validation:Enum={"JSON"}

type WorkspaceConnectionProps_ValueFormat_STATUS

type WorkspaceConnectionProps_ValueFormat_STATUS string

Deprecated version of WorkspaceConnectionProps_ValueFormat_STATUS. Use v1api20210701.WorkspaceConnectionProps_ValueFormat_STATUS instead

type WorkspaceList

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

+kubebuilder:object:root=true Deprecated version of Workspace. Use v1api20210701.Workspace instead

func (*WorkspaceList) DeepCopy

func (in *WorkspaceList) DeepCopy() *WorkspaceList

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

func (*WorkspaceList) DeepCopyInto

func (in *WorkspaceList) DeepCopyInto(out *WorkspaceList)

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

func (*WorkspaceList) DeepCopyObject

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

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

type WorkspaceOperatorSecrets

type WorkspaceOperatorSecrets struct {
	// AppInsightsInstrumentationKey: indicates where the AppInsightsInstrumentationKey secret should be placed. If omitted,
	// the secret will not be retrieved from Azure.
	AppInsightsInstrumentationKey *genruntime.SecretDestination `json:"appInsightsInstrumentationKey,omitempty"`

	// ContainerRegistryPassword: indicates where the ContainerRegistryPassword secret should be placed. If omitted, the secret
	// will not be retrieved from Azure.
	ContainerRegistryPassword *genruntime.SecretDestination `json:"containerRegistryPassword,omitempty"`

	// ContainerRegistryPassword2: indicates where the ContainerRegistryPassword2 secret should be placed. If omitted, the
	// secret will not be retrieved from Azure.
	ContainerRegistryPassword2 *genruntime.SecretDestination `json:"containerRegistryPassword2,omitempty"`

	// ContainerRegistryUserName: indicates where the ContainerRegistryUserName secret should be placed. If omitted, the secret
	// will not be retrieved from Azure.
	ContainerRegistryUserName *genruntime.SecretDestination `json:"containerRegistryUserName,omitempty"`

	// PrimaryNotebookAccessKey: indicates where the PrimaryNotebookAccessKey secret should be placed. If omitted, the secret
	// will not be retrieved from Azure.
	PrimaryNotebookAccessKey *genruntime.SecretDestination `json:"primaryNotebookAccessKey,omitempty"`

	// SecondaryNotebookAccessKey: indicates where the SecondaryNotebookAccessKey secret should be placed. If omitted, the
	// secret will not be retrieved from Azure.
	SecondaryNotebookAccessKey *genruntime.SecretDestination `json:"secondaryNotebookAccessKey,omitempty"`

	// UserStorageKey: indicates where the UserStorageKey secret should be placed. If omitted, the secret will not be retrieved
	// from Azure.
	UserStorageKey *genruntime.SecretDestination `json:"userStorageKey,omitempty"`
}

func (*WorkspaceOperatorSecrets) AssignProperties_From_WorkspaceOperatorSecrets

func (secrets *WorkspaceOperatorSecrets) AssignProperties_From_WorkspaceOperatorSecrets(source *v20210701s.WorkspaceOperatorSecrets) error

AssignProperties_From_WorkspaceOperatorSecrets populates our WorkspaceOperatorSecrets from the provided source WorkspaceOperatorSecrets

func (*WorkspaceOperatorSecrets) AssignProperties_To_WorkspaceOperatorSecrets

func (secrets *WorkspaceOperatorSecrets) AssignProperties_To_WorkspaceOperatorSecrets(destination *v20210701s.WorkspaceOperatorSecrets) error

AssignProperties_To_WorkspaceOperatorSecrets populates the provided destination WorkspaceOperatorSecrets from our WorkspaceOperatorSecrets

func (*WorkspaceOperatorSecrets) DeepCopy

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

func (*WorkspaceOperatorSecrets) DeepCopyInto

func (in *WorkspaceOperatorSecrets) DeepCopyInto(out *WorkspaceOperatorSecrets)

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

type WorkspaceOperatorSpec

type WorkspaceOperatorSpec struct {
	// Secrets: configures where to place Azure generated secrets.
	Secrets *WorkspaceOperatorSecrets `json:"secrets,omitempty"`
}

Details for configuring operator behavior. Fields in this struct are interpreted by the operator directly rather than being passed to Azure

func (*WorkspaceOperatorSpec) AssignProperties_From_WorkspaceOperatorSpec

func (operator *WorkspaceOperatorSpec) AssignProperties_From_WorkspaceOperatorSpec(source *v20210701s.WorkspaceOperatorSpec) error

AssignProperties_From_WorkspaceOperatorSpec populates our WorkspaceOperatorSpec from the provided source WorkspaceOperatorSpec

func (*WorkspaceOperatorSpec) AssignProperties_To_WorkspaceOperatorSpec

func (operator *WorkspaceOperatorSpec) AssignProperties_To_WorkspaceOperatorSpec(destination *v20210701s.WorkspaceOperatorSpec) error

AssignProperties_To_WorkspaceOperatorSpec populates the provided destination WorkspaceOperatorSpec from our WorkspaceOperatorSpec

func (*WorkspaceOperatorSpec) DeepCopy

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

func (*WorkspaceOperatorSpec) DeepCopyInto

func (in *WorkspaceOperatorSpec) DeepCopyInto(out *WorkspaceOperatorSpec)

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

type WorkspaceProperties_ARM

type WorkspaceProperties_ARM struct {
	AllowPublicAccessWhenBehindVnet *bool                                    `json:"allowPublicAccessWhenBehindVnet,omitempty"`
	ApplicationInsights             *string                                  `json:"applicationInsights,omitempty"`
	ContainerRegistry               *string                                  `json:"containerRegistry,omitempty"`
	Description                     *string                                  `json:"description,omitempty"`
	DiscoveryUrl                    *string                                  `json:"discoveryUrl,omitempty"`
	Encryption                      *EncryptionProperty_ARM                  `json:"encryption,omitempty"`
	FriendlyName                    *string                                  `json:"friendlyName,omitempty"`
	HbiWorkspace                    *bool                                    `json:"hbiWorkspace,omitempty"`
	ImageBuildCompute               *string                                  `json:"imageBuildCompute,omitempty"`
	KeyVault                        *string                                  `json:"keyVault,omitempty"`
	PrimaryUserAssignedIdentity     *string                                  `json:"primaryUserAssignedIdentity,omitempty"`
	PublicNetworkAccess             *WorkspaceProperties_PublicNetworkAccess `json:"publicNetworkAccess,omitempty"`
	ServiceManagedResourcesSettings *ServiceManagedResourcesSettings_ARM     `json:"serviceManagedResourcesSettings,omitempty"`
	SharedPrivateLinkResources      []SharedPrivateLinkResource_ARM          `json:"sharedPrivateLinkResources,omitempty"`
	StorageAccount                  *string                                  `json:"storageAccount,omitempty"`
}

Deprecated version of WorkspaceProperties. Use v1api20210701.WorkspaceProperties instead

func (*WorkspaceProperties_ARM) DeepCopy

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

func (*WorkspaceProperties_ARM) DeepCopyInto

func (in *WorkspaceProperties_ARM) DeepCopyInto(out *WorkspaceProperties_ARM)

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

type WorkspaceProperties_ProvisioningState_STATUS

type WorkspaceProperties_ProvisioningState_STATUS string

Deprecated version of WorkspaceProperties_ProvisioningState_STATUS. Use v1api20210701.WorkspaceProperties_ProvisioningState_STATUS instead

type WorkspaceProperties_PublicNetworkAccess

type WorkspaceProperties_PublicNetworkAccess string

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

type WorkspaceProperties_PublicNetworkAccess_STATUS

type WorkspaceProperties_PublicNetworkAccess_STATUS string

Deprecated version of WorkspaceProperties_PublicNetworkAccess_STATUS. Use v1api20210701.WorkspaceProperties_PublicNetworkAccess_STATUS instead

type WorkspaceProperties_STATUS_ARM

type WorkspaceProperties_STATUS_ARM struct {
	AllowPublicAccessWhenBehindVnet *bool                                           `json:"allowPublicAccessWhenBehindVnet,omitempty"`
	ApplicationInsights             *string                                         `json:"applicationInsights,omitempty"`
	ContainerRegistry               *string                                         `json:"containerRegistry,omitempty"`
	Description                     *string                                         `json:"description,omitempty"`
	DiscoveryUrl                    *string                                         `json:"discoveryUrl,omitempty"`
	Encryption                      *EncryptionProperty_STATUS_ARM                  `json:"encryption,omitempty"`
	FriendlyName                    *string                                         `json:"friendlyName,omitempty"`
	HbiWorkspace                    *bool                                           `json:"hbiWorkspace,omitempty"`
	ImageBuildCompute               *string                                         `json:"imageBuildCompute,omitempty"`
	KeyVault                        *string                                         `json:"keyVault,omitempty"`
	MlFlowTrackingUri               *string                                         `json:"mlFlowTrackingUri,omitempty"`
	NotebookInfo                    *NotebookResourceInfo_STATUS_ARM                `json:"notebookInfo,omitempty"`
	PrimaryUserAssignedIdentity     *string                                         `json:"primaryUserAssignedIdentity,omitempty"`
	PrivateEndpointConnections      []PrivateEndpointConnection_STATUS_ARM          `json:"privateEndpointConnections,omitempty"`
	PrivateLinkCount                *int                                            `json:"privateLinkCount,omitempty"`
	ProvisioningState               *WorkspaceProperties_ProvisioningState_STATUS   `json:"provisioningState,omitempty"`
	PublicNetworkAccess             *WorkspaceProperties_PublicNetworkAccess_STATUS `json:"publicNetworkAccess,omitempty"`
	ServiceManagedResourcesSettings *ServiceManagedResourcesSettings_STATUS_ARM     `json:"serviceManagedResourcesSettings,omitempty"`
	ServiceProvisionedResourceGroup *string                                         `json:"serviceProvisionedResourceGroup,omitempty"`
	SharedPrivateLinkResources      []SharedPrivateLinkResource_STATUS_ARM          `json:"sharedPrivateLinkResources,omitempty"`
	StorageAccount                  *string                                         `json:"storageAccount,omitempty"`
	StorageHnsEnabled               *bool                                           `json:"storageHnsEnabled,omitempty"`
	TenantId                        *string                                         `json:"tenantId,omitempty"`
	WorkspaceId                     *string                                         `json:"workspaceId,omitempty"`
}

Deprecated version of WorkspaceProperties_STATUS. Use v1api20210701.WorkspaceProperties_STATUS instead

func (*WorkspaceProperties_STATUS_ARM) DeepCopy

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

func (*WorkspaceProperties_STATUS_ARM) DeepCopyInto

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

type Workspace_STATUS

type Workspace_STATUS struct {
	AllowPublicAccessWhenBehindVnet *bool   `json:"allowPublicAccessWhenBehindVnet,omitempty"`
	ApplicationInsights             *string `json:"applicationInsights,omitempty"`

	// Conditions: The observed state of the resource
	Conditions                      []conditions.Condition                          `json:"conditions,omitempty"`
	ContainerRegistry               *string                                         `json:"containerRegistry,omitempty"`
	Description                     *string                                         `json:"description,omitempty"`
	DiscoveryUrl                    *string                                         `json:"discoveryUrl,omitempty"`
	Encryption                      *EncryptionProperty_STATUS                      `json:"encryption,omitempty"`
	FriendlyName                    *string                                         `json:"friendlyName,omitempty"`
	HbiWorkspace                    *bool                                           `json:"hbiWorkspace,omitempty"`
	Id                              *string                                         `json:"id,omitempty"`
	Identity                        *Identity_STATUS                                `json:"identity,omitempty"`
	ImageBuildCompute               *string                                         `json:"imageBuildCompute,omitempty"`
	KeyVault                        *string                                         `json:"keyVault,omitempty"`
	Location                        *string                                         `json:"location,omitempty"`
	MlFlowTrackingUri               *string                                         `json:"mlFlowTrackingUri,omitempty"`
	Name                            *string                                         `json:"name,omitempty"`
	NotebookInfo                    *NotebookResourceInfo_STATUS                    `json:"notebookInfo,omitempty"`
	PrimaryUserAssignedIdentity     *string                                         `json:"primaryUserAssignedIdentity,omitempty"`
	PrivateEndpointConnections      []PrivateEndpointConnection_STATUS              `json:"privateEndpointConnections,omitempty"`
	PrivateLinkCount                *int                                            `json:"privateLinkCount,omitempty"`
	ProvisioningState               *WorkspaceProperties_ProvisioningState_STATUS   `json:"provisioningState,omitempty"`
	PublicNetworkAccess             *WorkspaceProperties_PublicNetworkAccess_STATUS `json:"publicNetworkAccess,omitempty"`
	ServiceManagedResourcesSettings *ServiceManagedResourcesSettings_STATUS         `json:"serviceManagedResourcesSettings,omitempty"`
	ServiceProvisionedResourceGroup *string                                         `json:"serviceProvisionedResourceGroup,omitempty"`
	SharedPrivateLinkResources      []SharedPrivateLinkResource_STATUS              `json:"sharedPrivateLinkResources,omitempty"`
	Sku                             *Sku_STATUS                                     `json:"sku,omitempty"`
	StorageAccount                  *string                                         `json:"storageAccount,omitempty"`
	StorageHnsEnabled               *bool                                           `json:"storageHnsEnabled,omitempty"`
	SystemData                      *SystemData_STATUS                              `json:"systemData,omitempty"`
	Tags                            map[string]string                               `json:"tags,omitempty"`
	TenantId                        *string                                         `json:"tenantId,omitempty"`
	Type                            *string                                         `json:"type,omitempty"`
	WorkspaceId                     *string                                         `json:"workspaceId,omitempty"`
}

Deprecated version of Workspace_STATUS. Use v1api20210701.Workspace_STATUS instead

func (*Workspace_STATUS) AssignProperties_From_Workspace_STATUS

func (workspace *Workspace_STATUS) AssignProperties_From_Workspace_STATUS(source *v20210701s.Workspace_STATUS) error

AssignProperties_From_Workspace_STATUS populates our Workspace_STATUS from the provided source Workspace_STATUS

func (*Workspace_STATUS) AssignProperties_To_Workspace_STATUS

func (workspace *Workspace_STATUS) AssignProperties_To_Workspace_STATUS(destination *v20210701s.Workspace_STATUS) error

AssignProperties_To_Workspace_STATUS populates the provided destination Workspace_STATUS from our Workspace_STATUS

func (*Workspace_STATUS) ConvertStatusFrom

func (workspace *Workspace_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our Workspace_STATUS from the provided source

func (*Workspace_STATUS) ConvertStatusTo

func (workspace *Workspace_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our Workspace_STATUS

func (*Workspace_STATUS) DeepCopy

func (in *Workspace_STATUS) DeepCopy() *Workspace_STATUS

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

func (*Workspace_STATUS) DeepCopyInto

func (in *Workspace_STATUS) DeepCopyInto(out *Workspace_STATUS)

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

func (*Workspace_STATUS) NewEmptyARMValue

func (workspace *Workspace_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Workspace_STATUS) PopulateFromARM

func (workspace *Workspace_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Workspace_STATUS_ARM

type Workspace_STATUS_ARM struct {
	Id         *string                         `json:"id,omitempty"`
	Identity   *Identity_STATUS_ARM            `json:"identity,omitempty"`
	Location   *string                         `json:"location,omitempty"`
	Name       *string                         `json:"name,omitempty"`
	Properties *WorkspaceProperties_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 Workspace_STATUS. Use v1api20210701.Workspace_STATUS instead

func (*Workspace_STATUS_ARM) DeepCopy

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

func (*Workspace_STATUS_ARM) DeepCopyInto

func (in *Workspace_STATUS_ARM) DeepCopyInto(out *Workspace_STATUS_ARM)

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

type Workspace_Spec

type Workspace_Spec struct {
	AllowPublicAccessWhenBehindVnet *bool                         `json:"allowPublicAccessWhenBehindVnet,omitempty"`
	ApplicationInsightsReference    *genruntime.ResourceReference `armReference:"ApplicationInsights" json:"applicationInsightsReference,omitempty"`

	// 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"`
	ContainerRegistryReference *genruntime.ResourceReference `armReference:"ContainerRegistry" json:"containerRegistryReference,omitempty"`
	Description                *string                       `json:"description,omitempty"`
	DiscoveryUrl               *string                       `json:"discoveryUrl,omitempty"`
	Encryption                 *EncryptionProperty           `json:"encryption,omitempty"`
	FriendlyName               *string                       `json:"friendlyName,omitempty"`
	HbiWorkspace               *bool                         `json:"hbiWorkspace,omitempty"`
	Identity                   *Identity                     `json:"identity,omitempty"`
	ImageBuildCompute          *string                       `json:"imageBuildCompute,omitempty"`
	KeyVaultReference          *genruntime.ResourceReference `armReference:"KeyVault" json:"keyVaultReference,omitempty"`
	Location                   *string                       `json:"location,omitempty"`

	// OperatorSpec: The specification for configuring operator behavior. This field is interpreted by the operator and not
	// passed directly to Azure
	OperatorSpec *WorkspaceOperatorSpec `json:"operatorSpec,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"`
	PrimaryUserAssignedIdentityReference *genruntime.ResourceReference            `armReference:"PrimaryUserAssignedIdentity" json:"primaryUserAssignedIdentityReference,omitempty"`
	PublicNetworkAccess                  *WorkspaceProperties_PublicNetworkAccess `json:"publicNetworkAccess,omitempty"`
	ServiceManagedResourcesSettings      *ServiceManagedResourcesSettings         `json:"serviceManagedResourcesSettings,omitempty"`
	SharedPrivateLinkResources           []SharedPrivateLinkResource              `json:"sharedPrivateLinkResources,omitempty"`
	Sku                                  *Sku                                     `json:"sku,omitempty"`
	StorageAccountReference              *genruntime.ResourceReference            `armReference:"StorageAccount" json:"storageAccountReference,omitempty"`
	SystemData                           *SystemData                              `json:"systemData,omitempty"`
	Tags                                 map[string]string                        `json:"tags,omitempty"`
}

func (*Workspace_Spec) AssignProperties_From_Workspace_Spec

func (workspace *Workspace_Spec) AssignProperties_From_Workspace_Spec(source *v20210701s.Workspace_Spec) error

AssignProperties_From_Workspace_Spec populates our Workspace_Spec from the provided source Workspace_Spec

func (*Workspace_Spec) AssignProperties_To_Workspace_Spec

func (workspace *Workspace_Spec) AssignProperties_To_Workspace_Spec(destination *v20210701s.Workspace_Spec) error

AssignProperties_To_Workspace_Spec populates the provided destination Workspace_Spec from our Workspace_Spec

func (*Workspace_Spec) ConvertSpecFrom

func (workspace *Workspace_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our Workspace_Spec from the provided source

func (*Workspace_Spec) ConvertSpecTo

func (workspace *Workspace_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our Workspace_Spec

func (*Workspace_Spec) ConvertToARM

func (workspace *Workspace_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Workspace_Spec) DeepCopy

func (in *Workspace_Spec) DeepCopy() *Workspace_Spec

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

func (*Workspace_Spec) DeepCopyInto

func (in *Workspace_Spec) DeepCopyInto(out *Workspace_Spec)

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

func (*Workspace_Spec) NewEmptyARMValue

func (workspace *Workspace_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Workspace_Spec) OriginalVersion

func (workspace *Workspace_Spec) OriginalVersion() string

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

func (*Workspace_Spec) PopulateFromARM

func (workspace *Workspace_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*Workspace_Spec) SetAzureName

func (workspace *Workspace_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type Workspace_Spec_ARM

type Workspace_Spec_ARM struct {
	Identity   *Identity_ARM            `json:"identity,omitempty"`
	Location   *string                  `json:"location,omitempty"`
	Name       string                   `json:"name,omitempty"`
	Properties *WorkspaceProperties_ARM `json:"properties,omitempty"`
	Sku        *Sku_ARM                 `json:"sku,omitempty"`
	SystemData *SystemData_ARM          `json:"systemData,omitempty"`
	Tags       map[string]string        `json:"tags,omitempty"`
}

Deprecated version of Workspace_Spec. Use v1api20210701.Workspace_Spec instead

func (*Workspace_Spec_ARM) DeepCopy

func (in *Workspace_Spec_ARM) DeepCopy() *Workspace_Spec_ARM

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

func (*Workspace_Spec_ARM) DeepCopyInto

func (in *Workspace_Spec_ARM) DeepCopyInto(out *Workspace_Spec_ARM)

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

func (Workspace_Spec_ARM) GetAPIVersion

func (workspace Workspace_Spec_ARM) GetAPIVersion() string

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

func (*Workspace_Spec_ARM) GetName

func (workspace *Workspace_Spec_ARM) GetName() string

GetName returns the Name of the resource

func (*Workspace_Spec_ARM) GetType

func (workspace *Workspace_Spec_ARM) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.MachineLearningServices/workspaces"

type WorkspacesCompute

type WorkspacesCompute struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Workspaces_Compute_Spec   `json:"spec,omitempty"`
	Status            Workspaces_Compute_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 WorkspacesCompute. Use v1api20210701.WorkspacesCompute instead

func (*WorkspacesCompute) AssignProperties_From_WorkspacesCompute

func (compute *WorkspacesCompute) AssignProperties_From_WorkspacesCompute(source *v20210701s.WorkspacesCompute) error

AssignProperties_From_WorkspacesCompute populates our WorkspacesCompute from the provided source WorkspacesCompute

func (*WorkspacesCompute) AssignProperties_To_WorkspacesCompute

func (compute *WorkspacesCompute) AssignProperties_To_WorkspacesCompute(destination *v20210701s.WorkspacesCompute) error

AssignProperties_To_WorkspacesCompute populates the provided destination WorkspacesCompute from our WorkspacesCompute

func (*WorkspacesCompute) AzureName

func (compute *WorkspacesCompute) AzureName() string

AzureName returns the Azure name of the resource

func (*WorkspacesCompute) ConvertFrom

func (compute *WorkspacesCompute) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our WorkspacesCompute from the provided hub WorkspacesCompute

func (*WorkspacesCompute) ConvertTo

func (compute *WorkspacesCompute) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub WorkspacesCompute from our WorkspacesCompute

func (*WorkspacesCompute) DeepCopy

func (in *WorkspacesCompute) DeepCopy() *WorkspacesCompute

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

func (*WorkspacesCompute) DeepCopyInto

func (in *WorkspacesCompute) DeepCopyInto(out *WorkspacesCompute)

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

func (*WorkspacesCompute) DeepCopyObject

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

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

func (*WorkspacesCompute) Default

func (compute *WorkspacesCompute) Default()

Default applies defaults to the WorkspacesCompute resource

func (WorkspacesCompute) GetAPIVersion

func (compute WorkspacesCompute) GetAPIVersion() string

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

func (*WorkspacesCompute) GetConditions

func (compute *WorkspacesCompute) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*WorkspacesCompute) GetResourceScope

func (compute *WorkspacesCompute) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*WorkspacesCompute) GetSpec

func (compute *WorkspacesCompute) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*WorkspacesCompute) GetStatus

func (compute *WorkspacesCompute) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*WorkspacesCompute) GetType

func (compute *WorkspacesCompute) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.MachineLearningServices/workspaces/computes"

func (*WorkspacesCompute) NewEmptyStatus

func (compute *WorkspacesCompute) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*WorkspacesCompute) OriginalGVK

func (compute *WorkspacesCompute) OriginalGVK() *schema.GroupVersionKind

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

func (*WorkspacesCompute) Owner

Owner returns the ResourceReference of the owner

func (*WorkspacesCompute) SetConditions

func (compute *WorkspacesCompute) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*WorkspacesCompute) SetStatus

func (compute *WorkspacesCompute) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

func (*WorkspacesCompute) ValidateCreate

func (compute *WorkspacesCompute) ValidateCreate() error

ValidateCreate validates the creation of the resource

func (*WorkspacesCompute) ValidateDelete

func (compute *WorkspacesCompute) ValidateDelete() error

ValidateDelete validates the deletion of the resource

func (*WorkspacesCompute) ValidateUpdate

func (compute *WorkspacesCompute) ValidateUpdate(old runtime.Object) error

ValidateUpdate validates an update of the resource

type WorkspacesComputeList

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

+kubebuilder:object:root=true Deprecated version of WorkspacesCompute. Use v1api20210701.WorkspacesCompute instead

func (*WorkspacesComputeList) DeepCopy

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

func (*WorkspacesComputeList) DeepCopyInto

func (in *WorkspacesComputeList) DeepCopyInto(out *WorkspacesComputeList)

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

func (*WorkspacesComputeList) DeepCopyObject

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

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

type WorkspacesConnection

type WorkspacesConnection struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Workspaces_Connection_Spec   `json:"spec,omitempty"`
	Status            Workspaces_Connection_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 WorkspacesConnection. Use v1api20210701.WorkspacesConnection instead

func (*WorkspacesConnection) AssignProperties_From_WorkspacesConnection

func (connection *WorkspacesConnection) AssignProperties_From_WorkspacesConnection(source *v20210701s.WorkspacesConnection) error

AssignProperties_From_WorkspacesConnection populates our WorkspacesConnection from the provided source WorkspacesConnection

func (*WorkspacesConnection) AssignProperties_To_WorkspacesConnection

func (connection *WorkspacesConnection) AssignProperties_To_WorkspacesConnection(destination *v20210701s.WorkspacesConnection) error

AssignProperties_To_WorkspacesConnection populates the provided destination WorkspacesConnection from our WorkspacesConnection

func (*WorkspacesConnection) AzureName

func (connection *WorkspacesConnection) AzureName() string

AzureName returns the Azure name of the resource

func (*WorkspacesConnection) ConvertFrom

func (connection *WorkspacesConnection) ConvertFrom(hub conversion.Hub) error

ConvertFrom populates our WorkspacesConnection from the provided hub WorkspacesConnection

func (*WorkspacesConnection) ConvertTo

func (connection *WorkspacesConnection) ConvertTo(hub conversion.Hub) error

ConvertTo populates the provided hub WorkspacesConnection from our WorkspacesConnection

func (*WorkspacesConnection) DeepCopy

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

func (*WorkspacesConnection) DeepCopyInto

func (in *WorkspacesConnection) DeepCopyInto(out *WorkspacesConnection)

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

func (*WorkspacesConnection) DeepCopyObject

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

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

func (*WorkspacesConnection) Default

func (connection *WorkspacesConnection) Default()

Default applies defaults to the WorkspacesConnection resource

func (WorkspacesConnection) GetAPIVersion

func (connection WorkspacesConnection) GetAPIVersion() string

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

func (*WorkspacesConnection) GetConditions

func (connection *WorkspacesConnection) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*WorkspacesConnection) GetResourceScope

func (connection *WorkspacesConnection) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*WorkspacesConnection) GetSpec

func (connection *WorkspacesConnection) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*WorkspacesConnection) GetStatus

func (connection *WorkspacesConnection) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*WorkspacesConnection) GetType

func (connection *WorkspacesConnection) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.MachineLearningServices/workspaces/connections"

func (*WorkspacesConnection) NewEmptyStatus

func (connection *WorkspacesConnection) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*WorkspacesConnection) OriginalGVK

func (connection *WorkspacesConnection) OriginalGVK() *schema.GroupVersionKind

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

func (*WorkspacesConnection) Owner

func (connection *WorkspacesConnection) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner

func (*WorkspacesConnection) SetConditions

func (connection *WorkspacesConnection) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*WorkspacesConnection) SetStatus

func (connection *WorkspacesConnection) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

func (*WorkspacesConnection) ValidateCreate

func (connection *WorkspacesConnection) ValidateCreate() error

ValidateCreate validates the creation of the resource

func (*WorkspacesConnection) ValidateDelete

func (connection *WorkspacesConnection) ValidateDelete() error

ValidateDelete validates the deletion of the resource

func (*WorkspacesConnection) ValidateUpdate

func (connection *WorkspacesConnection) ValidateUpdate(old runtime.Object) error

ValidateUpdate validates an update of the resource

type WorkspacesConnectionList

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

+kubebuilder:object:root=true Deprecated version of WorkspacesConnection. Use v1api20210701.WorkspacesConnection instead

func (*WorkspacesConnectionList) DeepCopy

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

func (*WorkspacesConnectionList) DeepCopyInto

func (in *WorkspacesConnectionList) DeepCopyInto(out *WorkspacesConnectionList)

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

func (*WorkspacesConnectionList) DeepCopyObject

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

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

type Workspaces_Compute_STATUS

type Workspaces_Compute_STATUS struct {
	// Conditions: The observed state of the resource
	Conditions []conditions.Condition `json:"conditions,omitempty"`
	Id         *string                `json:"id,omitempty"`
	Identity   *Identity_STATUS       `json:"identity,omitempty"`
	Location   *string                `json:"location,omitempty"`
	Name       *string                `json:"name,omitempty"`
	Properties *Compute_STATUS        `json:"properties,omitempty"`
	Sku        *Sku_STATUS            `json:"sku,omitempty"`
	SystemData *SystemData_STATUS     `json:"systemData,omitempty"`
	Tags       map[string]string      `json:"tags,omitempty"`
	Type       *string                `json:"type,omitempty"`
}

Deprecated version of Workspaces_Compute_STATUS. Use v1api20210701.Workspaces_Compute_STATUS instead

func (*Workspaces_Compute_STATUS) AssignProperties_From_Workspaces_Compute_STATUS

func (compute *Workspaces_Compute_STATUS) AssignProperties_From_Workspaces_Compute_STATUS(source *v20210701s.Workspaces_Compute_STATUS) error

AssignProperties_From_Workspaces_Compute_STATUS populates our Workspaces_Compute_STATUS from the provided source Workspaces_Compute_STATUS

func (*Workspaces_Compute_STATUS) AssignProperties_To_Workspaces_Compute_STATUS

func (compute *Workspaces_Compute_STATUS) AssignProperties_To_Workspaces_Compute_STATUS(destination *v20210701s.Workspaces_Compute_STATUS) error

AssignProperties_To_Workspaces_Compute_STATUS populates the provided destination Workspaces_Compute_STATUS from our Workspaces_Compute_STATUS

func (*Workspaces_Compute_STATUS) ConvertStatusFrom

func (compute *Workspaces_Compute_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our Workspaces_Compute_STATUS from the provided source

func (*Workspaces_Compute_STATUS) ConvertStatusTo

func (compute *Workspaces_Compute_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our Workspaces_Compute_STATUS

func (*Workspaces_Compute_STATUS) DeepCopy

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

func (*Workspaces_Compute_STATUS) DeepCopyInto

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

func (*Workspaces_Compute_STATUS) NewEmptyARMValue

func (compute *Workspaces_Compute_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Workspaces_Compute_STATUS) PopulateFromARM

func (compute *Workspaces_Compute_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Workspaces_Compute_STATUS_ARM

type Workspaces_Compute_STATUS_ARM struct {
	Id         *string                `json:"id,omitempty"`
	Identity   *Identity_STATUS_ARM   `json:"identity,omitempty"`
	Location   *string                `json:"location,omitempty"`
	Name       *string                `json:"name,omitempty"`
	Properties *Compute_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 Workspaces_Compute_STATUS. Use v1api20210701.Workspaces_Compute_STATUS instead

func (*Workspaces_Compute_STATUS_ARM) DeepCopy

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

func (*Workspaces_Compute_STATUS_ARM) DeepCopyInto

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

type Workspaces_Compute_Spec

type Workspaces_Compute_Spec struct {
	// 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"`
	Identity  *Identity `json:"identity,omitempty"`
	Location  *string   `json:"location,omitempty"`

	// +kubebuilder:validation:Required
	// Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also
	// controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a
	// reference to a machinelearningservices.azure.com/Workspace resource
	Owner      *genruntime.KnownResourceReference `group:"machinelearningservices.azure.com" json:"owner,omitempty" kind:"Workspace"`
	Properties *Compute                           `json:"properties,omitempty"`
	Sku        *Sku                               `json:"sku,omitempty"`
	SystemData *SystemData                        `json:"systemData,omitempty"`
	Tags       map[string]string                  `json:"tags,omitempty"`
}

func (*Workspaces_Compute_Spec) AssignProperties_From_Workspaces_Compute_Spec

func (compute *Workspaces_Compute_Spec) AssignProperties_From_Workspaces_Compute_Spec(source *v20210701s.Workspaces_Compute_Spec) error

AssignProperties_From_Workspaces_Compute_Spec populates our Workspaces_Compute_Spec from the provided source Workspaces_Compute_Spec

func (*Workspaces_Compute_Spec) AssignProperties_To_Workspaces_Compute_Spec

func (compute *Workspaces_Compute_Spec) AssignProperties_To_Workspaces_Compute_Spec(destination *v20210701s.Workspaces_Compute_Spec) error

AssignProperties_To_Workspaces_Compute_Spec populates the provided destination Workspaces_Compute_Spec from our Workspaces_Compute_Spec

func (*Workspaces_Compute_Spec) ConvertSpecFrom

func (compute *Workspaces_Compute_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our Workspaces_Compute_Spec from the provided source

func (*Workspaces_Compute_Spec) ConvertSpecTo

func (compute *Workspaces_Compute_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our Workspaces_Compute_Spec

func (*Workspaces_Compute_Spec) ConvertToARM

func (compute *Workspaces_Compute_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Workspaces_Compute_Spec) DeepCopy

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

func (*Workspaces_Compute_Spec) DeepCopyInto

func (in *Workspaces_Compute_Spec) DeepCopyInto(out *Workspaces_Compute_Spec)

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

func (*Workspaces_Compute_Spec) NewEmptyARMValue

func (compute *Workspaces_Compute_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Workspaces_Compute_Spec) OriginalVersion

func (compute *Workspaces_Compute_Spec) OriginalVersion() string

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

func (*Workspaces_Compute_Spec) PopulateFromARM

func (compute *Workspaces_Compute_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*Workspaces_Compute_Spec) SetAzureName

func (compute *Workspaces_Compute_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type Workspaces_Compute_Spec_ARM

type Workspaces_Compute_Spec_ARM struct {
	Identity   *Identity_ARM     `json:"identity,omitempty"`
	Location   *string           `json:"location,omitempty"`
	Name       string            `json:"name,omitempty"`
	Properties *Compute_ARM      `json:"properties,omitempty"`
	Sku        *Sku_ARM          `json:"sku,omitempty"`
	SystemData *SystemData_ARM   `json:"systemData,omitempty"`
	Tags       map[string]string `json:"tags,omitempty"`
}

Deprecated version of Workspaces_Compute_Spec. Use v1api20210701.Workspaces_Compute_Spec instead

func (*Workspaces_Compute_Spec_ARM) DeepCopy

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

func (*Workspaces_Compute_Spec_ARM) DeepCopyInto

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

func (Workspaces_Compute_Spec_ARM) GetAPIVersion

func (compute Workspaces_Compute_Spec_ARM) GetAPIVersion() string

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

func (*Workspaces_Compute_Spec_ARM) GetName

func (compute *Workspaces_Compute_Spec_ARM) GetName() string

GetName returns the Name of the resource

func (*Workspaces_Compute_Spec_ARM) GetType

func (compute *Workspaces_Compute_Spec_ARM) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.MachineLearningServices/workspaces/computes"

type Workspaces_Connection_STATUS

type Workspaces_Connection_STATUS struct {
	AuthType *string `json:"authType,omitempty"`
	Category *string `json:"category,omitempty"`

	// Conditions: The observed state of the resource
	Conditions  []conditions.Condition                       `json:"conditions,omitempty"`
	Id          *string                                      `json:"id,omitempty"`
	Name        *string                                      `json:"name,omitempty"`
	Target      *string                                      `json:"target,omitempty"`
	Type        *string                                      `json:"type,omitempty"`
	Value       *string                                      `json:"value,omitempty"`
	ValueFormat *WorkspaceConnectionProps_ValueFormat_STATUS `json:"valueFormat,omitempty"`
}

Deprecated version of Workspaces_Connection_STATUS. Use v1api20210701.Workspaces_Connection_STATUS instead

func (*Workspaces_Connection_STATUS) AssignProperties_From_Workspaces_Connection_STATUS

func (connection *Workspaces_Connection_STATUS) AssignProperties_From_Workspaces_Connection_STATUS(source *v20210701s.Workspaces_Connection_STATUS) error

AssignProperties_From_Workspaces_Connection_STATUS populates our Workspaces_Connection_STATUS from the provided source Workspaces_Connection_STATUS

func (*Workspaces_Connection_STATUS) AssignProperties_To_Workspaces_Connection_STATUS

func (connection *Workspaces_Connection_STATUS) AssignProperties_To_Workspaces_Connection_STATUS(destination *v20210701s.Workspaces_Connection_STATUS) error

AssignProperties_To_Workspaces_Connection_STATUS populates the provided destination Workspaces_Connection_STATUS from our Workspaces_Connection_STATUS

func (*Workspaces_Connection_STATUS) ConvertStatusFrom

func (connection *Workspaces_Connection_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our Workspaces_Connection_STATUS from the provided source

func (*Workspaces_Connection_STATUS) ConvertStatusTo

func (connection *Workspaces_Connection_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our Workspaces_Connection_STATUS

func (*Workspaces_Connection_STATUS) DeepCopy

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

func (*Workspaces_Connection_STATUS) DeepCopyInto

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

func (*Workspaces_Connection_STATUS) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Workspaces_Connection_STATUS) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

type Workspaces_Connection_STATUS_ARM

type Workspaces_Connection_STATUS_ARM struct {
	Id         *string                              `json:"id,omitempty"`
	Name       *string                              `json:"name,omitempty"`
	Properties *WorkspaceConnectionProps_STATUS_ARM `json:"properties,omitempty"`
	Type       *string                              `json:"type,omitempty"`
}

Deprecated version of Workspaces_Connection_STATUS. Use v1api20210701.Workspaces_Connection_STATUS instead

func (*Workspaces_Connection_STATUS_ARM) DeepCopy

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

func (*Workspaces_Connection_STATUS_ARM) DeepCopyInto

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

type Workspaces_Connection_Spec

type Workspaces_Connection_Spec struct {
	AuthType *string `json:"authType,omitempty"`

	// 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"`
	Category  *string `json:"category,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 machinelearningservices.azure.com/Workspace resource
	Owner       *genruntime.KnownResourceReference    `group:"machinelearningservices.azure.com" json:"owner,omitempty" kind:"Workspace"`
	Target      *string                               `json:"target,omitempty"`
	Value       *string                               `json:"value,omitempty"`
	ValueFormat *WorkspaceConnectionProps_ValueFormat `json:"valueFormat,omitempty"`
}

func (*Workspaces_Connection_Spec) AssignProperties_From_Workspaces_Connection_Spec

func (connection *Workspaces_Connection_Spec) AssignProperties_From_Workspaces_Connection_Spec(source *v20210701s.Workspaces_Connection_Spec) error

AssignProperties_From_Workspaces_Connection_Spec populates our Workspaces_Connection_Spec from the provided source Workspaces_Connection_Spec

func (*Workspaces_Connection_Spec) AssignProperties_To_Workspaces_Connection_Spec

func (connection *Workspaces_Connection_Spec) AssignProperties_To_Workspaces_Connection_Spec(destination *v20210701s.Workspaces_Connection_Spec) error

AssignProperties_To_Workspaces_Connection_Spec populates the provided destination Workspaces_Connection_Spec from our Workspaces_Connection_Spec

func (*Workspaces_Connection_Spec) ConvertSpecFrom

func (connection *Workspaces_Connection_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our Workspaces_Connection_Spec from the provided source

func (*Workspaces_Connection_Spec) ConvertSpecTo

func (connection *Workspaces_Connection_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our Workspaces_Connection_Spec

func (*Workspaces_Connection_Spec) ConvertToARM

func (connection *Workspaces_Connection_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error)

ConvertToARM converts from a Kubernetes CRD object to an ARM object

func (*Workspaces_Connection_Spec) DeepCopy

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

func (*Workspaces_Connection_Spec) DeepCopyInto

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

func (*Workspaces_Connection_Spec) NewEmptyARMValue

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

NewEmptyARMValue returns an empty ARM value suitable for deserializing into

func (*Workspaces_Connection_Spec) OriginalVersion

func (connection *Workspaces_Connection_Spec) OriginalVersion() string

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

func (*Workspaces_Connection_Spec) PopulateFromARM

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

PopulateFromARM populates a Kubernetes CRD object from an Azure ARM object

func (*Workspaces_Connection_Spec) SetAzureName

func (connection *Workspaces_Connection_Spec) SetAzureName(azureName string)

SetAzureName sets the Azure name of the resource

type Workspaces_Connection_Spec_ARM

type Workspaces_Connection_Spec_ARM struct {
	Name       string                        `json:"name,omitempty"`
	Properties *WorkspaceConnectionProps_ARM `json:"properties,omitempty"`
}

Deprecated version of Workspaces_Connection_Spec. Use v1api20210701.Workspaces_Connection_Spec instead

func (*Workspaces_Connection_Spec_ARM) DeepCopy

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

func (*Workspaces_Connection_Spec_ARM) DeepCopyInto

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

func (Workspaces_Connection_Spec_ARM) GetAPIVersion

func (connection Workspaces_Connection_Spec_ARM) GetAPIVersion() string

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

func (*Workspaces_Connection_Spec_ARM) GetName

func (connection *Workspaces_Connection_Spec_ARM) GetName() string

GetName returns the Name of the resource

func (*Workspaces_Connection_Spec_ARM) GetType

func (connection *Workspaces_Connection_Spec_ARM) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.MachineLearningServices/workspaces/connections"

Jump to

Keyboard shortcuts

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