Documentation ¶
Index ¶
- func ReconcileDeployment(deployment *appsv1.Deployment, image string, config *corev1.ConfigMap, ...) error
- func ReconcileOpenShiftRouteControllerManagerConfig(cm *corev1.ConfigMap, ownerRef config.OwnerRef, minTLSVersion string, ...) 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 ReconcileOpenShiftRouteControllerManagerConfig ¶ added in v0.1.10
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 Network *configv1.NetworkSpec DeploymentConfig config.DeploymentConfig config.OwnerRef }
func NewOpenShiftRouteControllerManagerParams ¶
func NewOpenShiftRouteControllerManagerParams(hcp *hyperv1.HostedControlPlane, releaseImageProvider imageprovider.ReleaseImageProvider, setDefaultSecurityContext bool) *OpenShiftRouteControllerManagerParams
func (*OpenShiftRouteControllerManagerParams) CipherSuites ¶ added in v0.1.10
func (p *OpenShiftRouteControllerManagerParams) CipherSuites() []string
func (*OpenShiftRouteControllerManagerParams) MinTLSVersion ¶ added in v0.1.10
func (p *OpenShiftRouteControllerManagerParams) MinTLSVersion() string
Click to show internal directories.
Click to hide internal directories.