Skip to content

Commit

Permalink
Merge pull request #198 from kubefirst/feat-workload-cluster-set
Browse files Browse the repository at this point in the history
feat: add workload cluster set
  • Loading branch information
claywd authored Oct 12, 2023
2 parents 13f2606 + e42e3bf commit 3a47aab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/types/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,7 @@ type WorkloadCluster struct {
NodeCount int `bson:"node_count,omitempty" json:"node_count,omitempty"`
Status string `bson:"status,omitempty" json:"status,omitempty"`
}

type WorkloadClusterSet struct {
Clusters []WorkloadCluster `json:"clusters"`
}

0 comments on commit 3a47aab

Please sign in to comment.