Documentation ¶
Index ¶
- func AddLabelToNode(nodeName, key, value string, cs clientset.Interface)
- func DescribeSvc(ns string)
- func DumpInfo(reporter *k8sreporter.KubernetesReporter, testName string)
- func InitReporter(kubeconfig, path, namespace string) *k8sreporter.KubernetesReporter
- func NodeIPsForFamily(nodes []v1.Node, family ipfamily.Family) []string
- func PodLogs(cs clientset.Interface, pod *corev1.Pod, podLogOpts corev1.PodLogOptions) (string, error)
- func PodLogsSinceTime(cs clientset.Interface, pod *corev1.Pod, SpeakerContainerName string, ...) (string, error)
- func RemoveLabelFromNode(nodeName, key string, cs clientset.Interface)
- func SelectorsForNodes(nodes []v1.Node) []metav1.LabelSelector
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddLabelToNode ¶ added in v0.13.0
func DescribeSvc ¶
func DescribeSvc(ns string)
DescribeSvc logs the output of kubectl describe svc for the given namespace.
func DumpInfo ¶ added in v0.13.0
func DumpInfo(reporter *k8sreporter.KubernetesReporter, testName string)
func InitReporter ¶ added in v0.13.0
func InitReporter(kubeconfig, path, namespace string) *k8sreporter.KubernetesReporter
func PodLogsSinceTime ¶
func RemoveLabelFromNode ¶ added in v0.13.0
func SelectorsForNodes ¶ added in v0.13.0
func SelectorsForNodes(nodes []v1.Node) []metav1.LabelSelector
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.