Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operator ¶
type Operator interface { GetName() string InitScheme(scheme *runtime.Scheme) InitFlags(flagset *flag.FlagSet) ValidateFlags() error GetUncacheableTypes() []client.Object // Deprecation warning: the parameter discoveryClient will be removed; // implementations should not use it, and build a discoveryClient from mgr.GetConfig() and mgr.GetHTTPClient() instead. Setup(mgr ctrl.Manager, discoveryClient discovery.DiscoveryInterface) error }
Click to show internal directories.
Click to hide internal directories.