Documentation ¶
Index ¶
- Constants
- func DeploymentReconciler(data operatingSystemManagerData) reconciling.NamedDeploymentReconcilerFactory
- func DeploymentReconcilerWithoutInitWrapper(data operatingSystemManagerData) reconciling.NamedDeploymentReconcilerFactory
- func ResourcesForDeletion(namespace string) []ctrlruntimeclient.Object
- func ServiceAccountReconciler() (string, reconciling.ServiceAccountReconciler)
- func ServiceReconciler() reconciling.NamedServiceReconcilerFactory
- func TLSServingCertificateReconciler(data tlsServingCertReconcilerData) reconciling.NamedSecretReconcilerFactory
- func WebhookDeploymentReconciler(data operatingSystemManagerData) reconciling.NamedDeploymentReconcilerFactory
Constants ¶
View Source
const (
Tag = "v1.3.6"
)
Variables ¶
This section is empty.
Functions ¶
func DeploymentReconciler ¶ added in v2.22.0
func DeploymentReconciler(data operatingSystemManagerData) reconciling.NamedDeploymentReconcilerFactory
DeploymentReconciler returns the function to create and update the operating system manager deployment.
func DeploymentReconcilerWithoutInitWrapper ¶ added in v2.22.0
func DeploymentReconcilerWithoutInitWrapper(data operatingSystemManagerData) reconciling.NamedDeploymentReconcilerFactory
DeploymentReconcilerWithoutInitWrapper returns the function to create and update the operating system manager deployment without the wrapper that checks for apiserver availabiltiy. This allows to adjust the command.
func ResourcesForDeletion ¶
func ResourcesForDeletion(namespace string) []ctrlruntimeclient.Object
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 operating-system-manager-webhook tls certificate.
func WebhookDeploymentReconciler ¶ added in v2.22.0
func WebhookDeploymentReconciler(data operatingSystemManagerData) reconciling.NamedDeploymentReconcilerFactory
WebhookDeploymentReconciler returns the function to create and update the operating-system-manager webhook deployment.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.