Skip to content

Commit

Permalink
Merge pull request #8925 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…8924-to-release-1.4

[release-1.4] 🐛 Fix deprecation marker for RolloutAfter
  • Loading branch information
k8s-ci-robot committed Jun 27, 2023
2 parents 0691165 + 2d84a18 commit 00dbf7b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion api/v1beta1/cluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion api/v1beta1/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions config/crd/bases/cluster.x-k8s.io_clusters.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00dbf7b

Please sign in to comment.