Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller watches Workspaces and WorkspaceShards in order to make sure every ClusterWorkspace is scheduled to a valid ClusterWorkspaceShard.
func NewController ¶
func NewController( kcpClusterClient kcpclient.Interface, workspaceInformer tenancyinformers.ClusterWorkspaceInformer, clusterWorkspaceShardInformer tenancyinformers.ClusterWorkspaceShardInformer, apiBindingsInformer apisinformers.APIBindingInformer, ) (*Controller, error)
Click to show internal directories.
Click to hide internal directories.