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.
1 parent 1fe6f50 commit c894633Copy full SHA for c894633
update/v1alpha1/types_update_status.go
@@ -279,6 +279,7 @@ type ControlPlaneInsight struct {
279
AcquiredAt metav1.Time `json:"acquiredAt"`
280
281
// insight is a discriminated union of all insights types that can be reported for the control plane
282
+ // +required
283
Insight ControlPlaneInsightUnion `json:"insight"`
284
}
285
@@ -299,6 +300,7 @@ type WorkerPoolInsight struct {
299
300
301
302
// insight is a discriminated union of all insights types that can be reported for a worker pool
303
304
Insight WorkerPoolInsightUnion `json:"insight"`
305
306
0 commit comments