Documentation
¶
Index ¶
Constants ¶
View Source
const BypassSpecNoModificationRequirementAnnotation = "kubermatic.io/bypass-no-spec-mutation-requirement"
BypassSpecNoModificationRequirementAnnotation is used to bypass the "no machine.spec modification" allowed restriction from the webhook in order to change the spec in some special cases, e.G. for the migration of the `providerConfig` field to `providerSpec`.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶ added in v1.46.0
type Builder struct {
ListenAddress string
Log *zap.SugaredLogger
Client ctrlruntimeclient.Client
WorkerClient ctrlruntimeclient.Client
UserdataManager *userdatamanager.Manager
UseExternalBootstrap bool
NodeFlags *node.Flags
Namespace string
VersionConstraints *semver.Constraints
CertDir string
CertName string
KeyName string
}
Click to show internal directories.
Click to hide internal directories.