Documentation ¶
Index ¶
- Constants
- func DeploymentReconciler(data machinecontrollerData) reconciling.NamedDeploymentReconcilerFactory
- func DeploymentReconcilerWithoutInitWrapper(data machinecontrollerData) reconciling.NamedDeploymentReconcilerFactory
- func ServiceAccountReconciler() (string, reconciling.ServiceAccountReconciler)
- func ServiceReconciler() reconciling.NamedServiceReconcilerFactory
- func TLSServingCertificateReconciler(data tlsServingCertReconcilerData) reconciling.NamedSecretReconcilerFactory
- func WebhookDeploymentReconciler(data machinecontrollerData) reconciling.NamedDeploymentReconcilerFactory
- func WebhookServiceAccountReconciler() (string, reconciling.ServiceAccountReconciler)
Constants ¶
View Source
const ( Name = "machine-controller" Tag = "v1.58.0" )
Variables ¶
This section is empty.
Functions ¶
func DeploymentReconciler ¶ added in v2.22.0
func DeploymentReconciler(data machinecontrollerData) reconciling.NamedDeploymentReconcilerFactory
DeploymentReconciler returns the function to create and update the machine controller deployment.
func DeploymentReconcilerWithoutInitWrapper ¶ added in v2.22.0
func DeploymentReconcilerWithoutInitWrapper(data machinecontrollerData) reconciling.NamedDeploymentReconcilerFactory
DeploymentReconcilerWithoutInitWrapper returns the function to create and update the machine controller deployment without the wrapper that checks for apiserver availabiltiy. This allows to adjust the command.
func ServiceAccountReconciler ¶ added in v2.22.0
func ServiceAccountReconciler() (string, reconciling.ServiceAccountReconciler)
func ServiceReconciler ¶ added in v2.22.0
func ServiceReconciler() reconciling.NamedServiceReconcilerFactory
ServiceReconciler returns the function to reconcile the DNS service.
func TLSServingCertificateReconciler ¶ added in v2.22.0
func TLSServingCertificateReconciler(data tlsServingCertReconcilerData) reconciling.NamedSecretReconcilerFactory
TLSServingCertificateReconciler returns a function to create/update the secret with the machine-controller-webhook tls certificate.
func WebhookDeploymentReconciler ¶ added in v2.22.0
func WebhookDeploymentReconciler(data machinecontrollerData) reconciling.NamedDeploymentReconcilerFactory
WebhookDeploymentReconciler returns the function to create and update the machine controller webhook deployment.
func WebhookServiceAccountReconciler ¶ added in v2.22.0
func WebhookServiceAccountReconciler() (string, reconciling.ServiceAccountReconciler)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.