Documentation ¶
Index ¶
- Constants
- func ReconcileDeployment(deployment *appsv1.Deployment, ownerRef config.OwnerRef, image string, ...) error
- func ReconcileOpenShiftControllerManagerConfig(cm *corev1.ConfigMap, ownerRef config.OwnerRef, ...) error
- func ReconcileOpenShiftControllerManagerNamespaceWorkerManifest(cm *corev1.ConfigMap, ownerRef config.OwnerRef) error
- func ReconcileOpenShiftControllerManagerServiceCAWorkerManifest(cm *corev1.ConfigMap, ownerRef config.OwnerRef) error
- type OpenShiftControllerManagerParams
Constants ¶
View Source
const (
DefaultPriorityClass = "system-node-critical"
)
Variables ¶
This section is empty.
Functions ¶
func ReconcileDeployment ¶
func ReconcileDeployment(deployment *appsv1.Deployment, ownerRef config.OwnerRef, image string, deploymentConfig config.DeploymentConfig) error
Types ¶
type OpenShiftControllerManagerParams ¶
type OpenShiftControllerManagerParams struct { OpenShiftControllerManagerImage string `json:"openshiftControllerManagerImage"` DockerBuilderImage string `json:"dockerBuilderImage"` DeployerImage string `json:"deployerImage"` APIServer *configv1.APIServer `json:"apiServer"` DeploymentConfig config.DeploymentConfig `json:"deploymentConfig"` config.OwnerRef `json:",inline"` }
func NewOpenShiftControllerManagerParams ¶
func NewOpenShiftControllerManagerParams(hcp *hyperv1.HostedControlPlane, globalConfig config.GlobalConfig, images map[string]string) *OpenShiftControllerManagerParams
func (*OpenShiftControllerManagerParams) CipherSuites ¶
func (p *OpenShiftControllerManagerParams) CipherSuites() []string
func (*OpenShiftControllerManagerParams) MinTLSVersion ¶
func (p *OpenShiftControllerManagerParams) MinTLSVersion() string
Click to show internal directories.
Click to hide internal directories.