Make nodePort optional in v1 API

This commit is contained in:
Tim Hockin
2015-08-17 15:44:37 -07:00
parent f21a6e9a93
commit 75941afab2
2 changed files with 2 additions and 3 deletions

View File

@@ -13446,8 +13446,7 @@
"v1.ServicePort": {
"id": "v1.ServicePort",
"required": [
"port",
"nodePort"
"port"
],
"properties": {
"name": {