Skip to content

Commit b5c2216

Browse files
authored
docs(k8s): correct typo (#1519)
1 parent 727d7fe commit b5c2216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/k8s/v1/k8s_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ type Cluster struct {
627627
//
628628
// Default value: unknown_ingress
629629
Ingress *Ingress `json:"ingress,omitempty"`
630-
// AutoUpgrade: the auo upgrade configuration of the cluster
630+
// AutoUpgrade: the auto upgrade configuration of the cluster
631631
AutoUpgrade *ClusterAutoUpgrade `json:"auto_upgrade"`
632632
// UpgradeAvailable: true if a new Kubernetes version is available
633633
UpgradeAvailable bool `json:"upgrade_available"`

0 commit comments

Comments
 (0)