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 ¶
const StartPollerResumeTokenAnnotation = "serviceoperator.azure.com/watcher-start-resume-token"
StartPollerResumeTokenAnnotation holds a watcher's start on the target, the resource written back.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SharedPrivateLinkExtension ¶
type SharedPrivateLinkExtension struct {
}
func (*SharedPrivateLinkExtension) GetExtendedResources ¶
func (extension *SharedPrivateLinkExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
type TargetExtension ¶
type TargetExtension struct {
}
func (*TargetExtension) GetExtendedResources ¶
func (extension *TargetExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions
func (*TargetExtension) PostReconcileCheck ¶
func (extension *TargetExtension) PostReconcileCheck( ctx context.Context, obj genruntime.MetaObject, owner genruntime.MetaObject, resourceResolver *resolver.Resolver, armClient *genericarmclient.GenericClient, log logr.Logger, reconcilePolicies annotations.ResolvedReconcilePolicies, next extensions.PostReconcileCheckFunc, ) (extensions.PostReconcileCheckResult, error)
PostReconcileCheck starts the watcher that owns this target. ARM creates every watcher stopped, with no property in the spec to change that, and refuses to start one until it has a target - so the target invokes the action rather than the watcher.
type WatcherExtension ¶
type WatcherExtension struct {
}
func (*WatcherExtension) GetExtendedResources ¶
func (extension *WatcherExtension) GetExtendedResources() []genruntime.KubernetesResource
GetExtendedResources Returns the KubernetesResource slice for Resource versions