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 ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterExtension ¶
type ClusterExtension struct {
}
func (*ClusterExtension) GetExtendedResources ¶
func (extension *ClusterExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
func (*ClusterExtension) PreReconcileCheck ¶
func (ext *ClusterExtension) PreReconcileCheck( ctx context.Context, obj genruntime.MetaObject, owner genruntime.MetaObject, resourceResolver *resolver.Resolver, armClient *genericarmclient.GenericClient, log logr.Logger, next extensions.PreReconcileCheckFunc, ) (extensions.PreReconcileCheckResult, error)
PreReconcileCheck is called before the reconciliation of the resource to see if the cluster is in a state that will allow reconciliation to proceed. If a cluster has a provisioningState not in the set above, it will reject any attempt to PUT a new state out of hand; so there's no point in even trying. This is true even if the PUT we're doing will have no effect on the state of the cluster.
type DataConnectionExtension ¶
type DataConnectionExtension struct {
}
func (*DataConnectionExtension) GetExtendedResources ¶
func (extension *DataConnectionExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type DatabaseExtension ¶
type DatabaseExtension struct {
}
func (*DatabaseExtension) GetExtendedResources ¶
func (extension *DatabaseExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
func (*DatabaseExtension) PreReconcileCheck ¶
func (ext *DatabaseExtension) PreReconcileCheck( ctx context.Context, obj genruntime.MetaObject, owner genruntime.MetaObject, resourceResolver *resolver.Resolver, armClient_ *genericarmclient.GenericClient, log logr.Logger, next extensions.PreReconcileCheckFunc, ) (extensions.PreReconcileCheckResult, error)
PreReconcileCheck is called before the reconciliation of the resource to see if the cluster is in a state that will allow reconciliation to proceed. We can't try to create/update a Database unless the cluster is in a state that allows it.