Documentation ¶
Index ¶
- func CronJobCreator(data cronJobCreatorData) reconciling.NamedCronJobCreatorGetter
- func GetClientEndpoints(namespace string) []string
- func ImageTag(c *kubermaticv1.Cluster) string
- func PodDisruptionBudgetCreator(data pdbData) reconciling.NamedPodDisruptionBudgetCreatorGetter
- func ServiceAccountCreator() (string, reconciling.ServiceAccountCreator)
- func ServiceCreator(data serviceCreatorData) reconciling.NamedServiceCreatorGetter
- func StatefulSetCreator(data etcdStatefulSetCreatorData, enableDataCorruptionChecks bool) reconciling.NamedStatefulSetCreatorGetter
- func TLSCertificateCreator(data tlsCertificateCreatorData) reconciling.NamedSecretCreatorGetter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CronJobCreator ¶
func CronJobCreator(data cronJobCreatorData) reconciling.NamedCronJobCreatorGetter
CronJobCreator returns the func to create/update the etcd defragger cronjob
func GetClientEndpoints ¶
GetClientEndpoints returns the slice with the etcd endpoints for client communication
func ImageTag ¶
func ImageTag(c *kubermaticv1.Cluster) string
ImageTag returns the correct etcd image tag for a given Cluster TODO: Other functions use this function, switch them to getLauncherImage
func PodDisruptionBudgetCreator ¶
func PodDisruptionBudgetCreator(data pdbData) reconciling.NamedPodDisruptionBudgetCreatorGetter
PodDisruptionBudgetCreator returns a func to create/update the etcd PodDisruptionBudget
func ServiceAccountCreator ¶
func ServiceAccountCreator() (string, reconciling.ServiceAccountCreator)
ServiceAccountCreator returns a func to create/update the ServiceAccount used by etcd launcher.
func ServiceCreator ¶
func ServiceCreator(data serviceCreatorData) reconciling.NamedServiceCreatorGetter
ServiceCreator returns the function to reconcile the etcd service
func StatefulSetCreator ¶
func StatefulSetCreator(data etcdStatefulSetCreatorData, enableDataCorruptionChecks bool) reconciling.NamedStatefulSetCreatorGetter
StatefulSetCreator returns the function to reconcile the etcd StatefulSet
func TLSCertificateCreator ¶
func TLSCertificateCreator(data tlsCertificateCreatorData) reconciling.NamedSecretCreatorGetter
TLSCertificateCreator returns a function to create/update the secret with the etcd tls certificate
Types ¶
This section is empty.