Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { IsGVKSupported(gvk schema.GroupVersionKind) (bool, error) IsObjectSupported(obj client.Object) (bool, error) AreObjectsSupported(objs ...client.Object) (bool, error) }
Manager provides resources discovery features to know if objects are supported by the cluster its connected to.
Click to show internal directories.
Click to hide internal directories.