Documentation ¶
Overview ¶
+groupName=databricks.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 Workspace
- func (in *Workspace) DeepCopy() *Workspace
- func (in *Workspace) DeepCopyInto(out *Workspace)
- func (in *Workspace) DeepCopyObject() runtime.Object
- func (r *Workspace) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Workspace) ValidateCreate() error
- func (r *Workspace) ValidateDelete() error
- func (r *Workspace) ValidateUpdate(old runtime.Object) error
- type WorkspaceCustomerManagedKey
- func (in *WorkspaceCustomerManagedKey) DeepCopy() *WorkspaceCustomerManagedKey
- func (in *WorkspaceCustomerManagedKey) DeepCopyInto(out *WorkspaceCustomerManagedKey)
- func (in *WorkspaceCustomerManagedKey) DeepCopyObject() runtime.Object
- func (r *WorkspaceCustomerManagedKey) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *WorkspaceCustomerManagedKey) ValidateCreate() error
- func (r *WorkspaceCustomerManagedKey) ValidateDelete() error
- func (r *WorkspaceCustomerManagedKey) ValidateUpdate(old runtime.Object) error
- type WorkspaceCustomerManagedKeyList
- type WorkspaceCustomerManagedKeySpec
- type WorkspaceCustomerManagedKeySpecResource
- type WorkspaceCustomerManagedKeyStatus
- type WorkspaceList
- type WorkspaceSpec
- type WorkspaceSpecCustomParameters
- type WorkspaceSpecCustomParametersCodec
- type WorkspaceSpecResource
- type WorkspaceSpecStorageAccountIdentity
- type WorkspaceStatus
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: databricks.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 Workspace ¶
type Workspace struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec WorkspaceSpec `json:"spec,omitempty"` Status WorkspaceStatus `json:"status,omitempty"` }
func (*Workspace) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Workspace.
func (*Workspace) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Workspace) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Workspace) SetupWebhookWithManager ¶
func (*Workspace) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Workspace) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type WorkspaceCustomerManagedKey ¶ added in v0.5.0
type WorkspaceCustomerManagedKey struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec WorkspaceCustomerManagedKeySpec `json:"spec,omitempty"` Status WorkspaceCustomerManagedKeyStatus `json:"status,omitempty"` }
func (*WorkspaceCustomerManagedKey) DeepCopy ¶ added in v0.5.0
func (in *WorkspaceCustomerManagedKey) DeepCopy() *WorkspaceCustomerManagedKey
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceCustomerManagedKey.
func (*WorkspaceCustomerManagedKey) DeepCopyInto ¶ added in v0.5.0
func (in *WorkspaceCustomerManagedKey) DeepCopyInto(out *WorkspaceCustomerManagedKey)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WorkspaceCustomerManagedKey) DeepCopyObject ¶ added in v0.5.0
func (in *WorkspaceCustomerManagedKey) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*WorkspaceCustomerManagedKey) SetupWebhookWithManager ¶ added in v0.5.0
func (r *WorkspaceCustomerManagedKey) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*WorkspaceCustomerManagedKey) ValidateCreate ¶ added in v0.5.0
func (r *WorkspaceCustomerManagedKey) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*WorkspaceCustomerManagedKey) ValidateDelete ¶ added in v0.5.0
func (r *WorkspaceCustomerManagedKey) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*WorkspaceCustomerManagedKey) ValidateUpdate ¶ added in v0.5.0
func (r *WorkspaceCustomerManagedKey) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type WorkspaceCustomerManagedKeyList ¶ added in v0.5.0
type WorkspaceCustomerManagedKeyList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of WorkspaceCustomerManagedKey CRD objects Items []WorkspaceCustomerManagedKey `json:"items,omitempty"` }
WorkspaceCustomerManagedKeyList is a list of WorkspaceCustomerManagedKeys
func (*WorkspaceCustomerManagedKeyList) DeepCopy ¶ added in v0.5.0
func (in *WorkspaceCustomerManagedKeyList) DeepCopy() *WorkspaceCustomerManagedKeyList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceCustomerManagedKeyList.
func (*WorkspaceCustomerManagedKeyList) DeepCopyInto ¶ added in v0.5.0
func (in *WorkspaceCustomerManagedKeyList) DeepCopyInto(out *WorkspaceCustomerManagedKeyList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WorkspaceCustomerManagedKeyList) DeepCopyObject ¶ added in v0.5.0
func (in *WorkspaceCustomerManagedKeyList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type WorkspaceCustomerManagedKeySpec ¶ added in v0.5.0
type WorkspaceCustomerManagedKeySpec struct { State *WorkspaceCustomerManagedKeySpecResource `json:"state,omitempty" tf:"-"` Resource WorkspaceCustomerManagedKeySpecResource `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 (*WorkspaceCustomerManagedKeySpec) DeepCopy ¶ added in v0.5.0
func (in *WorkspaceCustomerManagedKeySpec) DeepCopy() *WorkspaceCustomerManagedKeySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceCustomerManagedKeySpec.
func (*WorkspaceCustomerManagedKeySpec) DeepCopyInto ¶ added in v0.5.0
func (in *WorkspaceCustomerManagedKeySpec) DeepCopyInto(out *WorkspaceCustomerManagedKeySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkspaceCustomerManagedKeySpecResource ¶ added in v0.5.0
type WorkspaceCustomerManagedKeySpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` KeyVaultKeyID *string `json:"keyVaultKeyID" tf:"key_vault_key_id"` WorkspaceID *string `json:"workspaceID" tf:"workspace_id"` }
func (*WorkspaceCustomerManagedKeySpecResource) DeepCopy ¶ added in v0.5.0
func (in *WorkspaceCustomerManagedKeySpecResource) DeepCopy() *WorkspaceCustomerManagedKeySpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceCustomerManagedKeySpecResource.
func (*WorkspaceCustomerManagedKeySpecResource) DeepCopyInto ¶ added in v0.5.0
func (in *WorkspaceCustomerManagedKeySpecResource) DeepCopyInto(out *WorkspaceCustomerManagedKeySpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkspaceCustomerManagedKeyStatus ¶ added in v0.5.0
type WorkspaceCustomerManagedKeyStatus 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 (*WorkspaceCustomerManagedKeyStatus) DeepCopy ¶ added in v0.5.0
func (in *WorkspaceCustomerManagedKeyStatus) DeepCopy() *WorkspaceCustomerManagedKeyStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceCustomerManagedKeyStatus.
func (*WorkspaceCustomerManagedKeyStatus) DeepCopyInto ¶ added in v0.5.0
func (in *WorkspaceCustomerManagedKeyStatus) DeepCopyInto(out *WorkspaceCustomerManagedKeyStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkspaceList ¶
type WorkspaceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Workspace CRD objects Items []Workspace `json:"items,omitempty"` }
WorkspaceList is a list of Workspaces
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 WorkspaceSpec ¶
type WorkspaceSpec struct { State *WorkspaceSpecResource `json:"state,omitempty" tf:"-"` Resource WorkspaceSpecResource `json:"resource" tf:"resource"` UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"` TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"` ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"` SecretRef *core.LocalObjectReference `json:"secretRef,omitempty" tf:"-"` BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"` }
func (*WorkspaceSpec) DeepCopy ¶
func (in *WorkspaceSpec) DeepCopy() *WorkspaceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceSpec.
func (*WorkspaceSpec) DeepCopyInto ¶
func (in *WorkspaceSpec) DeepCopyInto(out *WorkspaceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkspaceSpecCustomParameters ¶
type WorkspaceSpecCustomParameters struct { // +optional MachineLearningWorkspaceID *string `json:"machineLearningWorkspaceID,omitempty" tf:"machine_learning_workspace_id"` // +optional NatGatewayName *string `json:"natGatewayName,omitempty" tf:"nat_gateway_name"` // +optional NoPublicIP *bool `json:"noPublicIP,omitempty" tf:"no_public_ip"` // +optional PrivateSubnetName *string `json:"privateSubnetName,omitempty" tf:"private_subnet_name"` // +optional PrivateSubnetNetworkSecurityGroupAssociationID *string `json:"privateSubnetNetworkSecurityGroupAssociationID,omitempty" tf:"private_subnet_network_security_group_association_id"` // +optional PublicIPName *string `json:"publicIPName,omitempty" tf:"public_ip_name"` // +optional PublicSubnetName *string `json:"publicSubnetName,omitempty" tf:"public_subnet_name"` // +optional PublicSubnetNetworkSecurityGroupAssociationID *string `json:"publicSubnetNetworkSecurityGroupAssociationID,omitempty" tf:"public_subnet_network_security_group_association_id"` // +optional StorageAccountName *string `json:"storageAccountName,omitempty" tf:"storage_account_name"` // +optional StorageAccountSkuName *string `json:"storageAccountSkuName,omitempty" tf:"storage_account_sku_name"` // +optional VirtualNetworkID *string `json:"virtualNetworkID,omitempty" tf:"virtual_network_id"` // +optional VnetAddressPrefix *string `json:"vnetAddressPrefix,omitempty" tf:"vnet_address_prefix"` }
func (*WorkspaceSpecCustomParameters) DeepCopy ¶
func (in *WorkspaceSpecCustomParameters) DeepCopy() *WorkspaceSpecCustomParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceSpecCustomParameters.
func (*WorkspaceSpecCustomParameters) DeepCopyInto ¶
func (in *WorkspaceSpecCustomParameters) DeepCopyInto(out *WorkspaceSpecCustomParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkspaceSpecCustomParametersCodec ¶
type WorkspaceSpecCustomParametersCodec struct { }
+k8s:deepcopy-gen=false
func (WorkspaceSpecCustomParametersCodec) Decode ¶
func (WorkspaceSpecCustomParametersCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
func (WorkspaceSpecCustomParametersCodec) Encode ¶
func (WorkspaceSpecCustomParametersCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)
func (WorkspaceSpecCustomParametersCodec) IsEmpty ¶
func (WorkspaceSpecCustomParametersCodec) IsEmpty(ptr unsafe.Pointer) bool
type WorkspaceSpecResource ¶
type WorkspaceSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional CustomParameters *WorkspaceSpecCustomParameters `json:"customParameters,omitempty" tf:"custom_parameters"` // +optional CustomerManagedKeyEnabled *bool `json:"customerManagedKeyEnabled,omitempty" tf:"customer_managed_key_enabled"` // +optional InfrastructureEncryptionEnabled *bool `json:"infrastructureEncryptionEnabled,omitempty" tf:"infrastructure_encryption_enabled"` // +optional LoadBalancerBackendAddressPoolID *string `json:"loadBalancerBackendAddressPoolID,omitempty" tf:"load_balancer_backend_address_pool_id"` Location *string `json:"location" tf:"location"` // +optional ManagedResourceGroupID *string `json:"managedResourceGroupID,omitempty" tf:"managed_resource_group_id"` // +optional ManagedResourceGroupName *string `json:"managedResourceGroupName,omitempty" tf:"managed_resource_group_name"` // +optional ManagedServicesCmkKeyVaultKeyID *string `json:"managedServicesCmkKeyVaultKeyID,omitempty" tf:"managed_services_cmk_key_vault_key_id"` Name *string `json:"name" tf:"name"` // +optional NetworkSecurityGroupRulesRequired *string `json:"networkSecurityGroupRulesRequired,omitempty" tf:"network_security_group_rules_required"` // +optional PublicNetworkAccessEnabled *bool `json:"publicNetworkAccessEnabled,omitempty" tf:"public_network_access_enabled"` ResourceGroupName *string `json:"resourceGroupName" tf:"resource_group_name"` Sku *string `json:"sku" tf:"sku"` // +optional StorageAccountIdentity []WorkspaceSpecStorageAccountIdentity `json:"storageAccountIdentity,omitempty" tf:"storage_account_identity"` // +optional Tags *map[string]string `json:"tags,omitempty" tf:"tags"` // +optional WorkspaceID *string `json:"workspaceID,omitempty" tf:"workspace_id"` // +optional WorkspaceURL *string `json:"workspaceURL,omitempty" tf:"workspace_url"` }
func (*WorkspaceSpecResource) DeepCopy ¶
func (in *WorkspaceSpecResource) DeepCopy() *WorkspaceSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceSpecResource.
func (*WorkspaceSpecResource) DeepCopyInto ¶
func (in *WorkspaceSpecResource) DeepCopyInto(out *WorkspaceSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkspaceSpecStorageAccountIdentity ¶ added in v0.5.0
type WorkspaceSpecStorageAccountIdentity struct { // +optional PrincipalID *string `json:"-" sensitive:"true" tf:"principal_id"` // +optional TenantID *string `json:"-" sensitive:"true" tf:"tenant_id"` // +optional Type *string `json:"type,omitempty" tf:"type"` }
func (*WorkspaceSpecStorageAccountIdentity) DeepCopy ¶ added in v0.5.0
func (in *WorkspaceSpecStorageAccountIdentity) DeepCopy() *WorkspaceSpecStorageAccountIdentity
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceSpecStorageAccountIdentity.
func (*WorkspaceSpecStorageAccountIdentity) DeepCopyInto ¶ added in v0.5.0
func (in *WorkspaceSpecStorageAccountIdentity) DeepCopyInto(out *WorkspaceSpecStorageAccountIdentity)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WorkspaceStatus ¶
type WorkspaceStatus 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 (*WorkspaceStatus) DeepCopy ¶
func (in *WorkspaceStatus) DeepCopy() *WorkspaceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkspaceStatus.
func (*WorkspaceStatus) DeepCopyInto ¶
func (in *WorkspaceStatus) DeepCopyInto(out *WorkspaceStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.