Documentation ¶
Index ¶
Constants ¶
View Source
const (
Name = "finalizer"
)
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
Resource does garbage collection of the CR finalizers. Since the control-plane-controller got renamed to management-cluster-controller finalizers in place need to be updated. This resource achieve this by deleting the old finalizer; new finalizer will be added by operatorkit. TODO: remove this resource in next release.
func (*Resource) EnsureCreated ¶
EnsureCreated ensures that reconciled AzureConfig CR gets orphaned finalizer deleted.
func (*Resource) EnsureDeleted ¶
EnsureDeleted is no-op.
Click to show internal directories.
Click to hide internal directories.