File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 6
6
kubernetesBranch :
7
7
type : string
8
8
required : true
9
- description : ' The remote kubernetes release branch to fetch openapi spec. . e.g. "release-1.23 "'
9
+ description : ' The remote kubernetes release branch to fetch openapi spec. e.g. "release-1.28 "'
10
10
genCommit :
11
11
type : string
12
12
required : true
13
13
default : ' master'
14
14
description : ' The commit to use for the kubernetes-client/gen repo'
15
+ oagCommit :
16
+ type : string
17
+ required : true
18
+ default : ' master'
19
+ description : ' The commit to use for the OpenAPITools/openapi-generator repo. e.g. "v7.0.0"'
15
20
clientVersion :
16
21
type : string
17
22
required : true
18
- default : ' 0.3 .0'
23
+ default : ' 0.8 .0'
19
24
description : ' Semvar to use for the version number'
20
25
21
26
57
62
export PACKAGE_NAME="client"
58
63
59
64
# OpenAPI-Generator branch/tag to generate the client library
60
- export OPENAPI_GENERATOR_COMMIT="master "
65
+ export OPENAPI_GENERATOR_COMMIT="${{ github.event.inputs.oagCommit }} "
61
66
62
67
export USERNAME=kubernetes
63
68
EOF
You can’t perform that action at this time.
0 commit comments