Skip to content

Commit 0f9630b

Browse files
committed
Update code generation settings.
1 parent 8c5d2e2 commit 0f9630b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export GEN_COMMIT=a3aef4d
2121
export USERNAME=kubernetes
2222

2323
# Kubernetes branch/tag to get the OpenAPI spec from.
24-
export KUBERNETES_BRANCH="v1.21.1"
24+
export KUBERNETES_BRANCH="v1.22.2"
2525

2626
# client version for packaging and releasing. It can
2727
# be different than SPEC_VERSION.
@@ -30,4 +30,4 @@ export CLIENT_VERSION="0.8-SNAPSHOT"
3030
# Name of the release package
3131
export PACKAGE_NAME="@kubernetes/node-client"
3232

33-
export OPENAPI_GENERATOR_COMMIT=v4.2.3
33+
export OPENAPI_GENERATOR_COMMIT=v5.2.1

0 commit comments

Comments
 (0)