Documentation ¶
Index ¶
- func FilterOutInactivePod(pods []corev1.Pod) []*corev1.Pod
- func IsPodInactive(pod *corev1.Pod) bool
- type Interface
- type RealPodControl
- func (pc *RealPodControl) CreatePod(pod *corev1.Pod) (*corev1.Pod, error)
- func (pc *RealPodControl) DeletePod(pod *corev1.Pod) error
- func (pc *RealPodControl) GetFilteredPods(selector *metav1.LabelSelector, owner client.Object) ([]*corev1.Pod, error)
- func (pc *RealPodControl) PatchPod(pod *corev1.Pod, patch client.Patch) error
- func (pc *RealPodControl) UpdatePod(pod *corev1.Pod) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsPodInactive ¶
Types ¶
type Interface ¶
type RealPodControl ¶
type RealPodControl struct {
// contains filtered or unexported fields
}
func (*RealPodControl) GetFilteredPods ¶
func (pc *RealPodControl) GetFilteredPods(selector *metav1.LabelSelector, owner client.Object) ([]*corev1.Pod, error)
Click to show internal directories.
Click to hide internal directories.