// TODO: Deprecating this over time... instead just use gobindata_util.go , see #23987.
RepoRootstring
DockershimCheckpointDirstring
// ListImages will list off all images that are used then quit
ListImagesbool
// Provider identifies the infrastructure provider (gce, gke, aws)
Providerstring
...
...
@@ -259,6 +261,8 @@ func RegisterCommonFlags() {
flag.StringVar(&TestContext.ImageServiceEndpoint,"image-service-endpoint","","The image service endpoint of cluster VM instances.")
flag.StringVar(&TestContext.DockershimCheckpointDir,"dockershim-checkpoint-dir","/var/lib/dockershim/sandbox","The directory for dockershim to store sandbox checkpoints.")
flag.StringVar(&TestContext.KubernetesAnywherePath,"kubernetes-anywhere-path","/workspace/k8s.io/kubernetes-anywhere","Which directory kubernetes-anywhere is installed to.")
flag.BoolVar(&TestContext.ListImages,"list-images",false,"If true, will show list of images used for runnning tests.")
}
// Register flags specific to the cluster e2e test suite.