Skip to content

Commit 7d6e188

Browse files
authored
Merge pull request #125 from phisco/did-it-actually-ever-work
2 parents 0dc3c64 + 79c47fc commit 7d6e188

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

apis/spaces/v1beta1/controlplane_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ type ControlPlaneStatus struct {
235235
// ControlPlane is in this condition.
236236
Message string `json:"message,omitempty"`
237237
ControlPlaneID string `json:"controlPlaneID,omitempty"`
238+
// FirstAvailableAt is the time at which the control plane was available for the first time.
239+
// +optional
240+
FirstAvailableAt *metav1.Time `json:"firstAvailableAt,omitempty"`
238241
}
239242

240243
// +kubebuilder:object:root=true

apis/spaces/v1beta1/zz_generated.deepcopy.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)