Documentation ¶
Index ¶
Constants ¶
View Source
const ( ControlPlaneTaint = "hypershift.openshift.io/control-plane" ControlPlaneServingComponentTaint = "hypershift.openshift.io/control-plane-serving-component" HostedClusterTaint = "hypershift.openshift.io/cluster" ControlPlaneServingComponentAvailableNodeTaint = "hypershift.openshift.io/control-plane-serving-component-available" ControlPlaneServingComponentLabel = "hypershift.openshift.io/control-plane-serving-component" HostedClusterNameLabel = "hypershift.openshift.io/cluster-name" HostedClusterNamespaceLabel = "hypershift.openshift.io/cluster-namespace" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DedicatedServingComponentNodeReaper ¶
func (*DedicatedServingComponentNodeReaper) SetupWithManager ¶
func (r *DedicatedServingComponentNodeReaper) SetupWithManager(mgr ctrl.Manager) error
type DedicatedServingComponentScheduler ¶
type DedicatedServingComponentScheduler struct { client.Client // contains filtered or unexported fields }
func (*DedicatedServingComponentScheduler) SetupWithManager ¶
func (r *DedicatedServingComponentScheduler) SetupWithManager(mgr ctrl.Manager, createOrUpdateProvider upsert.CreateOrUpdateProvider) error
Click to show internal directories.
Click to hide internal directories.