Documentation ¶
Overview ¶
+groupName=machine.azurerm.kubeform.com
Index ¶
- Variables
- func GetDecoder() map[string]jsoniter.ValDecoder
- func GetEncoder() map[string]jsoniter.ValEncoder
- func Kind(kind string) schema.GroupKind
- func Resource(resource string) schema.GroupResource
- type LearningComputeCluster
- func (in *LearningComputeCluster) DeepCopy() *LearningComputeCluster
- func (in *LearningComputeCluster) DeepCopyInto(out *LearningComputeCluster)
- func (in *LearningComputeCluster) DeepCopyObject() runtime.Object
- func (r *LearningComputeCluster) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *LearningComputeCluster) ValidateCreate() error
- func (r *LearningComputeCluster) ValidateDelete() error
- func (r *LearningComputeCluster) ValidateUpdate(old runtime.Object) error
- type LearningComputeClusterList
- type LearningComputeClusterSpec
- type LearningComputeClusterSpecIdentity
- type LearningComputeClusterSpecIdentityCodec
- type LearningComputeClusterSpecResource
- type LearningComputeClusterSpecScaleSettings
- type LearningComputeClusterSpecScaleSettingsCodec
- type LearningComputeClusterStatus
- type LearningInferenceCluster
- func (in *LearningInferenceCluster) DeepCopy() *LearningInferenceCluster
- func (in *LearningInferenceCluster) DeepCopyInto(out *LearningInferenceCluster)
- func (in *LearningInferenceCluster) DeepCopyObject() runtime.Object
- func (r *LearningInferenceCluster) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *LearningInferenceCluster) ValidateCreate() error
- func (r *LearningInferenceCluster) ValidateDelete() error
- func (r *LearningInferenceCluster) ValidateUpdate(old runtime.Object) error
- type LearningInferenceClusterList
- type LearningInferenceClusterSpec
- type LearningInferenceClusterSpecResource
- type LearningInferenceClusterSpecSsl
- type LearningInferenceClusterSpecSslCodec
- type LearningInferenceClusterStatus
- type LearningWorkspace
- func (in *LearningWorkspace) DeepCopy() *LearningWorkspace
- func (in *LearningWorkspace) DeepCopyInto(out *LearningWorkspace)
- func (in *LearningWorkspace) DeepCopyObject() runtime.Object
- func (r *LearningWorkspace) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *LearningWorkspace) ValidateCreate() error
- func (r *LearningWorkspace) ValidateDelete() error
- func (r *LearningWorkspace) ValidateUpdate(old runtime.Object) error
- type LearningWorkspaceList
- type LearningWorkspaceSpec
- type LearningWorkspaceSpecIdentity
- type LearningWorkspaceSpecIdentityCodec
- type LearningWorkspaceSpecResource
- type LearningWorkspaceStatus
Constants ¶
This section is empty.
Variables ¶
var ( // TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api. // localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes. SchemeBuilder runtime.SchemeBuilder AddToScheme = localSchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: machine.GroupName, Version: "v1alpha1"}
Functions ¶
func GetDecoder ¶
func GetDecoder() map[string]jsoniter.ValDecoder
func GetEncoder ¶
func GetEncoder() map[string]jsoniter.ValEncoder
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type LearningComputeCluster ¶
type LearningComputeCluster struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec LearningComputeClusterSpec `json:"spec,omitempty"` Status LearningComputeClusterStatus `json:"status,omitempty"` }
func (*LearningComputeCluster) DeepCopy ¶
func (in *LearningComputeCluster) DeepCopy() *LearningComputeCluster
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningComputeCluster.
func (*LearningComputeCluster) DeepCopyInto ¶
func (in *LearningComputeCluster) DeepCopyInto(out *LearningComputeCluster)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LearningComputeCluster) DeepCopyObject ¶
func (in *LearningComputeCluster) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LearningComputeCluster) SetupWebhookWithManager ¶
func (r *LearningComputeCluster) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*LearningComputeCluster) ValidateCreate ¶
func (r *LearningComputeCluster) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*LearningComputeCluster) ValidateDelete ¶
func (r *LearningComputeCluster) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*LearningComputeCluster) ValidateUpdate ¶
func (r *LearningComputeCluster) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type LearningComputeClusterList ¶
type LearningComputeClusterList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of LearningComputeCluster CRD objects Items []LearningComputeCluster `json:"items,omitempty"` }
LearningComputeClusterList is a list of LearningComputeClusters
func (*LearningComputeClusterList) DeepCopy ¶
func (in *LearningComputeClusterList) DeepCopy() *LearningComputeClusterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningComputeClusterList.
func (*LearningComputeClusterList) DeepCopyInto ¶
func (in *LearningComputeClusterList) DeepCopyInto(out *LearningComputeClusterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LearningComputeClusterList) DeepCopyObject ¶
func (in *LearningComputeClusterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type LearningComputeClusterSpec ¶
type LearningComputeClusterSpec struct { State *LearningComputeClusterSpecResource `json:"state,omitempty" tf:"-"` Resource LearningComputeClusterSpecResource `json:"resource" tf:"resource"` UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"` TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"` ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"` }
func (*LearningComputeClusterSpec) DeepCopy ¶
func (in *LearningComputeClusterSpec) DeepCopy() *LearningComputeClusterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningComputeClusterSpec.
func (*LearningComputeClusterSpec) DeepCopyInto ¶
func (in *LearningComputeClusterSpec) DeepCopyInto(out *LearningComputeClusterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningComputeClusterSpecIdentity ¶
type LearningComputeClusterSpecIdentity struct { // +optional PrincipalID *string `json:"principalID,omitempty" tf:"principal_id"` // +optional TenantID *string `json:"tenantID,omitempty" tf:"tenant_id"` Type *string `json:"type" tf:"type"` }
func (*LearningComputeClusterSpecIdentity) DeepCopy ¶
func (in *LearningComputeClusterSpecIdentity) DeepCopy() *LearningComputeClusterSpecIdentity
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningComputeClusterSpecIdentity.
func (*LearningComputeClusterSpecIdentity) DeepCopyInto ¶
func (in *LearningComputeClusterSpecIdentity) DeepCopyInto(out *LearningComputeClusterSpecIdentity)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningComputeClusterSpecIdentityCodec ¶
type LearningComputeClusterSpecIdentityCodec struct { }
+k8s:deepcopy-gen=false
func (LearningComputeClusterSpecIdentityCodec) Decode ¶
func (LearningComputeClusterSpecIdentityCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
type LearningComputeClusterSpecResource ¶
type LearningComputeClusterSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional Description *string `json:"description,omitempty" tf:"description"` Identity *LearningComputeClusterSpecIdentity `json:"identity" tf:"identity"` Location *string `json:"location" tf:"location"` MachineLearningWorkspaceID *string `json:"machineLearningWorkspaceID" tf:"machine_learning_workspace_id"` Name *string `json:"name" tf:"name"` ScaleSettings *LearningComputeClusterSpecScaleSettings `json:"scaleSettings" tf:"scale_settings"` // +optional SubnetResourceID *string `json:"subnetResourceID,omitempty" tf:"subnet_resource_id"` // +optional Tags *map[string]string `json:"tags,omitempty" tf:"tags"` VmPriority *string `json:"vmPriority" tf:"vm_priority"` VmSize *string `json:"vmSize" tf:"vm_size"` }
func (*LearningComputeClusterSpecResource) DeepCopy ¶
func (in *LearningComputeClusterSpecResource) DeepCopy() *LearningComputeClusterSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningComputeClusterSpecResource.
func (*LearningComputeClusterSpecResource) DeepCopyInto ¶
func (in *LearningComputeClusterSpecResource) DeepCopyInto(out *LearningComputeClusterSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningComputeClusterSpecScaleSettings ¶
type LearningComputeClusterSpecScaleSettings struct { MaxNodeCount *int64 `json:"maxNodeCount" tf:"max_node_count"` MinNodeCount *int64 `json:"minNodeCount" tf:"min_node_count"` ScaleDownNodesAfterIdleDuration *string `json:"scaleDownNodesAfterIdleDuration" tf:"scale_down_nodes_after_idle_duration"` }
func (*LearningComputeClusterSpecScaleSettings) DeepCopy ¶
func (in *LearningComputeClusterSpecScaleSettings) DeepCopy() *LearningComputeClusterSpecScaleSettings
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningComputeClusterSpecScaleSettings.
func (*LearningComputeClusterSpecScaleSettings) DeepCopyInto ¶
func (in *LearningComputeClusterSpecScaleSettings) DeepCopyInto(out *LearningComputeClusterSpecScaleSettings)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningComputeClusterSpecScaleSettingsCodec ¶
type LearningComputeClusterSpecScaleSettingsCodec struct { }
+k8s:deepcopy-gen=false
func (LearningComputeClusterSpecScaleSettingsCodec) Decode ¶
func (LearningComputeClusterSpecScaleSettingsCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
type LearningComputeClusterStatus ¶
type LearningComputeClusterStatus struct { // Resource generation, which is updated on mutation by the API Server. // +optional ObservedGeneration int64 `json:"observedGeneration,omitempty"` // +optional Phase status.Status `json:"phase,omitempty"` // +optional Conditions []kmapi.Condition `json:"conditions,omitempty"` }
func (*LearningComputeClusterStatus) DeepCopy ¶
func (in *LearningComputeClusterStatus) DeepCopy() *LearningComputeClusterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningComputeClusterStatus.
func (*LearningComputeClusterStatus) DeepCopyInto ¶
func (in *LearningComputeClusterStatus) DeepCopyInto(out *LearningComputeClusterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningInferenceCluster ¶
type LearningInferenceCluster struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec LearningInferenceClusterSpec `json:"spec,omitempty"` Status LearningInferenceClusterStatus `json:"status,omitempty"` }
func (*LearningInferenceCluster) DeepCopy ¶
func (in *LearningInferenceCluster) DeepCopy() *LearningInferenceCluster
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningInferenceCluster.
func (*LearningInferenceCluster) DeepCopyInto ¶
func (in *LearningInferenceCluster) DeepCopyInto(out *LearningInferenceCluster)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LearningInferenceCluster) DeepCopyObject ¶
func (in *LearningInferenceCluster) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LearningInferenceCluster) SetupWebhookWithManager ¶
func (r *LearningInferenceCluster) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*LearningInferenceCluster) ValidateCreate ¶
func (r *LearningInferenceCluster) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*LearningInferenceCluster) ValidateDelete ¶
func (r *LearningInferenceCluster) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*LearningInferenceCluster) ValidateUpdate ¶
func (r *LearningInferenceCluster) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type LearningInferenceClusterList ¶
type LearningInferenceClusterList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of LearningInferenceCluster CRD objects Items []LearningInferenceCluster `json:"items,omitempty"` }
LearningInferenceClusterList is a list of LearningInferenceClusters
func (*LearningInferenceClusterList) DeepCopy ¶
func (in *LearningInferenceClusterList) DeepCopy() *LearningInferenceClusterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningInferenceClusterList.
func (*LearningInferenceClusterList) DeepCopyInto ¶
func (in *LearningInferenceClusterList) DeepCopyInto(out *LearningInferenceClusterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LearningInferenceClusterList) DeepCopyObject ¶
func (in *LearningInferenceClusterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type LearningInferenceClusterSpec ¶
type LearningInferenceClusterSpec struct { State *LearningInferenceClusterSpecResource `json:"state,omitempty" tf:"-"` Resource LearningInferenceClusterSpecResource `json:"resource" tf:"resource"` UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"` TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"` ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"` }
func (*LearningInferenceClusterSpec) DeepCopy ¶
func (in *LearningInferenceClusterSpec) DeepCopy() *LearningInferenceClusterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningInferenceClusterSpec.
func (*LearningInferenceClusterSpec) DeepCopyInto ¶
func (in *LearningInferenceClusterSpec) DeepCopyInto(out *LearningInferenceClusterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningInferenceClusterSpecResource ¶
type LearningInferenceClusterSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional ClusterPurpose *string `json:"clusterPurpose,omitempty" tf:"cluster_purpose"` // +optional Description *string `json:"description,omitempty" tf:"description"` KubernetesClusterID *string `json:"kubernetesClusterID" tf:"kubernetes_cluster_id"` Location *string `json:"location" tf:"location"` MachineLearningWorkspaceID *string `json:"machineLearningWorkspaceID" tf:"machine_learning_workspace_id"` Name *string `json:"name" tf:"name"` // +optional Ssl *LearningInferenceClusterSpecSsl `json:"ssl,omitempty" tf:"ssl"` // +optional Tags *map[string]string `json:"tags,omitempty" tf:"tags"` }
func (*LearningInferenceClusterSpecResource) DeepCopy ¶
func (in *LearningInferenceClusterSpecResource) DeepCopy() *LearningInferenceClusterSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningInferenceClusterSpecResource.
func (*LearningInferenceClusterSpecResource) DeepCopyInto ¶
func (in *LearningInferenceClusterSpecResource) DeepCopyInto(out *LearningInferenceClusterSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningInferenceClusterSpecSsl ¶
type LearningInferenceClusterSpecSsl struct { // +optional Cert *string `json:"cert,omitempty" tf:"cert"` // +optional Cname *string `json:"cname,omitempty" tf:"cname"` // +optional Key *string `json:"key,omitempty" tf:"key"` // +optional LeafDomainLabel *string `json:"leafDomainLabel,omitempty" tf:"leaf_domain_label"` // +optional OverwriteExistingDomain *bool `json:"overwriteExistingDomain,omitempty" tf:"overwrite_existing_domain"` }
func (*LearningInferenceClusterSpecSsl) DeepCopy ¶
func (in *LearningInferenceClusterSpecSsl) DeepCopy() *LearningInferenceClusterSpecSsl
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningInferenceClusterSpecSsl.
func (*LearningInferenceClusterSpecSsl) DeepCopyInto ¶
func (in *LearningInferenceClusterSpecSsl) DeepCopyInto(out *LearningInferenceClusterSpecSsl)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningInferenceClusterSpecSslCodec ¶
type LearningInferenceClusterSpecSslCodec struct { }
+k8s:deepcopy-gen=false
func (LearningInferenceClusterSpecSslCodec) Decode ¶
func (LearningInferenceClusterSpecSslCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
type LearningInferenceClusterStatus ¶
type LearningInferenceClusterStatus struct { // Resource generation, which is updated on mutation by the API Server. // +optional ObservedGeneration int64 `json:"observedGeneration,omitempty"` // +optional Phase status.Status `json:"phase,omitempty"` // +optional Conditions []kmapi.Condition `json:"conditions,omitempty"` }
func (*LearningInferenceClusterStatus) DeepCopy ¶
func (in *LearningInferenceClusterStatus) DeepCopy() *LearningInferenceClusterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningInferenceClusterStatus.
func (*LearningInferenceClusterStatus) DeepCopyInto ¶
func (in *LearningInferenceClusterStatus) DeepCopyInto(out *LearningInferenceClusterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningWorkspace ¶
type LearningWorkspace struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec LearningWorkspaceSpec `json:"spec,omitempty"` Status LearningWorkspaceStatus `json:"status,omitempty"` }
func (*LearningWorkspace) DeepCopy ¶
func (in *LearningWorkspace) DeepCopy() *LearningWorkspace
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningWorkspace.
func (*LearningWorkspace) DeepCopyInto ¶
func (in *LearningWorkspace) DeepCopyInto(out *LearningWorkspace)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LearningWorkspace) DeepCopyObject ¶
func (in *LearningWorkspace) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LearningWorkspace) SetupWebhookWithManager ¶
func (r *LearningWorkspace) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*LearningWorkspace) ValidateCreate ¶
func (r *LearningWorkspace) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*LearningWorkspace) ValidateDelete ¶
func (r *LearningWorkspace) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*LearningWorkspace) ValidateUpdate ¶
func (r *LearningWorkspace) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type LearningWorkspaceList ¶
type LearningWorkspaceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of LearningWorkspace CRD objects Items []LearningWorkspace `json:"items,omitempty"` }
LearningWorkspaceList is a list of LearningWorkspaces
func (*LearningWorkspaceList) DeepCopy ¶
func (in *LearningWorkspaceList) DeepCopy() *LearningWorkspaceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningWorkspaceList.
func (*LearningWorkspaceList) DeepCopyInto ¶
func (in *LearningWorkspaceList) DeepCopyInto(out *LearningWorkspaceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LearningWorkspaceList) DeepCopyObject ¶
func (in *LearningWorkspaceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type LearningWorkspaceSpec ¶
type LearningWorkspaceSpec struct { State *LearningWorkspaceSpecResource `json:"state,omitempty" tf:"-"` Resource LearningWorkspaceSpecResource `json:"resource" tf:"resource"` UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"` TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"` ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"` }
func (*LearningWorkspaceSpec) DeepCopy ¶
func (in *LearningWorkspaceSpec) DeepCopy() *LearningWorkspaceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningWorkspaceSpec.
func (*LearningWorkspaceSpec) DeepCopyInto ¶
func (in *LearningWorkspaceSpec) DeepCopyInto(out *LearningWorkspaceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningWorkspaceSpecIdentity ¶
type LearningWorkspaceSpecIdentity struct { // +optional PrincipalID *string `json:"principalID,omitempty" tf:"principal_id"` // +optional TenantID *string `json:"tenantID,omitempty" tf:"tenant_id"` Type *string `json:"type" tf:"type"` }
func (*LearningWorkspaceSpecIdentity) DeepCopy ¶
func (in *LearningWorkspaceSpecIdentity) DeepCopy() *LearningWorkspaceSpecIdentity
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningWorkspaceSpecIdentity.
func (*LearningWorkspaceSpecIdentity) DeepCopyInto ¶
func (in *LearningWorkspaceSpecIdentity) DeepCopyInto(out *LearningWorkspaceSpecIdentity)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningWorkspaceSpecIdentityCodec ¶
type LearningWorkspaceSpecIdentityCodec struct { }
+k8s:deepcopy-gen=false
func (LearningWorkspaceSpecIdentityCodec) Decode ¶
func (LearningWorkspaceSpecIdentityCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
type LearningWorkspaceSpecResource ¶
type LearningWorkspaceSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` ApplicationInsightsID *string `json:"applicationInsightsID" tf:"application_insights_id"` // +optional ContainerRegistryID *string `json:"containerRegistryID,omitempty" tf:"container_registry_id"` // +optional Description *string `json:"description,omitempty" tf:"description"` // +optional FriendlyName *string `json:"friendlyName,omitempty" tf:"friendly_name"` // +optional HighBusinessImpact *bool `json:"highBusinessImpact,omitempty" tf:"high_business_impact"` Identity *LearningWorkspaceSpecIdentity `json:"identity" tf:"identity"` KeyVaultID *string `json:"keyVaultID" tf:"key_vault_id"` Location *string `json:"location" tf:"location"` Name *string `json:"name" tf:"name"` ResourceGroupName *string `json:"resourceGroupName" tf:"resource_group_name"` // +optional SkuName *string `json:"skuName,omitempty" tf:"sku_name"` StorageAccountID *string `json:"storageAccountID" tf:"storage_account_id"` // +optional Tags *map[string]string `json:"tags,omitempty" tf:"tags"` }
func (*LearningWorkspaceSpecResource) DeepCopy ¶
func (in *LearningWorkspaceSpecResource) DeepCopy() *LearningWorkspaceSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningWorkspaceSpecResource.
func (*LearningWorkspaceSpecResource) DeepCopyInto ¶
func (in *LearningWorkspaceSpecResource) DeepCopyInto(out *LearningWorkspaceSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningWorkspaceStatus ¶
type LearningWorkspaceStatus struct { // Resource generation, which is updated on mutation by the API Server. // +optional ObservedGeneration int64 `json:"observedGeneration,omitempty"` // +optional Phase status.Status `json:"phase,omitempty"` // +optional Conditions []kmapi.Condition `json:"conditions,omitempty"` }
func (*LearningWorkspaceStatus) DeepCopy ¶
func (in *LearningWorkspaceStatus) DeepCopy() *LearningWorkspaceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningWorkspaceStatus.
func (*LearningWorkspaceStatus) DeepCopyInto ¶
func (in *LearningWorkspaceStatus) DeepCopyInto(out *LearningWorkspaceStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.