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.
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
- type Configuration
- func (configuration *Configuration) Default(ctx context.Context, obj runtime.Object) error
- func (configuration *Configuration) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (configuration *Configuration) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (configuration *Configuration) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type Database
- func (database *Database) Default(ctx context.Context, obj runtime.Object) error
- func (database *Database) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (database *Database) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (database *Database) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type Server
- func (server *Server) Default(ctx context.Context, obj runtime.Object) error
- func (server *Server) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (server *Server) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (server *Server) 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 Configuration ¶
type Configuration struct { }
func (*Configuration) ValidateCreate ¶
func (configuration *Configuration) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*Configuration) ValidateDelete ¶
func (configuration *Configuration) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type Database ¶
type Database struct { }
func (*Database) ValidateCreate ¶
func (database *Database) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
type Server ¶
type Server struct { }
func (*Server) ValidateCreate ¶
func (server *Server) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
Click to show internal directories.
Click to hide internal directories.