kubernetes/test/e2e/framework/pod
Antonio Ojea 3e182e84ea e2e can't use both pod.Name and pod.GenerateName
This fixes a problem when using the framework helper
e2epod.CreateExecPodOrFail() more than once in the same test.

The problem is that this function was creating pods with both the
pod.Name and pod.GenerateName set.
The second pod failed to be created with a 500 with Reason ServerTimeout
indicating a unique name could not be found in the time allotted,
xref https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/
2020-10-01 12:28:06 +02:00
..
BUILD Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
create.go e2e: add option to create pods with different image in pod.Config 2020-09-25 11:01:59 +02:00
delete.go Revert "e2epod: use foreground deletion" 2020-07-21 22:40:31 +03:00
node_selection.go e2e: avoid setting NodeName for CSI driver deployments 2020-02-26 10:33:29 +01:00
resource_test.go Fix a bug in e2epod function 2020-02-13 16:45:16 -08:00
resource.go e2e can't use both pod.Name and pod.GenerateName 2020-10-01 12:28:06 +02:00
wait.go tests: Fixes variable expansion false positive test 2020-07-31 01:23:09 -07:00