Documentation ¶
Index ¶
- func ReconcileDeployment(deployment *appsv1.Deployment, image string, config *corev1.ConfigMap, ...) error
- func ReconcileService(svc *corev1.Service, ownerRef config.OwnerRef) error
- func ReconcileServiceMonitor(sm *prometheusoperatorv1.ServiceMonitor, ownerRef config.OwnerRef, ...) error
- type OpenShiftRouteControllerManagerParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReconcileDeployment ¶
func ReconcileDeployment(deployment *appsv1.Deployment, image string, config *corev1.ConfigMap, deploymentConfig config.DeploymentConfig) error
func ReconcileServiceMonitor ¶
func ReconcileServiceMonitor(sm *prometheusoperatorv1.ServiceMonitor, ownerRef config.OwnerRef, clusterID string, metricsSet metrics.MetricsSet) error
Types ¶
type OpenShiftRouteControllerManagerParams ¶
type OpenShiftRouteControllerManagerParams struct { OpenShiftControllerManagerImage string APIServer *configv1.APIServerSpec DeploymentConfig config.DeploymentConfig config.OwnerRef }
func NewOpenShiftRouteControllerManagerParams ¶
func NewOpenShiftRouteControllerManagerParams(hcp *hyperv1.HostedControlPlane, observedConfig *globalconfig.ObservedConfig, images map[string]string, setDefaultSecurityContext bool) *OpenShiftRouteControllerManagerParams
Click to show internal directories.
Click to hide internal directories.