Skip to content

Commit c894633

Browse files
committed
review
1 parent 1fe6f50 commit c894633

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

update/v1alpha1/types_update_status.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ type ControlPlaneInsight struct {
279279
AcquiredAt metav1.Time `json:"acquiredAt"`
280280

281281
// insight is a discriminated union of all insights types that can be reported for the control plane
282+
// +required
282283
Insight ControlPlaneInsightUnion `json:"insight"`
283284
}
284285

@@ -299,6 +300,7 @@ type WorkerPoolInsight struct {
299300
AcquiredAt metav1.Time `json:"acquiredAt"`
300301

301302
// insight is a discriminated union of all insights types that can be reported for a worker pool
303+
// +required
302304
Insight WorkerPoolInsightUnion `json:"insight"`
303305
}
304306

0 commit comments

Comments
 (0)