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 = "0598624c5881a79ec440eb582f1550034d23161c" )
Variables ¶
This section is empty.
Functions ¶
func DeploymentReconciler ¶
func DeploymentReconciler(data machinecontrollerData) reconciling.NamedDeploymentReconcilerFactory
DeploymentReconciler returns the function to create and update the machine controller deployment.
func DeploymentReconcilerWithoutInitWrapper ¶
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 ¶
func ServiceAccountReconciler() (string, reconciling.ServiceAccountReconciler)
func ServiceReconciler ¶
func ServiceReconciler() reconciling.NamedServiceReconcilerFactory
ServiceReconciler returns the function to reconcile the DNS service.
func TLSServingCertificateReconciler ¶
func TLSServingCertificateReconciler(data tlsServingCertReconcilerData) reconciling.NamedSecretReconcilerFactory
TLSServingCertificateReconciler returns a function to create/update the secret with the machine-controller-webhook tls certificate.
func WebhookDeploymentReconciler ¶
func WebhookDeploymentReconciler(data machinecontrollerData) reconciling.NamedDeploymentReconcilerFactory
WebhookDeploymentReconciler returns the function to create and update the machine controller webhook deployment.
func WebhookServiceAccountReconciler ¶
func WebhookServiceAccountReconciler() (string, reconciling.ServiceAccountReconciler)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.