File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 6115
6115
"minLength": 1,
6116
6116
"description": "Cluster name"
6117
6117
},
6118
+ "enable-operators-ca": {
6119
+ "type": "boolean",
6120
+ "description": "Indicates whether to add operators certificate authority (CA) as part of trusted CAs for the API server."
6121
+ },
6118
6122
"state": {
6119
6123
"type": "string",
6120
6124
"enum": [
6130
6134
"readOnly": true,
6131
6135
"description": "Cluster state"
6132
6136
},
6137
+ "enable-kube-proxy": {
6138
+ "type": "boolean",
6139
+ "description": "Indicates whether to deploy the Kubernetes network proxy."
6140
+ },
6133
6141
"nodepools": {
6134
6142
"type": "array",
6135
6143
"items": {
6146
6154
],
6147
6155
"description": "Cluster level"
6148
6156
},
6157
+ "feature-gates": {
6158
+ "type": "array",
6159
+ "items": {
6160
+ "type": "string"
6161
+ },
6162
+ "uniqueItems": true,
6163
+ "description": "A list of Kubernetes-only Alpha features to enable for API server component"
6164
+ },
6149
6165
"addons": {
6150
6166
"type": "array",
6151
6167
"items": {
You can’t perform that action at this time.
0 commit comments