Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestConfigMapper ¶
type Watcher ¶
type Watcher interface {
// Watch will establish watches for resources owned by a ClusterExtension
Watch(context.Context, controller.Controller, *v1alpha1.ClusterExtension, []client.Object) error
// Unwatch will remove watches for a ClusterExtension
Unwatch(*v1alpha1.ClusterExtension)
}
func New ¶
func New(rcm RestConfigMapper, cfg *rest.Config, mapper meta.RESTMapper) Watcher
New creates a new ContentManager object
Click to show internal directories.
Click to hide internal directories.