Master to follow kubernetes 1.7 branch

This commit is contained in:
mbohlool 2017-06-29 01:24:54 -07:00
parent 7650c9a600
commit 21e071a5da

View File

@ -15,16 +15,16 @@
import sys
# Kubernetes branch to get the OpenAPI spec from.
KUBERNETES_BRANCH = "release-1.6"
KUBERNETES_BRANCH = "release-1.7"
# client version for packaging and releasing.
CLIENT_VERSION = "2.0.0-snapshot"
CLIENT_VERSION = "3.0.0-snapshot"
# Name of the release package
PACKAGE_NAME = "kubernetes"
# Stage of development, mainly used in setup.py's classifiers.
DEVELOPMENT_STATUS = "3 - Alpha"
DEVELOPMENT_STATUS = "4 - Beta"
# If called directly, return the constant value given