Skip to content

Commit

Permalink
status: add some missing list annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
petr-muller committed Oct 8, 2024
1 parent 2f067c2 commit b01ad07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions update/v1alpha1/types_update_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ type UpdateStatusStatus struct {
ControlPlane ControlPlaneUpdateStatus `json:"controlPlane"`

// workerPools contains summaries and insights related to the worker pools update
// +listType=map
// +listMapKey=name
// +optional
WorkerPools []PoolUpdateStatus `json:"workerPools,omitempty"`

Expand Down Expand Up @@ -113,6 +115,8 @@ type UpdateInformer struct {

// Insights is a list of insights produced by this producer
// +optional
// +listType=map
// +listMapKey=uid
Insights []UpdateInsight `json:"insights,omitempty"`
}

Expand Down

0 comments on commit b01ad07

Please sign in to comment.