aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/common/constants.py
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>2018-07-06 09:00:09 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-07-06 09:00:09 +0000
commit093ab6a10558456c0cf61091d69648638e311143 (patch)
treead7d05d6ebbddc9fa0e5e36f6f4d4532662bd3de /yardstick/common/constants.py
parent1b8b08285fdf58e08ede154bc751cd7f66d76afd (diff)
parentfa269e3789d19f1335ae9207817203c6ad58cf42 (diff)
Merge "Add new Kubernetes resource kind: "CustomResourceDefinition""
Diffstat (limited to 'yardstick/common/constants.py')
-rw-r--r--yardstick/common/constants.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/yardstick/common/constants.py b/yardstick/common/constants.py
index 1ebd32509..2f14d4bc4 100644
--- a/yardstick/common/constants.py
+++ b/yardstick/common/constants.py
@@ -171,3 +171,7 @@ TESTSUITE_PRE = 'opnfv_'
# OpenStack cloud default config parameters
OS_CLOUD_DEFAULT_CONFIG = {'verify': False}
+
+# Kubernetes
+SCOPE_NAMESPACED = 'Namespaced'
+SCOPE_CLUSTER = 'Cluster'