Documentation ¶
Index ¶
- func ReconcileClientService(service *corev1.Service, ownerRef config.OwnerRef) error
- func ReconcileDiscoveryService(service *corev1.Service, ownerRef config.OwnerRef) error
- func ReconcilePodDisruptionBudget(pdb *policyv1.PodDisruptionBudget, p *EtcdParams) error
- func ReconcileServiceMonitor(sm *prometheusoperatorv1.ServiceMonitor, ownerRef config.OwnerRef, ...) error
- func ReconcileStatefulSet(ss *appsv1.StatefulSet, p *EtcdParams) error
- type EtcdParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReconcileClientService ¶
func ReconcilePodDisruptionBudget ¶
func ReconcilePodDisruptionBudget(pdb *policyv1.PodDisruptionBudget, p *EtcdParams) error
func ReconcileServiceMonitor ¶
func ReconcileServiceMonitor(sm *prometheusoperatorv1.ServiceMonitor, ownerRef config.OwnerRef, clusterID string, metricsSet metrics.MetricsSet) error
ReconcileServiceMonitor
func ReconcileStatefulSet ¶
func ReconcileStatefulSet(ss *appsv1.StatefulSet, p *EtcdParams) error
Types ¶
type EtcdParams ¶
type EtcdParams struct { EtcdImage string CPOImage string OwnerRef config.OwnerRef `json:"ownerRef"` DeploymentConfig config.DeploymentConfig StorageSpec hyperv1.ManagedEtcdStorageSpec Availability hyperv1.AvailabilityPolicy SnapshotRestored bool }
func NewEtcdParams ¶
func NewEtcdParams(hcp *hyperv1.HostedControlPlane, images map[string]string) *EtcdParams
Click to show internal directories.
Click to hide internal directories.