Skip to content

Commit

Permalink
feat: Fix comment wording
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Draycott <[email protected]>
  • Loading branch information
wikoion committed May 15, 2024
1 parent bf01f95 commit 056cec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controlplane/api/v1beta2/kthreescontrolplanetemplate_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ type KThreesControlPlaneTemplateResourceSpec struct {
// +optional
KThreesConfigSpec bootstrapv1beta2.KThreesConfigSpec `json:"kthreesConfigSpec,omitempty"`

// UpgradeAfter is a field to indicate an upgrade should be performed
// RolloutAfter is a field to indicate an rollout should be performed
// after the specified time even if no changes have been made to the
// KThreesControlPlane
// +optional
RolloutAfter *metav1.Time `json:"upgradeAfter,omitempty"`
RolloutAfter *metav1.Time `json:"rolloutAfter,omitempty"`

// MachineTemplate contains information about how machines should be shaped
// when creating or updating a control plane.
Expand Down

0 comments on commit 056cec8

Please sign in to comment.