Documentation ¶
Index ¶
Constants ¶
View Source
const (
ControllerName = "kcp-garbage-collector"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller manages per-workspace garbage collector controllers.
func NewController ¶
func NewController( logicalClusterInformer corev1alpha1informers.LogicalClusterClusterInformer, kubeClusterClient kcpkubernetesclient.ClusterInterface, metadataClient kcpmetadataclient.ClusterInterface, dynamicDiscoverySharedInformerFactory *informer.DiscoveringDynamicSharedInformerFactory, workersPerLogicalCluster int, informersStarted <-chan struct{}, ) (*Controller, error)
NewController creates a new Controller.
Click to show internal directories.
Click to hide internal directories.