diff --git a/api/v1beta1/cluster_types.go b/api/v1beta1/cluster_types.go index 4e5adab14073..9a72b5a90b6f 100644 --- a/api/v1beta1/cluster_types.go +++ b/api/v1beta1/cluster_types.go @@ -80,8 +80,10 @@ type Topology struct { // RolloutAfter performs a rollout of the entire cluster one component at a time, // control plane first and then machine deployments. - // +optional + // // Deprecated: This field has no function and is going to be removed in the next apiVersion. + // + // +optional RolloutAfter *metav1.Time `json:"rolloutAfter,omitempty"` // ControlPlane describes the cluster control plane. diff --git a/api/v1beta1/zz_generated.openapi.go b/api/v1beta1/zz_generated.openapi.go index 45a5e207e84a..e97701dcfc91 100644 --- a/api/v1beta1/zz_generated.openapi.go +++ b/api/v1beta1/zz_generated.openapi.go @@ -3147,7 +3147,7 @@ func schema_sigsk8sio_cluster_api_api_v1beta1_Topology(ref common.ReferenceCallb }, "rolloutAfter": { SchemaProps: spec.SchemaProps{ - Description: "RolloutAfter performs a rollout of the entire cluster one component at a time, control plane first and then machine deployments. Deprecated: This field has no function and is going to be removed in the next apiVersion.", + Description: "RolloutAfter performs a rollout of the entire cluster one component at a time, control plane first and then machine deployments.\n\nDeprecated: This field has no function and is going to be removed in the next apiVersion.", Ref: ref("k8s.io/apimachinery/pkg/apis/meta/v1.Time"), }, }, diff --git a/config/crd/bases/cluster.x-k8s.io_clusters.yaml b/config/crd/bases/cluster.x-k8s.io_clusters.yaml index 2ede29e3c34f..a696a2256b8c 100644 --- a/config/crd/bases/cluster.x-k8s.io_clusters.yaml +++ b/config/crd/bases/cluster.x-k8s.io_clusters.yaml @@ -1008,10 +1008,10 @@ spec: type: integer type: object rolloutAfter: - description: 'RolloutAfter performs a rollout of the entire cluster + description: "RolloutAfter performs a rollout of the entire cluster one component at a time, control plane first and then machine - deployments. Deprecated: This field has no function and is going - to be removed in the next apiVersion.' + deployments. \n Deprecated: This field has no function and is + going to be removed in the next apiVersion." format: date-time type: string variables: