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 ManagedCluster
- func (cluster *ManagedCluster) Default(ctx context.Context, obj runtime.Object) error
- func (cluster *ManagedCluster) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (cluster *ManagedCluster) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (cluster *ManagedCluster) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type ManagedClustersAgentPool
- func (pool *ManagedClustersAgentPool) Default(ctx context.Context, obj runtime.Object) error
- func (pool *ManagedClustersAgentPool) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (pool *ManagedClustersAgentPool) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (pool *ManagedClustersAgentPool) 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 ManagedCluster ¶
type ManagedCluster struct { }
func (*ManagedCluster) ValidateCreate ¶
func (cluster *ManagedCluster) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*ManagedCluster) ValidateDelete ¶
func (cluster *ManagedCluster) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type ManagedClustersAgentPool ¶
type ManagedClustersAgentPool struct { }
func (*ManagedClustersAgentPool) Default ¶
Default applies defaults to the ManagedClustersAgentPool resource
func (*ManagedClustersAgentPool) ValidateCreate ¶
func (pool *ManagedClustersAgentPool) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*ManagedClustersAgentPool) ValidateDelete ¶
func (pool *ManagedClustersAgentPool) 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.