From 056cec88a68ace43ebb8d4349b52e47cb96c1b76 Mon Sep 17 00:00:00 2001 From: Richard Draycott Date: Wed, 15 May 2024 16:25:51 +0200 Subject: [PATCH] feat: Fix comment wording Signed-off-by: Richard Draycott --- controlplane/api/v1beta2/kthreescontrolplanetemplate_types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controlplane/api/v1beta2/kthreescontrolplanetemplate_types.go b/controlplane/api/v1beta2/kthreescontrolplanetemplate_types.go index c27bfa9c..508eeac1 100644 --- a/controlplane/api/v1beta2/kthreescontrolplanetemplate_types.go +++ b/controlplane/api/v1beta2/kthreescontrolplanetemplate_types.go @@ -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.