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