We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cbf7c6 + 25b7367 commit dba415fCopy full SHA for dba415f
apis/spaces/v1beta1/controlplane_types.go
@@ -233,6 +233,8 @@ type ControlPlaneStatus struct {
233
234
// ControlPlaneClassStatus represents the status of the ControlPlane's class.
235
type ControlPlaneClassStatus struct {
236
+ // Current holds the actual class of the control plane after a successful transition.
237
+ Current string `json:"current,omitempty"`
238
// Size holds the status information about the control plane size,
239
// including resource usage.
240
Size *ControlPlaneSizeStatus `json:"size,omitempty"`
0 commit comments