Skip to content

Commit

Permalink
chore(status): changing ready description
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Tranchitella <[email protected]>
  • Loading branch information
prometherion committed Dec 13, 2023
1 parent aed438a commit 58e5c03
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions api/v1alpha1/kamajicontrolplane_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ type DeploymentComponent struct {

// KamajiControlPlaneStatus defines the observed state of KamajiControlPlane.
type KamajiControlPlaneStatus struct {
// the TenantControlPlane has completed initialization.
// The TenantControlPlane has completed initialization.
Initialized bool `json:"initialized"`
// The TenantControlPlane API Server is ready to receive requests.
// The Kamaji Control Plane is ready to link Cluster API with the Tenant Control Plane.
Ready bool `json:"ready"`

// Total number of fully running and ready control plane instances.
Expand Down
4 changes: 2 additions & 2 deletions config/control-plane-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3836,10 +3836,10 @@ spec:
description: Share the failed process of the KamajiControlPlane provider which wasn't able to complete the reconciliation for the given resource.
type: string
initialized:
description: the TenantControlPlane has completed initialization.
description: The TenantControlPlane has completed initialization.
type: boolean
ready:
description: The TenantControlPlane API Server is ready to receive requests.
description: The Kamaji Control Plane is ready to link Cluster API with the Tenant Control Plane.
type: boolean
readyReplicas:
description: Total number of fully running and ready control plane instances.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6202,11 +6202,11 @@ spec:
which wasn't able to complete the reconciliation for the given resource.
type: string
initialized:
description: the TenantControlPlane has completed initialization.
description: The TenantControlPlane has completed initialization.
type: boolean
ready:
description: The TenantControlPlane API Server is ready to receive
requests.
description: The Kamaji Control Plane is ready to link Cluster API
with the Tenant Control Plane.
type: boolean
readyReplicas:
description: Total number of fully running and ready control plane
Expand Down

0 comments on commit 58e5c03

Please sign in to comment.