We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727d7fe commit b5c2216Copy full SHA for b5c2216
api/k8s/v1/k8s_sdk.go
@@ -627,7 +627,7 @@ type Cluster struct {
627
//
628
// Default value: unknown_ingress
629
Ingress *Ingress `json:"ingress,omitempty"`
630
- // AutoUpgrade: the auo upgrade configuration of the cluster
+ // AutoUpgrade: the auto upgrade configuration of the cluster
631
AutoUpgrade *ClusterAutoUpgrade `json:"auto_upgrade"`
632
// UpgradeAvailable: true if a new Kubernetes version is available
633
UpgradeAvailable bool `json:"upgrade_available"`
0 commit comments