Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerFetcher ¶
type ControllerFetcher interface { // FindTopLevel returns top level controller. Error is returned if top level controller cannot be found. FindTopLevel(controller *ControllerKeyWithAPIVersion) (*ControllerKeyWithAPIVersion, error) }
ControllerFetcher is responsible for finding the top level controller
func NewControllerFetcher ¶
func NewControllerFetcher(config *rest.Config, kubeClient kube_client.Interface, factory informers.SharedInformerFactory) ControllerFetcher
NewControllerFetcher returns a new instance of controllerFetcher
type ControllerKey ¶
ControllerKey identifies a controller.
type ControllerKeyWithAPIVersion ¶
type ControllerKeyWithAPIVersion struct { ControllerKey ApiVersion string }
ControllerKeyWithAPIVersion identifies a controller and API it's defined in.
Click to show internal directories.
Click to hide internal directories.