Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { GetPods(namespace string) (*kapi.PodList, error) SetAnnotationsOnPod(pod *kapi.Pod, annotations map[string]string) error PatchPod(pod *kapi.Pod, patchType types.PatchType, patchData []byte) error GetNetworkAttachmentDefinition(namespace, name string) (*netapi.NetworkAttachmentDefinition, error) GetRestClient() rest.Interface }
Click to show internal directories.
Click to hide internal directories.