Documentation
¶
Overview ¶
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
- type Workspace
- func (workspace *Workspace) Default(ctx context.Context, obj runtime.Object) error
- func (workspace *Workspace) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (workspace *Workspace) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (workspace *Workspace) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type WorkspacesBigDataPool
- func (pool *WorkspacesBigDataPool) Default(ctx context.Context, obj runtime.Object) error
- func (pool *WorkspacesBigDataPool) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (pool *WorkspacesBigDataPool) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (pool *WorkspacesBigDataPool) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Workspace ¶
type Workspace struct {
}
func (*Workspace) ValidateCreate ¶
func (workspace *Workspace) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
type WorkspacesBigDataPool ¶
type WorkspacesBigDataPool struct {
}
func (*WorkspacesBigDataPool) Default ¶
Default applies defaults to the WorkspacesBigDataPool resource
func (*WorkspacesBigDataPool) ValidateCreate ¶
func (pool *WorkspacesBigDataPool) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*WorkspacesBigDataPool) ValidateDelete ¶
func (pool *WorkspacesBigDataPool) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
Click to show internal directories.
Click to hide internal directories.