Documentation
¶
Overview ¶
Package test contains test helpers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NewNodeOptions ¶
type NewNodeOptions struct {
Annotations map[string]string
Labels map[string]string
Conditions []corev1.NodeCondition
Taints []corev1.Taint
Unschedulable bool
}
NewNodeOptions store NewNode options.
type NewPodOptions ¶
type NewPodOptions struct {
CreationTimestamp metav1.Time
Annotations map[string]string
Labels map[string]string
Phase corev1.PodPhase
Reason string
ContainerStatuses []corev1.ContainerStatus
Resources corev1.ResourceRequirements
NodeSelector map[string]string
Tolerations []corev1.Toleration
Affinity corev1.Affinity
}
NewPodOptions store NewPod options.
Click to show internal directories.
Click to hide internal directories.