|
18 | 18 | "parameterSetId" : "connection-info",
|
19 | 19 | "mandatory" : true
|
20 | 20 | },
|
21 |
| - { |
22 |
| - "name": "clusterVersion", |
23 |
| - "label": "Kubernetes version", |
24 |
| - "type": "STRING", |
25 |
| - "defaultValue": "latest", |
26 |
| - "visibilityCondition": "!model.isAutopilot" |
27 |
| - }, |
28 | 21 | {
|
29 | 22 | "name": "releaseChannel",
|
30 | 23 | "label": "Release Channel",
|
31 | 24 | "type": "SELECT",
|
32 | 25 | "defaultValue": "STABLE",
|
33 | 26 | "selectChoices": [
|
34 |
| - {"label":"Stable", "value":"STABLE"}, |
35 |
| - {"label":"Regular", "value":"REGULAR"}, |
36 |
| - {"label":"Rapid", "value":"RAPID"} |
| 27 | + { "label": "Stable", "value": "STABLE" }, |
| 28 | + { "label": "Regular", "value": "REGULAR" }, |
| 29 | + { "label": "Rapid", "value": "RAPID" } |
37 | 30 | ],
|
| 31 | + "description": "Find more information on the release channels here: https://cloud.google.com/kubernetes-engine/docs/concepts/release-channels", |
38 | 32 | "visibilityCondition": "model.isAutopilot"
|
39 | 33 | },
|
| 34 | + { |
| 35 | + "name": "releaseChannelEnrollment", |
| 36 | + "label": "Enroll into a release channel", |
| 37 | + "type": "BOOLEAN", |
| 38 | + "defaultValue": true, |
| 39 | + "description": "Whether the cluster should be enrolled in a release channel (recommended).", |
| 40 | + "visibilityCondition": "!model.isAutopilot" |
| 41 | + }, |
| 42 | + { |
| 43 | + "name": "standardReleaseChannel", |
| 44 | + "label": "Release Channel", |
| 45 | + "type": "SELECT", |
| 46 | + "defaultValue": "DEFAULT", |
| 47 | + "selectChoices": [ |
| 48 | + { "label": "Default (recommended)", "value": "DEFAULT" }, |
| 49 | + { "label": "Stable", "value": "STABLE" }, |
| 50 | + { "label": "Regular", "value": "REGULAR" }, |
| 51 | + { "label": "Rapid", "value": "RAPID" }, |
| 52 | + { "label": "Extended", "value": "EXTENDED" } |
| 53 | + ], |
| 54 | + "description": "Default will enroll you in the most stable channel for the version you have selected.\nIf you have defined 'latest' for your cluster version, you will be enrolled in the 'Regular' channel.\nFind more information on the release channels here: https://cloud.google.com/kubernetes-engine/docs/concepts/release-channels", |
| 55 | + "visibilityCondition": "!model.isAutopilot && model.releaseChannelEnrollment" |
| 56 | + }, |
| 57 | + { |
| 58 | + "name": "clusterVersion", |
| 59 | + "label": "Kubernetes version", |
| 60 | + "type": "STRING", |
| 61 | + "defaultValue": "latest", |
| 62 | + "description": "Defaults to the latest version of the configured release channel (or if not enrolled, to a default version in the Regular channel). Find more information on the available versions here: https://cloud.google.com/kubernetes-engine/docs/release-notes", |
| 63 | + "visibilityCondition": "!model.isAutopilot" |
| 64 | + }, |
40 | 65 | {
|
41 | 66 | "name": "isRegional",
|
42 | 67 | "label": "Regional",
|
|
0 commit comments