Skip to content

Commit

Permalink
including apiServerAuthorizedIPRanges (#5286)
Browse files Browse the repository at this point in the history
* including apiServerAuthorizedIPRanges

* support azure network policy
  • Loading branch information
Xiaofang Zhang authored and sergey-shandar committed Feb 28, 2019
1 parent bebcf60 commit 0952dcc
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,8 @@
"networkPolicy": {
"type": "string",
"enum": [
"calico"
"calico",
"azure"
],
"x-ms-enum": {
"name": "NetworkPolicy",
Expand Down Expand Up @@ -1442,6 +1443,13 @@
"aadProfile": {
"$ref": "#/definitions/ManagedClusterAADProfile",
"description": "Profile of Azure Active Directory configuration."
},
"apiServerAuthorizedIPRanges": {
"type": "array",
"items": {
"type": "string"
},
"description": "Authorized IP Ranges to kubernetes API server."
}
},
"description": "Properties of the managed cluster."
Expand Down

0 comments on commit 0952dcc

Please sign in to comment.