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 LearningComputeClusterSpecSsh
- type LearningComputeClusterSpecSshCodec
- type LearningComputeClusterStatus
- type LearningComputeInstance
- func (in *LearningComputeInstance) DeepCopy() *LearningComputeInstance
- func (in *LearningComputeInstance) DeepCopyInto(out *LearningComputeInstance)
- func (in *LearningComputeInstance) DeepCopyObject() runtime.Object
- func (r *LearningComputeInstance) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *LearningComputeInstance) ValidateCreate() error
- func (r *LearningComputeInstance) ValidateDelete() error
- func (r *LearningComputeInstance) ValidateUpdate(old runtime.Object) error
- type LearningComputeInstanceList
- type LearningComputeInstanceSpec
- type LearningComputeInstanceSpecAssignToUser
- type LearningComputeInstanceSpecAssignToUserCodec
- type LearningComputeInstanceSpecIdentity
- type LearningComputeInstanceSpecIdentityCodec
- type LearningComputeInstanceSpecResource
- type LearningComputeInstanceSpecSsh
- type LearningComputeInstanceSpecSshCodec
- type LearningComputeInstanceStatus
- 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 LearningInferenceClusterSpecIdentity
- type LearningInferenceClusterSpecIdentityCodec
- type LearningInferenceClusterSpecResource
- type LearningInferenceClusterSpecSsl
- type LearningInferenceClusterSpecSslCodec
- type LearningInferenceClusterStatus
- type LearningSynapseSpark
- func (in *LearningSynapseSpark) DeepCopy() *LearningSynapseSpark
- func (in *LearningSynapseSpark) DeepCopyInto(out *LearningSynapseSpark)
- func (in *LearningSynapseSpark) DeepCopyObject() runtime.Object
- func (r *LearningSynapseSpark) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *LearningSynapseSpark) ValidateCreate() error
- func (r *LearningSynapseSpark) ValidateDelete() error
- func (r *LearningSynapseSpark) ValidateUpdate(old runtime.Object) error
- type LearningSynapseSparkList
- type LearningSynapseSparkSpec
- type LearningSynapseSparkSpecIdentity
- type LearningSynapseSparkSpecIdentityCodec
- type LearningSynapseSparkSpecResource
- type LearningSynapseSparkStatus
- 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 LearningWorkspaceSpecEncryption
- type LearningWorkspaceSpecEncryptionCodec
- 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 Kind ¶
Kind takes an unqualified kind and returns a Group qualified GroupKind
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:"-"` BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" 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 IdentityIDS []string `json:"identityIDS,omitempty" tf:"identity_ids"` // +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)
func (LearningComputeClusterSpecIdentityCodec) Encode ¶
func (LearningComputeClusterSpecIdentityCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)
func (LearningComputeClusterSpecIdentityCodec) IsEmpty ¶
func (LearningComputeClusterSpecIdentityCodec) IsEmpty(ptr unsafe.Pointer) bool
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"` // +optional Identity *LearningComputeClusterSpecIdentity `json:"identity,omitempty" tf:"identity"` // +optional LocalAuthEnabled *bool `json:"localAuthEnabled,omitempty" tf:"local_auth_enabled"` 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 Ssh *LearningComputeClusterSpecSsh `json:"ssh,omitempty" tf:"ssh"` // +optional SshPublicAccessEnabled *bool `json:"sshPublicAccessEnabled,omitempty" tf:"ssh_public_access_enabled"` // +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)
func (LearningComputeClusterSpecScaleSettingsCodec) Encode ¶
func (LearningComputeClusterSpecScaleSettingsCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)
func (LearningComputeClusterSpecScaleSettingsCodec) IsEmpty ¶
func (LearningComputeClusterSpecScaleSettingsCodec) IsEmpty(ptr unsafe.Pointer) bool
type LearningComputeClusterSpecSsh ¶ added in v0.5.0
type LearningComputeClusterSpecSsh struct { // +optional AdminPassword *string `json:"adminPassword,omitempty" tf:"admin_password"` AdminUsername *string `json:"adminUsername" tf:"admin_username"` // +optional KeyValue *string `json:"keyValue,omitempty" tf:"key_value"` }
func (*LearningComputeClusterSpecSsh) DeepCopy ¶ added in v0.5.0
func (in *LearningComputeClusterSpecSsh) DeepCopy() *LearningComputeClusterSpecSsh
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningComputeClusterSpecSsh.
func (*LearningComputeClusterSpecSsh) DeepCopyInto ¶ added in v0.5.0
func (in *LearningComputeClusterSpecSsh) DeepCopyInto(out *LearningComputeClusterSpecSsh)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningComputeClusterSpecSshCodec ¶ added in v0.5.0
type LearningComputeClusterSpecSshCodec struct { }
+k8s:deepcopy-gen=false
func (LearningComputeClusterSpecSshCodec) Decode ¶ added in v0.5.0
func (LearningComputeClusterSpecSshCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
func (LearningComputeClusterSpecSshCodec) Encode ¶ added in v0.5.0
func (LearningComputeClusterSpecSshCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)
func (LearningComputeClusterSpecSshCodec) IsEmpty ¶ added in v0.5.0
func (LearningComputeClusterSpecSshCodec) IsEmpty(ptr unsafe.Pointer) bool
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 LearningComputeInstance ¶ added in v0.5.0
type LearningComputeInstance struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec LearningComputeInstanceSpec `json:"spec,omitempty"` Status LearningComputeInstanceStatus `json:"status,omitempty"` }
func (*LearningComputeInstance) DeepCopy ¶ added in v0.5.0
func (in *LearningComputeInstance) DeepCopy() *LearningComputeInstance
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningComputeInstance.
func (*LearningComputeInstance) DeepCopyInto ¶ added in v0.5.0
func (in *LearningComputeInstance) DeepCopyInto(out *LearningComputeInstance)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LearningComputeInstance) DeepCopyObject ¶ added in v0.5.0
func (in *LearningComputeInstance) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LearningComputeInstance) SetupWebhookWithManager ¶ added in v0.5.0
func (r *LearningComputeInstance) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*LearningComputeInstance) ValidateCreate ¶ added in v0.5.0
func (r *LearningComputeInstance) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*LearningComputeInstance) ValidateDelete ¶ added in v0.5.0
func (r *LearningComputeInstance) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*LearningComputeInstance) ValidateUpdate ¶ added in v0.5.0
func (r *LearningComputeInstance) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type LearningComputeInstanceList ¶ added in v0.5.0
type LearningComputeInstanceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of LearningComputeInstance CRD objects Items []LearningComputeInstance `json:"items,omitempty"` }
LearningComputeInstanceList is a list of LearningComputeInstances
func (*LearningComputeInstanceList) DeepCopy ¶ added in v0.5.0
func (in *LearningComputeInstanceList) DeepCopy() *LearningComputeInstanceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningComputeInstanceList.
func (*LearningComputeInstanceList) DeepCopyInto ¶ added in v0.5.0
func (in *LearningComputeInstanceList) DeepCopyInto(out *LearningComputeInstanceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LearningComputeInstanceList) DeepCopyObject ¶ added in v0.5.0
func (in *LearningComputeInstanceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type LearningComputeInstanceSpec ¶ added in v0.5.0
type LearningComputeInstanceSpec struct { State *LearningComputeInstanceSpecResource `json:"state,omitempty" tf:"-"` Resource LearningComputeInstanceSpecResource `json:"resource" tf:"resource"` UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"` TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"` ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"` BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"` }
func (*LearningComputeInstanceSpec) DeepCopy ¶ added in v0.5.0
func (in *LearningComputeInstanceSpec) DeepCopy() *LearningComputeInstanceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningComputeInstanceSpec.
func (*LearningComputeInstanceSpec) DeepCopyInto ¶ added in v0.5.0
func (in *LearningComputeInstanceSpec) DeepCopyInto(out *LearningComputeInstanceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningComputeInstanceSpecAssignToUser ¶ added in v0.5.0
type LearningComputeInstanceSpecAssignToUser struct { // +optional ObjectID *string `json:"objectID,omitempty" tf:"object_id"` // +optional TenantID *string `json:"tenantID,omitempty" tf:"tenant_id"` }
func (*LearningComputeInstanceSpecAssignToUser) DeepCopy ¶ added in v0.5.0
func (in *LearningComputeInstanceSpecAssignToUser) DeepCopy() *LearningComputeInstanceSpecAssignToUser
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningComputeInstanceSpecAssignToUser.
func (*LearningComputeInstanceSpecAssignToUser) DeepCopyInto ¶ added in v0.5.0
func (in *LearningComputeInstanceSpecAssignToUser) DeepCopyInto(out *LearningComputeInstanceSpecAssignToUser)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningComputeInstanceSpecAssignToUserCodec ¶ added in v0.5.0
type LearningComputeInstanceSpecAssignToUserCodec struct { }
+k8s:deepcopy-gen=false
func (LearningComputeInstanceSpecAssignToUserCodec) Decode ¶ added in v0.5.0
func (LearningComputeInstanceSpecAssignToUserCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
func (LearningComputeInstanceSpecAssignToUserCodec) Encode ¶ added in v0.5.0
func (LearningComputeInstanceSpecAssignToUserCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)
func (LearningComputeInstanceSpecAssignToUserCodec) IsEmpty ¶ added in v0.5.0
func (LearningComputeInstanceSpecAssignToUserCodec) IsEmpty(ptr unsafe.Pointer) bool
type LearningComputeInstanceSpecIdentity ¶ added in v0.5.0
type LearningComputeInstanceSpecIdentity struct { // +optional IdentityIDS []string `json:"identityIDS,omitempty" tf:"identity_ids"` // +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 (*LearningComputeInstanceSpecIdentity) DeepCopy ¶ added in v0.5.0
func (in *LearningComputeInstanceSpecIdentity) DeepCopy() *LearningComputeInstanceSpecIdentity
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningComputeInstanceSpecIdentity.
func (*LearningComputeInstanceSpecIdentity) DeepCopyInto ¶ added in v0.5.0
func (in *LearningComputeInstanceSpecIdentity) DeepCopyInto(out *LearningComputeInstanceSpecIdentity)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningComputeInstanceSpecIdentityCodec ¶ added in v0.5.0
type LearningComputeInstanceSpecIdentityCodec struct { }
+k8s:deepcopy-gen=false
func (LearningComputeInstanceSpecIdentityCodec) Decode ¶ added in v0.5.0
func (LearningComputeInstanceSpecIdentityCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
func (LearningComputeInstanceSpecIdentityCodec) Encode ¶ added in v0.5.0
func (LearningComputeInstanceSpecIdentityCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)
func (LearningComputeInstanceSpecIdentityCodec) IsEmpty ¶ added in v0.5.0
func (LearningComputeInstanceSpecIdentityCodec) IsEmpty(ptr unsafe.Pointer) bool
type LearningComputeInstanceSpecResource ¶ added in v0.5.0
type LearningComputeInstanceSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional AssignToUser *LearningComputeInstanceSpecAssignToUser `json:"assignToUser,omitempty" tf:"assign_to_user"` // +optional AuthorizationType *string `json:"authorizationType,omitempty" tf:"authorization_type"` // +optional Description *string `json:"description,omitempty" tf:"description"` // +optional Identity *LearningComputeInstanceSpecIdentity `json:"identity,omitempty" tf:"identity"` // +optional LocalAuthEnabled *bool `json:"localAuthEnabled,omitempty" tf:"local_auth_enabled"` Location *string `json:"location" tf:"location"` MachineLearningWorkspaceID *string `json:"machineLearningWorkspaceID" tf:"machine_learning_workspace_id"` Name *string `json:"name" tf:"name"` // +optional Ssh *LearningComputeInstanceSpecSsh `json:"ssh,omitempty" tf:"ssh"` // +optional SubnetResourceID *string `json:"subnetResourceID,omitempty" tf:"subnet_resource_id"` // +optional Tags *map[string]string `json:"tags,omitempty" tf:"tags"` VirtualMachineSize *string `json:"virtualMachineSize" tf:"virtual_machine_size"` }
func (*LearningComputeInstanceSpecResource) DeepCopy ¶ added in v0.5.0
func (in *LearningComputeInstanceSpecResource) DeepCopy() *LearningComputeInstanceSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningComputeInstanceSpecResource.
func (*LearningComputeInstanceSpecResource) DeepCopyInto ¶ added in v0.5.0
func (in *LearningComputeInstanceSpecResource) DeepCopyInto(out *LearningComputeInstanceSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningComputeInstanceSpecSsh ¶ added in v0.5.0
type LearningComputeInstanceSpecSsh struct { // +optional Port *int64 `json:"port,omitempty" tf:"port"` PublicKey *string `json:"publicKey" tf:"public_key"` // +optional Username *string `json:"username,omitempty" tf:"username"` }
func (*LearningComputeInstanceSpecSsh) DeepCopy ¶ added in v0.5.0
func (in *LearningComputeInstanceSpecSsh) DeepCopy() *LearningComputeInstanceSpecSsh
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningComputeInstanceSpecSsh.
func (*LearningComputeInstanceSpecSsh) DeepCopyInto ¶ added in v0.5.0
func (in *LearningComputeInstanceSpecSsh) DeepCopyInto(out *LearningComputeInstanceSpecSsh)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningComputeInstanceSpecSshCodec ¶ added in v0.5.0
type LearningComputeInstanceSpecSshCodec struct { }
+k8s:deepcopy-gen=false
func (LearningComputeInstanceSpecSshCodec) Decode ¶ added in v0.5.0
func (LearningComputeInstanceSpecSshCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
func (LearningComputeInstanceSpecSshCodec) Encode ¶ added in v0.5.0
func (LearningComputeInstanceSpecSshCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)
func (LearningComputeInstanceSpecSshCodec) IsEmpty ¶ added in v0.5.0
func (LearningComputeInstanceSpecSshCodec) IsEmpty(ptr unsafe.Pointer) bool
type LearningComputeInstanceStatus ¶ added in v0.5.0
type LearningComputeInstanceStatus 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 (*LearningComputeInstanceStatus) DeepCopy ¶ added in v0.5.0
func (in *LearningComputeInstanceStatus) DeepCopy() *LearningComputeInstanceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningComputeInstanceStatus.
func (*LearningComputeInstanceStatus) DeepCopyInto ¶ added in v0.5.0
func (in *LearningComputeInstanceStatus) DeepCopyInto(out *LearningComputeInstanceStatus)
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:"-"` BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" 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 LearningInferenceClusterSpecIdentity ¶ added in v0.5.0
type LearningInferenceClusterSpecIdentity struct { // +optional IdentityIDS []string `json:"identityIDS,omitempty" tf:"identity_ids"` // +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 (*LearningInferenceClusterSpecIdentity) DeepCopy ¶ added in v0.5.0
func (in *LearningInferenceClusterSpecIdentity) DeepCopy() *LearningInferenceClusterSpecIdentity
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningInferenceClusterSpecIdentity.
func (*LearningInferenceClusterSpecIdentity) DeepCopyInto ¶ added in v0.5.0
func (in *LearningInferenceClusterSpecIdentity) DeepCopyInto(out *LearningInferenceClusterSpecIdentity)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningInferenceClusterSpecIdentityCodec ¶ added in v0.5.0
type LearningInferenceClusterSpecIdentityCodec struct { }
+k8s:deepcopy-gen=false
func (LearningInferenceClusterSpecIdentityCodec) Decode ¶ added in v0.5.0
func (LearningInferenceClusterSpecIdentityCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
func (LearningInferenceClusterSpecIdentityCodec) Encode ¶ added in v0.5.0
func (LearningInferenceClusterSpecIdentityCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)
func (LearningInferenceClusterSpecIdentityCodec) IsEmpty ¶ added in v0.5.0
func (LearningInferenceClusterSpecIdentityCodec) IsEmpty(ptr unsafe.Pointer) bool
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"` // +optional Identity *LearningInferenceClusterSpecIdentity `json:"identity,omitempty" tf:"identity"` 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)
func (LearningInferenceClusterSpecSslCodec) Encode ¶
func (LearningInferenceClusterSpecSslCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)
func (LearningInferenceClusterSpecSslCodec) IsEmpty ¶
func (LearningInferenceClusterSpecSslCodec) IsEmpty(ptr unsafe.Pointer) bool
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 LearningSynapseSpark ¶ added in v0.5.0
type LearningSynapseSpark struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec LearningSynapseSparkSpec `json:"spec,omitempty"` Status LearningSynapseSparkStatus `json:"status,omitempty"` }
func (*LearningSynapseSpark) DeepCopy ¶ added in v0.5.0
func (in *LearningSynapseSpark) DeepCopy() *LearningSynapseSpark
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningSynapseSpark.
func (*LearningSynapseSpark) DeepCopyInto ¶ added in v0.5.0
func (in *LearningSynapseSpark) DeepCopyInto(out *LearningSynapseSpark)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LearningSynapseSpark) DeepCopyObject ¶ added in v0.5.0
func (in *LearningSynapseSpark) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LearningSynapseSpark) SetupWebhookWithManager ¶ added in v0.5.0
func (r *LearningSynapseSpark) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*LearningSynapseSpark) ValidateCreate ¶ added in v0.5.0
func (r *LearningSynapseSpark) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*LearningSynapseSpark) ValidateDelete ¶ added in v0.5.0
func (r *LearningSynapseSpark) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*LearningSynapseSpark) ValidateUpdate ¶ added in v0.5.0
func (r *LearningSynapseSpark) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type LearningSynapseSparkList ¶ added in v0.5.0
type LearningSynapseSparkList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of LearningSynapseSpark CRD objects Items []LearningSynapseSpark `json:"items,omitempty"` }
LearningSynapseSparkList is a list of LearningSynapseSparks
func (*LearningSynapseSparkList) DeepCopy ¶ added in v0.5.0
func (in *LearningSynapseSparkList) DeepCopy() *LearningSynapseSparkList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningSynapseSparkList.
func (*LearningSynapseSparkList) DeepCopyInto ¶ added in v0.5.0
func (in *LearningSynapseSparkList) DeepCopyInto(out *LearningSynapseSparkList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LearningSynapseSparkList) DeepCopyObject ¶ added in v0.5.0
func (in *LearningSynapseSparkList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type LearningSynapseSparkSpec ¶ added in v0.5.0
type LearningSynapseSparkSpec struct { State *LearningSynapseSparkSpecResource `json:"state,omitempty" tf:"-"` Resource LearningSynapseSparkSpecResource `json:"resource" tf:"resource"` UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"` TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"` ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"` BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"` }
func (*LearningSynapseSparkSpec) DeepCopy ¶ added in v0.5.0
func (in *LearningSynapseSparkSpec) DeepCopy() *LearningSynapseSparkSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningSynapseSparkSpec.
func (*LearningSynapseSparkSpec) DeepCopyInto ¶ added in v0.5.0
func (in *LearningSynapseSparkSpec) DeepCopyInto(out *LearningSynapseSparkSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningSynapseSparkSpecIdentity ¶ added in v0.5.0
type LearningSynapseSparkSpecIdentity struct { // +optional IdentityIDS []string `json:"identityIDS,omitempty" tf:"identity_ids"` // +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 (*LearningSynapseSparkSpecIdentity) DeepCopy ¶ added in v0.5.0
func (in *LearningSynapseSparkSpecIdentity) DeepCopy() *LearningSynapseSparkSpecIdentity
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningSynapseSparkSpecIdentity.
func (*LearningSynapseSparkSpecIdentity) DeepCopyInto ¶ added in v0.5.0
func (in *LearningSynapseSparkSpecIdentity) DeepCopyInto(out *LearningSynapseSparkSpecIdentity)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningSynapseSparkSpecIdentityCodec ¶ added in v0.5.0
type LearningSynapseSparkSpecIdentityCodec struct { }
+k8s:deepcopy-gen=false
func (LearningSynapseSparkSpecIdentityCodec) Decode ¶ added in v0.5.0
func (LearningSynapseSparkSpecIdentityCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
func (LearningSynapseSparkSpecIdentityCodec) Encode ¶ added in v0.5.0
func (LearningSynapseSparkSpecIdentityCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)
func (LearningSynapseSparkSpecIdentityCodec) IsEmpty ¶ added in v0.5.0
func (LearningSynapseSparkSpecIdentityCodec) IsEmpty(ptr unsafe.Pointer) bool
type LearningSynapseSparkSpecResource ¶ added in v0.5.0
type LearningSynapseSparkSpecResource 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"` // +optional Identity *LearningSynapseSparkSpecIdentity `json:"identity,omitempty" tf:"identity"` // +optional LocalAuthEnabled *bool `json:"localAuthEnabled,omitempty" tf:"local_auth_enabled"` Location *string `json:"location" tf:"location"` MachineLearningWorkspaceID *string `json:"machineLearningWorkspaceID" tf:"machine_learning_workspace_id"` Name *string `json:"name" tf:"name"` SynapseSparkPoolID *string `json:"synapseSparkPoolID" tf:"synapse_spark_pool_id"` // +optional Tags *map[string]string `json:"tags,omitempty" tf:"tags"` }
func (*LearningSynapseSparkSpecResource) DeepCopy ¶ added in v0.5.0
func (in *LearningSynapseSparkSpecResource) DeepCopy() *LearningSynapseSparkSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningSynapseSparkSpecResource.
func (*LearningSynapseSparkSpecResource) DeepCopyInto ¶ added in v0.5.0
func (in *LearningSynapseSparkSpecResource) DeepCopyInto(out *LearningSynapseSparkSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningSynapseSparkStatus ¶ added in v0.5.0
type LearningSynapseSparkStatus 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 (*LearningSynapseSparkStatus) DeepCopy ¶ added in v0.5.0
func (in *LearningSynapseSparkStatus) DeepCopy() *LearningSynapseSparkStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningSynapseSparkStatus.
func (*LearningSynapseSparkStatus) DeepCopyInto ¶ added in v0.5.0
func (in *LearningSynapseSparkStatus) DeepCopyInto(out *LearningSynapseSparkStatus)
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:"-"` BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" 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 LearningWorkspaceSpecEncryption ¶ added in v0.5.0
type LearningWorkspaceSpecEncryption struct { KeyID *string `json:"keyID" tf:"key_id"` KeyVaultID *string `json:"keyVaultID" tf:"key_vault_id"` // +optional UserAssignedIdentityID *string `json:"userAssignedIdentityID,omitempty" tf:"user_assigned_identity_id"` }
func (*LearningWorkspaceSpecEncryption) DeepCopy ¶ added in v0.5.0
func (in *LearningWorkspaceSpecEncryption) DeepCopy() *LearningWorkspaceSpecEncryption
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LearningWorkspaceSpecEncryption.
func (*LearningWorkspaceSpecEncryption) DeepCopyInto ¶ added in v0.5.0
func (in *LearningWorkspaceSpecEncryption) DeepCopyInto(out *LearningWorkspaceSpecEncryption)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LearningWorkspaceSpecEncryptionCodec ¶ added in v0.5.0
type LearningWorkspaceSpecEncryptionCodec struct { }
+k8s:deepcopy-gen=false
func (LearningWorkspaceSpecEncryptionCodec) Decode ¶ added in v0.5.0
func (LearningWorkspaceSpecEncryptionCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
func (LearningWorkspaceSpecEncryptionCodec) Encode ¶ added in v0.5.0
func (LearningWorkspaceSpecEncryptionCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)
func (LearningWorkspaceSpecEncryptionCodec) IsEmpty ¶ added in v0.5.0
func (LearningWorkspaceSpecEncryptionCodec) IsEmpty(ptr unsafe.Pointer) bool
type LearningWorkspaceSpecIdentity ¶
type LearningWorkspaceSpecIdentity struct { // +optional IdentityIDS []string `json:"identityIDS,omitempty" tf:"identity_ids"` // +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)
func (LearningWorkspaceSpecIdentityCodec) Encode ¶
func (LearningWorkspaceSpecIdentityCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)
func (LearningWorkspaceSpecIdentityCodec) IsEmpty ¶
func (LearningWorkspaceSpecIdentityCodec) IsEmpty(ptr unsafe.Pointer) bool
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 DiscoveryURL *string `json:"discoveryURL,omitempty" tf:"discovery_url"` // +optional Encryption *LearningWorkspaceSpecEncryption `json:"encryption,omitempty" tf:"encryption"` // +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"` // +optional ImageBuildComputeName *string `json:"imageBuildComputeName,omitempty" tf:"image_build_compute_name"` KeyVaultID *string `json:"keyVaultID" tf:"key_vault_id"` Location *string `json:"location" tf:"location"` Name *string `json:"name" tf:"name"` // +optional PrimaryUserAssignedIdentity *string `json:"primaryUserAssignedIdentity,omitempty" tf:"primary_user_assigned_identity"` // +optional PublicNetworkAccessEnabled *bool `json:"publicNetworkAccessEnabled,omitempty" tf:"public_network_access_enabled"` 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.
Source Files ¶
- codec.go
- doc.go
- learning_compute_cluster_types.go
- learning_compute_cluster_webhook.go
- learning_compute_instance_types.go
- learning_compute_instance_webhook.go
- learning_inference_cluster_types.go
- learning_inference_cluster_webhook.go
- learning_synapse_spark_types.go
- learning_synapse_spark_webhook.go
- learning_workspace_types.go
- learning_workspace_webhook.go
- register.go
- zz_generated.deepcopy.go