Documentation ¶
Index ¶
- func ReconcileDeployment(deployment *appsv1.Deployment, ownerRef config.OwnerRef, ...) error
- func ReconcileService(svc *corev1.Service, owner config.OwnerRef) error
- func ReconcileServiceMonitor(sm *prometheusoperatorv1.ServiceMonitor, ownerRef config.OwnerRef, ...) error
- func ResourcesToRemove(platformType hyperv1.PlatformType) []client.Object
- type CVOParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReconcileDeployment ¶
func ReconcileDeployment(deployment *appsv1.Deployment, ownerRef config.OwnerRef, deploymentConfig config.DeploymentConfig, image, cliImage, availabilityProberImage, clusterID string, apiPort *int32, platformType hyperv1.PlatformType) error
func ReconcileServiceMonitor ¶
func ReconcileServiceMonitor(sm *prometheusoperatorv1.ServiceMonitor, ownerRef config.OwnerRef, clusterID string, metricsSet metrics.MetricsSet) error
func ResourcesToRemove ¶
func ResourcesToRemove(platformType hyperv1.PlatformType) []client.Object
Types ¶
type CVOParams ¶
type CVOParams struct { Image string CLIImage string AvailabilityProberImage string ClusterID string OwnerRef config.OwnerRef DeploymentConfig config.DeploymentConfig PlatformType hyperv1.PlatformType }
func NewCVOParams ¶
Click to show internal directories.
Click to hide internal directories.