Documentation ¶
Index ¶
Constants ¶
View Source
const (
TestContainerName = "test"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodCheckerFunc ¶
type PodIdentifier ¶
func ParsePodIdentifier ¶
func ParsePodIdentifier(arg string) (*PodIdentifier, error)
func (*PodIdentifier) Fields ¶
func (i *PodIdentifier) Fields() logrus.Fields
func (*PodIdentifier) LabelSelector ¶
func (i *PodIdentifier) LabelSelector() string
func (*PodIdentifier) WaitForPod ¶
func (i *PodIdentifier) WaitForPod(ctx context.Context, clientset *kubernetes.Clientset, namespace string, validPod PodCheckerFunc, giveUp PodCheckerFunc) (*corev1.Pod, error)
Click to show internal directories.
Click to hide internal directories.