Documentation ¶
Index ¶
- type Adapter
- type AdapterInformer
- type AdapterRuntimeClient
- func (c *AdapterRuntimeClient) GetPod(namespace, name string) (*v1.Pod, error)
- func (c *AdapterRuntimeClient) PatchPod(pod *v1.Pod, patch client.Patch) (*v1.Pod, error)
- func (c *AdapterRuntimeClient) UpdatePod(pod *v1.Pod) (*v1.Pod, error)
- func (c *AdapterRuntimeClient) UpdatePodStatus(pod *v1.Pod) error
- type AdapterTypedClient
- type AdapterWithPatch
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdapterInformer ¶
type AdapterInformer struct {
PodInformer coreinformers.PodInformer
}
func (*AdapterInformer) GetPod ¶
func (c *AdapterInformer) GetPod(namespace, name string) (*v1.Pod, error)
func (*AdapterInformer) UpdatePodStatus ¶
func (c *AdapterInformer) UpdatePodStatus(pod *v1.Pod) error
type AdapterRuntimeClient ¶
func (*AdapterRuntimeClient) GetPod ¶
func (c *AdapterRuntimeClient) GetPod(namespace, name string) (*v1.Pod, error)
func (*AdapterRuntimeClient) UpdatePodStatus ¶
func (c *AdapterRuntimeClient) UpdatePodStatus(pod *v1.Pod) error
type AdapterTypedClient ¶
func (*AdapterTypedClient) GetPod ¶
func (c *AdapterTypedClient) GetPod(namespace, name string) (*v1.Pod, error)
func (*AdapterTypedClient) UpdatePodStatus ¶
func (c *AdapterTypedClient) UpdatePodStatus(pod *v1.Pod) error
Click to show internal directories.
Click to hide internal directories.