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 Profile
- func (profile *Profile) Default(ctx context.Context, obj runtime.Object) error
- func (profile *Profile) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (profile *Profile) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (profile *Profile) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type ProfilesEndpoint
- func (endpoint *ProfilesEndpoint) Default(ctx context.Context, obj runtime.Object) error
- func (endpoint *ProfilesEndpoint) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (endpoint *ProfilesEndpoint) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (endpoint *ProfilesEndpoint) 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 Profile ¶
type Profile struct {
}
func (*Profile) ValidateCreate ¶
func (profile *Profile) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
type ProfilesEndpoint ¶
type ProfilesEndpoint struct {
}
func (*ProfilesEndpoint) ValidateCreate ¶
func (endpoint *ProfilesEndpoint) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*ProfilesEndpoint) ValidateDelete ¶
func (endpoint *ProfilesEndpoint) 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.