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