Regenerate generation of generated things

This commit is contained in:
Antoine Pelisse
2019-01-24 17:20:06 -08:00
parent 77aaa4cf68
commit ea2bb7bd52
2 changed files with 8 additions and 0 deletions

View File

@@ -90100,6 +90100,11 @@
"items": {
"$ref": "#/definitions/io.k8s.api.core.v1.ServicePort"
},
"x-kubernetes-list-map-keys": [
"port",
"protocol"
],
"x-kubernetes-list-type": "map",
"x-kubernetes-patch-merge-key": "port",
"x-kubernetes-patch-strategy": "merge"
},

View File

@@ -4247,6 +4247,9 @@ message ServiceSpec {
// More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies
// +patchMergeKey=port
// +patchStrategy=merge
// +listType=map
// +listMapKey=port
// +listMapKey=protocol
repeated ServicePort ports = 1;
// Route service traffic to pods with label keys and values matching this