diff --git a/packages/clients/src/api/k8s/v1/types.gen.ts b/packages/clients/src/api/k8s/v1/types.gen.ts index b3a2f62ee..63d2db8a1 100644 --- a/packages/clients/src/api/k8s/v1/types.gen.ts +++ b/packages/clients/src/api/k8s/v1/types.gen.ts @@ -139,7 +139,7 @@ export interface Cluster { dashboardEnabled?: boolean /** @deprecated The ingress controller used in the cluster */ ingress?: Ingress - /** The auo upgrade configuration of the cluster */ + /** The auto upgrade configuration of the cluster */ autoUpgrade?: ClusterAutoUpgrade /** True if a new Kubernetes version is available */ upgradeAvailable: boolean