Documentation
¶
Index ¶
- func GetPodListWithLabelSelector(kubeClientset kubernetes.Interface, namespace, selector string) (*corev1.PodList, error)
- func ListPods(kubeClientset kubernetes.Interface, namespace string) error
- func ListPodsWithSelector(kubeClientset kubernetes.Interface, namespace, selector string) error
- func PodInNamespaceShouldHaveLabels(kubeClientset kubernetes.Interface, name, namespace, labels string) error
- func PodsInNamespaceWithSelectorHaveNoErrorsInLogsSinceTime(kubeClientset kubernetes.Interface, namespace string, selector string, ...) error
- func PodsInNamespaceWithSelectorHaveSomeErrorsInLogsSinceTime(kubeClientset kubernetes.Interface, namespace string, selector string, ...) error
- func PodsInNamespaceWithSelectorShouldHaveLabels(kubeClientset kubernetes.Interface, namespace, selector, labels string) error
- func PodsWithSelectorHaveRestartCountLessThan(kubeClientset kubernetes.Interface, namespace string, selector string, ...) error
- func SomeOrAllPodsInNamespaceWithSelectorHaveStringInLogsSinceTime(kubeClientset kubernetes.Interface, expBackoff wait.Backoff, ...) error
- func SomePodsInNamespaceWithSelectorDontHaveStringInLogsSinceTime(kubeClientset kubernetes.Interface, namespace, selector, searchkeyword string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPodListWithLabelSelector ¶ added in v0.10.1
func ListPods ¶ added in v0.10.1
func ListPods(kubeClientset kubernetes.Interface, namespace string) error
func ListPodsWithSelector ¶ added in v0.10.1
func ListPodsWithSelector(kubeClientset kubernetes.Interface, namespace, selector string) error
func PodInNamespaceShouldHaveLabels ¶
func PodInNamespaceShouldHaveLabels(kubeClientset kubernetes.Interface, name, namespace, labels string) error
func PodsInNamespaceWithSelectorShouldHaveLabels ¶
func PodsInNamespaceWithSelectorShouldHaveLabels(kubeClientset kubernetes.Interface, namespace, selector, labels string) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.