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 RoleAssignment
- func (webhook *RoleAssignment) CustomDefault(ctx context.Context, obj runtime.Object) error
- func (assignment *RoleAssignment) Default(ctx context.Context, obj runtime.Object) error
- func (assignment *RoleAssignment) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (assignment *RoleAssignment) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (assignment *RoleAssignment) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type RoleDefinition
- func (webhook *RoleDefinition) CustomDefault(ctx context.Context, obj runtime.Object) error
- func (definition *RoleDefinition) Default(ctx context.Context, obj runtime.Object) error
- func (definition *RoleDefinition) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (definition *RoleDefinition) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (definition *RoleDefinition) 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 RoleAssignment ¶
type RoleAssignment struct { }
func (*RoleAssignment) CustomDefault ¶
func (*RoleAssignment) ValidateCreate ¶
func (assignment *RoleAssignment) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*RoleAssignment) ValidateDelete ¶
func (assignment *RoleAssignment) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type RoleDefinition ¶
type RoleDefinition struct { }
func (*RoleDefinition) CustomDefault ¶
func (*RoleDefinition) ValidateCreate ¶
func (definition *RoleDefinition) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*RoleDefinition) ValidateDelete ¶
func (definition *RoleDefinition) 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.