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.
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
- type Redis
- func (redis *Redis) Default(ctx context.Context, obj runtime.Object) error
- func (redis *Redis) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (redis *Redis) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (redis *Redis) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type RedisFirewallRule
- func (rule *RedisFirewallRule) Default(ctx context.Context, obj runtime.Object) error
- func (rule *RedisFirewallRule) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (rule *RedisFirewallRule) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (rule *RedisFirewallRule) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type RedisLinkedServer
- func (server *RedisLinkedServer) Default(ctx context.Context, obj runtime.Object) error
- func (server *RedisLinkedServer) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (server *RedisLinkedServer) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (server *RedisLinkedServer) ValidateUpdate(ctx context.Context, oldResource runtime.Object, newResource runtime.Object) (admission.Warnings, error)
- type RedisPatchSchedule
- func (schedule *RedisPatchSchedule) Default(ctx context.Context, obj runtime.Object) error
- func (schedule *RedisPatchSchedule) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (schedule *RedisPatchSchedule) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
- func (schedule *RedisPatchSchedule) 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 Redis ¶
type Redis struct {
}
func (*Redis) ValidateCreate ¶
func (redis *Redis) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
type RedisFirewallRule ¶
type RedisFirewallRule struct {
}
func (*RedisFirewallRule) ValidateCreate ¶
func (rule *RedisFirewallRule) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*RedisFirewallRule) ValidateDelete ¶
func (rule *RedisFirewallRule) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type RedisLinkedServer ¶
type RedisLinkedServer struct {
}
func (*RedisLinkedServer) ValidateCreate ¶
func (server *RedisLinkedServer) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*RedisLinkedServer) ValidateDelete ¶
func (server *RedisLinkedServer) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource
type RedisPatchSchedule ¶
type RedisPatchSchedule struct {
}
func (*RedisPatchSchedule) ValidateCreate ¶
func (schedule *RedisPatchSchedule) ValidateCreate(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateCreate validates the creation of the resource
func (*RedisPatchSchedule) ValidateDelete ¶
func (schedule *RedisPatchSchedule) ValidateDelete(ctx context.Context, resource runtime.Object) (admission.Warnings, error)
ValidateDelete validates the deletion of the resource