Documentation
¶
Index ¶
- func GetFakeLogger() *log.Entry
- type PodHandler
- func (self *PodHandler) CreatePod(ctx context.Context, pod *corev1.Pod) error
- func (self *PodHandler) DeletePod(ctx context.Context, pod *corev1.Pod) error
- func (self *PodHandler) GetPod(ctx context.Context, namespace, name string) (*corev1.Pod, error)
- func (self *PodHandler) GetPodStatus(ctx context.Context, namespace, name string) (*corev1.PodStatus, error)
- func (self *PodHandler) GetPods(ctx context.Context) ([]*corev1.Pod, error)
- func (self *PodHandler) UpdatePod(ctx context.Context, pod *corev1.Pod) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFakeLogger ¶
Types ¶
type PodHandler ¶
func NewPodHandler ¶
func NewPodHandler() *PodHandler
func (*PodHandler) GetPodStatus ¶
Click to show internal directories.
Click to hide internal directories.