Documentation ¶
Index ¶
Constants ¶
View Source
const (
Name = "updatemachinedeployments"
)
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Config ¶
type Config struct { K8sClient k8sclient.Interface Logger micrologger.Logger Provider string }
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
Resource implements the operatorkit resource interface to keep Cluster and MachineDeployment CR versions in sync. CR versions are defined in the object meta data labels, so syncing is as simple as writing the Cluster CR version label values to the MachineDeployment CR version labels.
func (*Resource) EnsureCreated ¶
func (*Resource) EnsureDeleted ¶
Click to show internal directories.
Click to hide internal directories.