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 @@ -7111,6 +7111,25 @@ paths:
7111
7111
$ref : ' #/components/schemas/NodeBalancer/properties/label'
7112
7112
client_conn_throttle :
7113
7113
$ref : ' #/components/schemas/NodeBalancer/properties/client_conn_throttle'
7114
+ configs :
7115
+ type : array
7116
+ description : >
7117
+ The ports to configure this NodeBalancer with on creation.
7118
+ Each config must have a unique port and at least one Node.
7119
+ items :
7120
+ allOf :
7121
+ - $ref : ' #/components/schemas/NodeBalancerConfig'
7122
+ - type : object
7123
+ properties :
7124
+ nodes :
7125
+ type : array
7126
+ description : >
7127
+ The NodeBalancer Nodes that serve this port. When
7128
+ creating a NodeBalancer this way, at least one Node
7129
+ is required per configured port.
7130
+ items :
7131
+ $ref : ' #/components/schemas/NodeBalancerNode'
7132
+
7114
7133
responses :
7115
7134
' 200 ' :
7116
7135
description : NodeBalancer created successfully.
You can’t perform that action at this time.
0 commit comments