Skip to content

Commit 632fda1

Browse files
Fix deprecation marker for RolloutAfter
Signed-off-by: killianmuldoon <[email protected]>
1 parent 34e2fa7 commit 632fda1

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

api/v1beta1/cluster_types.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@ type Topology struct {
8383

8484
// RolloutAfter performs a rollout of the entire cluster one component at a time,
8585
// control plane first and then machine deployments.
86-
// +optional
86+
//
8787
// Deprecated: This field has no function and is going to be removed in the next apiVersion.
88+
//
89+
// +optional
8890
RolloutAfter *metav1.Time `json:"rolloutAfter,omitempty"`
8991

9092
// ControlPlane describes the cluster control plane.

api/v1beta1/zz_generated.openapi.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/cluster.x-k8s.io_clusters.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)