github.com/verrazzano/verrazzano@v1.7.1/tests/e2e/pkg/test/constants.go (about)

     1  // Copyright (c) 2021, 2022, Oracle and/or its affiliates.
     2  // Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
     3  package test
     4  
     5  const (
     6  	DumpRootDirectoryEnvVarName = "DUMP_ROOT_DIRECTORY"
     7  	DumpDirectoryEnvVarName     = "DUMP_DIRECTORY"
     8  	DumpKubeconfigEnvVarName    = "DUMP_KUBECONFIG"
     9  )