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( clusterWorkspaceInformer tenancyv1alpha1informers.ClusterWorkspaceClusterInformer, kubeClusterClient kcpkubernetesclient.ClusterInterface, metadataClient kcpmetadataclient.ClusterInterface, dynamicDiscoverySharedInformerFactory *informer.DynamicDiscoverySharedInformerFactory, workersPerLogicalCluster int, informersStarted <-chan struct{}, ) (*Controller, error)
NewController creates a new Controller.
Click to show internal directories.
Click to hide internal directories.