Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReconcileDeployment ¶
func ReconcileDeployment(deployment *appsv1.Deployment, ownerRef config.OwnerRef, image string, deploymentConfig config.DeploymentConfig, availabilityProberImage string, platformType hyperv1.PlatformType) error
Types ¶
type ClusterPolicyControllerParams ¶
type ClusterPolicyControllerParams struct { Image string `json:"image"` APIServer *configv1.APIServerSpec `json:"apiServer"` AvailabilityProberImage string `json:"availabilityProberImage"` DeploymentConfig config.DeploymentConfig `json:"deploymentConfig"` config.OwnerRef `json:",inline"` }
func NewClusterPolicyControllerParams ¶
func NewClusterPolicyControllerParams(hcp *hyperv1.HostedControlPlane, releaseImageProvider *imageprovider.ReleaseImageProvider, setDefaultSecurityContext bool) *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.