Documentation
¶
Index ¶
- Constants
- func FilterNotReadyPods(pods []corev1.Pod) []corev1.Pod
- func FilterPodsWithContainersInImagePullBackOff(pods []corev1.Pod) []corev1.Pod
- func FilterPodsWithHostPortConflict(pods []corev1.Pod) []corev1.Pod
- func FilterUnschedulablePods(pods []corev1.Pod) []corev1.Pod
- func GetDaemonSet(client kubernetes.Interface, namespace string, name string) (*appsv1.DaemonSet, error)
- func GetPodsMatchingLabelsDaemonSet(client kubernetes.Interface, namespace string, labelSelector string) ([]corev1.Pod, error)
Constants ¶
View Source
const ImagePullBackOff = "ImagePullBackOff"
Variables ¶
This section is empty.
Functions ¶
func GetDaemonSet ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.