Update version constants for master branch Kubernetes 1.11 snapshot
This commit is contained in:
parent
54eb120a71
commit
fb548ed7f9
@ -15,10 +15,10 @@
|
||||
import sys
|
||||
|
||||
# Kubernetes branch to get the OpenAPI spec from.
|
||||
KUBERNETES_BRANCH = "release-1.10"
|
||||
KUBERNETES_BRANCH = "release-1.11"
|
||||
|
||||
# client version for packaging and releasing.
|
||||
CLIENT_VERSION = "6.0.0-snapshot"
|
||||
CLIENT_VERSION = "7.0.0-snapshot"
|
||||
|
||||
# Name of the release package
|
||||
PACKAGE_NAME = "kubernetes"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user