Documentation ¶
Index ¶
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 ClusterPolicyControllerParams ¶
type ClusterPolicyControllerParams struct { Image string `json:"image"` APIServer *configv1.APIServer `json:"apiServer"` DeploymentConfig config.DeploymentConfig `json:"deploymentConfig"` config.OwnerRef `json:",inline"` }
func NewClusterPolicyControllerParams ¶
func NewClusterPolicyControllerParams(hcp *hyperv1.HostedControlPlane, globalConfig config.GlobalConfig, images map[string]string) *ClusterPolicyControllerParams
func (*ClusterPolicyControllerParams) CipherSuites ¶
func (p *ClusterPolicyControllerParams) CipherSuites() []string
func (*ClusterPolicyControllerParams) MinTLSVersion ¶
func (p *ClusterPolicyControllerParams) MinTLSVersion() string
Click to show internal directories.
Click to hide internal directories.