You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">Retrieves the requested node pool.</p>
@@ -333,8 +336,8 @@ <h3>Method Details</h3>
333
336
"value": "A String", # Value for taint.
334
337
},
335
338
],
336
-
"windowsNodeConfig": { # Parameters that can be configured on Windows nodes. Windows Node Config that define the parameters that will be used to configure the Windows node pool settings # Parameters that can be configured on Windows nodes.
337
-
"osVersion": "A String", # OSVersion specifies the Windows node config to be used on the node
339
+
"windowsNodeConfig": { # Parameters that can be configured on Windows nodes. Windows Node Config that define the parameters that will be used to configure the Windows node pool settings. # Parameters that can be configured on Windows nodes.
340
+
"osVersion": "A String", # OSVersion specifies the Windows node config to be used on the node.
338
341
},
339
342
"workloadMetadataConfig": { # WorkloadMetadataConfig defines the metadata configuration to expose to workloads on the node pool. # The workload metadata configuration for this node.
340
343
"mode": "A String", # Mode is the configuration for how to expose metadata to workloads running on the node pool.
<pre>Fetch upgrade information of a specific nodepool.
575
+
576
+
Args:
577
+
name: string, Required. The name (project, location, cluster, nodepool) of the nodepool to get. Specified in the format `projects/*/locations/*/clusters/*/nodePools/*` or `projects/*/zones/*/clusters/*/nodePools/*`. (required)
578
+
version: string, API request version that initiates this operation.
579
+
x__xgafv: string, V1 error format.
580
+
Allowed values
581
+
1 - v1 error format
582
+
2 - v2 error format
583
+
584
+
Returns:
585
+
An object of the form:
586
+
587
+
{ # NodePoolUpgradeInfo contains the upgrade information of a nodepool.
588
+
"autoUpgradeStatus": [ # The auto upgrade status.
589
+
"A String",
590
+
],
591
+
"endOfExtendedSupportTimestamp": "A String", # The nodepool's current minor version's end of extended support timestamp.
592
+
"endOfStandardSupportTimestamp": "A String", # The nodepool's current minor version's end of standard support timestamp.
593
+
"minorTargetVersion": "A String", # minor_target_version indicates the target version for minor upgrade.
594
+
"patchTargetVersion": "A String", # patch_target_version indicates the target version for patch upgrade.
595
+
"pausedReason": [ # The auto upgrade paused reason.
596
+
"A String",
597
+
],
598
+
"upgradeDetails": [ # The list of past auto upgrades.
599
+
{ # UpgradeDetails contains detailed information of each individual upgrade operation.
600
+
"endTime": "A String", # The end timestamp of the upgrade.
601
+
"initialVersion": "A String", # The version before the upgrade.
602
+
"startTime": "A String", # The start timestamp of the upgrade.
603
+
"startType": "A String", # The start type of the upgrade.
604
+
"state": "A String", # Output only. The state of the upgrade.
605
+
"targetVersion": "A String", # The version after the upgrade.
"value": "A String", # Value for taint.
770
812
},
771
813
],
772
-
"windowsNodeConfig": { # Parameters that can be configured on Windows nodes. Windows Node Config that define the parameters that will be used to configure the Windows node pool settings # Parameters that can be configured on Windows nodes.
773
-
"osVersion": "A String", # OSVersion specifies the Windows node config to be used on the node
814
+
"windowsNodeConfig": { # Parameters that can be configured on Windows nodes. Windows Node Config that define the parameters that will be used to configure the Windows node pool settings. # Parameters that can be configured on Windows nodes.
815
+
"osVersion": "A String", # OSVersion specifies the Windows node config to be used on the node.
774
816
},
775
817
"workloadMetadataConfig": { # WorkloadMetadataConfig defines the metadata configuration to expose to workloads on the node pool. # The workload metadata configuration for this node.
776
818
"mode": "A String", # Mode is the configuration for how to expose metadata to workloads running on the node pool.
@@ -1071,8 +1113,8 @@ <h3>Method Details</h3>
1071
1113
"value": "A String", # Value for taint.
1072
1114
},
1073
1115
],
1074
-
"windowsNodeConfig": { # Parameters that can be configured on Windows nodes. Windows Node Config that define the parameters that will be used to configure the Windows node pool settings # Parameters that can be configured on Windows nodes.
1075
-
"osVersion": "A String", # OSVersion specifies the Windows node config to be used on the node
1116
+
"windowsNodeConfig": { # Parameters that can be configured on Windows nodes. Windows Node Config that define the parameters that will be used to configure the Windows node pool settings. # Parameters that can be configured on Windows nodes.
1117
+
"osVersion": "A String", # OSVersion specifies the Windows node config to be used on the node.
1076
1118
},
1077
1119
"workloadMetadataConfig": { # WorkloadMetadataConfig defines the metadata configuration to expose to workloads on the node pool. # The workload metadata configuration for this node.
1078
1120
"mode": "A String", # Mode is the configuration for how to expose metadata to workloads running on the node pool.
@@ -1675,8 +1717,8 @@ <h3>Method Details</h3>
1675
1717
"maxUnavailable": 42, # The maximum number of nodes that can be simultaneously unavailable during the upgrade process. A node is considered available if its status is Ready.
1676
1718
"strategy": "A String", # Update strategy of the node pool.
1677
1719
},
1678
-
"windowsNodeConfig": { # Parameters that can be configured on Windows nodes. Windows Node Config that define the parameters that will be used to configure the Windows node pool settings # Parameters that can be configured on Windows nodes.
1679
-
"osVersion": "A String", # OSVersion specifies the Windows node config to be used on the node
1720
+
"windowsNodeConfig": { # Parameters that can be configured on Windows nodes. Windows Node Config that define the parameters that will be used to configure the Windows node pool settings. # Parameters that can be configured on Windows nodes.
1721
+
"osVersion": "A String", # OSVersion specifies the Windows node config to be used on the node.
1680
1722
},
1681
1723
"workloadMetadataConfig": { # WorkloadMetadataConfig defines the metadata configuration to expose to workloads on the node pool. # The desired workload metadata config for the node pool.
1682
1724
"mode": "A String", # Mode is the configuration for how to expose metadata to workloads running on the node pool.
0 commit comments