File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -7108,6 +7108,25 @@ paths:
7108
7108
$ref : ' #/components/schemas/NodeBalancer/properties/label'
7109
7109
client_conn_throttle :
7110
7110
$ref : ' #/components/schemas/NodeBalancer/properties/client_conn_throttle'
7111
+ configs :
7112
+ type : array
7113
+ description : >
7114
+ The ports to configure this NodeBalancer with on creation.
7115
+ Each config must have a unique port and at least one Node.
7116
+ items :
7117
+ allOf :
7118
+ - $ref : ' #/components/schemas/NodeBalancerConfig'
7119
+ - type : object
7120
+ properties :
7121
+ nodes :
7122
+ type : array
7123
+ description : >
7124
+ The NodeBalancer Nodes that serve this port. When
7125
+ creating a NodeBalancer this way, at least one Node
7126
+ is required per configured port.
7127
+ items :
7128
+ $ref : ' #/components/schemas/NodeBalancerNode'
7129
+
7111
7130
responses :
7112
7131
' 200 ' :
7113
7132
description : NodeBalancer created successfully.
You can’t perform that action at this time.
0 commit comments