Merge pull request #12831 from thockin/nodeport-optional

Make nodePort optional in v1 API
This commit is contained in:
Robert Bailey
2015-08-17 16:27:17 -07:00
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": {