Skip to content

Commit dba415f

Browse files
authored
Merge pull request #156 from upbound/class-class-class
2 parents 5cbf7c6 + 25b7367 commit dba415f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apis/spaces/v1beta1/controlplane_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ type ControlPlaneStatus struct {
233233

234234
// ControlPlaneClassStatus represents the status of the ControlPlane's class.
235235
type ControlPlaneClassStatus struct {
236+
// Current holds the actual class of the control plane after a successful transition.
237+
Current string `json:"current,omitempty"`
236238
// Size holds the status information about the control plane size,
237239
// including resource usage.
238240
Size *ControlPlaneSizeStatus `json:"size,omitempty"`

0 commit comments

Comments
 (0)