Skip to content

Commit 2354065

Browse files
authored
feat: add rest api spec for ip-based lb (#20392)
1 parent e3d0d19 commit 2354065

File tree

1 file changed

+23
-0
lines changed
  • specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-08-02-preview

1 file changed

+23
-0
lines changed

specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-08-02-preview/managedClusters.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4280,6 +4280,29 @@
42804280
"enableMultipleStandardLoadBalancers": {
42814281
"type": "boolean",
42824282
"description": "Enable multiple standard load balancers per AKS cluster or not."
4283+
},
4284+
"backendPoolType": {
4285+
"type": "string",
4286+
"x-ms-enum": {
4287+
"name": "BackendPoolType",
4288+
"modelAsString": true,
4289+
"values": [
4290+
{
4291+
"value": "NodeIPConfiguration",
4292+
"description": "The type of the managed inbound Load Balancer BackendPool. https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend."
4293+
},
4294+
{
4295+
"value": "NodeIP",
4296+
"description": "The type of the managed inbound Load Balancer BackendPool. https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend."
4297+
}
4298+
]
4299+
},
4300+
"enum": [
4301+
"NodeIPConfiguration",
4302+
"NodeIP"
4303+
],
4304+
"description": "The type of the managed inbound Load Balancer BackendPool.",
4305+
"default": "NodeIPConfiguration"
42834306
}
42844307
},
42854308
"description": "Profile of the managed cluster load balancer."

0 commit comments

Comments
 (0)