Documentation
¶
Index ¶
Constants ¶
View Source
const (
ControllerName = "kcp-apibinder-initializer"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIBinder ¶
type APIBinder struct {
// contains filtered or unexported fields
}
APIBinder is a controller which instantiates APIBindings and waits for them to be fully bound in new ClusterWorkspaces.
func NewAPIBinder ¶
func NewAPIBinder( kcpClusterClient kcpclientset.ClusterInterface, clusterWorkspaceInformer tenancyv1alpha1informers.ClusterWorkspaceClusterInformer, clusterWorkspaceTypeInformer tenancyv1alpha1informers.ClusterWorkspaceTypeClusterInformer, apiBindingsInformer apisv1alpha1informers.APIBindingClusterInformer, apiExportsInformer apisv1alpha1informers.APIExportClusterInformer, ) (*APIBinder, error)
NewAPIBinder returns a new controller which instantiates APIBindings and waits for them to be fully bound in new ClusterWorkspaces.
Click to show internal directories.
Click to hide internal directories.