Update version constants for k8s 1.13 release snapshot
This commit is contained in:
parent
524b0f7b11
commit
84b1198d78
@ -15,10 +15,10 @@
|
||||
import sys
|
||||
|
||||
# Kubernetes branch to get the OpenAPI spec from.
|
||||
KUBERNETES_BRANCH = "release-1.12"
|
||||
KUBERNETES_BRANCH = "release-1.13"
|
||||
|
||||
# client version for packaging and releasing.
|
||||
CLIENT_VERSION = "8.0.0-snapshot"
|
||||
CLIENT_VERSION = "9.0.0-snapshot"
|
||||
|
||||
# Name of the release package
|
||||
PACKAGE_NAME = "kubernetes"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user