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 kcpclient.Interface, clusterWorkspaceInformer tenancyinformer.ClusterWorkspaceInformer, clusterWorkspaceTypeInformer tenancyinformer.ClusterWorkspaceTypeInformer, apiBindingsInformer apisinformer.APIBindingInformer, apiExportsInformer apisinformer.APIExportInformer, ) (*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.