File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11
11
# Unless required by applicable law or agreed to in writing, software
12
12
# distributed under the License is distributed on an "AS IS" BASIS,
13
13
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- # See the License for the specific language governing permissions and
14
+ # See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
17
# Kubernetes branch to get the OpenAPI spec from.
18
- export KUBERNETES_BRANCH=" release-1.9 "
18
+ export KUBERNETES_BRANCH=" release-1.10 "
19
19
20
20
# client version for packaging and releasing. It can
21
21
# be different than SPEC_VERSION.
22
- export CLIENT_VERSION=" 0.1 -SNAPSHOT"
22
+ export CLIENT_VERSION=" 0.3 -SNAPSHOT"
23
23
24
24
# Name of the release package
25
25
export PACKAGE_NAME=" io.kubernetes.client"
26
-
You can’t perform that action at this time.
0 commit comments