Skip to content

Commit 49a0555

Browse files
committed
fix copy-paste error in clusterrequest api
1 parent 467a476 commit 49a0555

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/clusters/v1alpha1/clusterrequest_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ type ClusterRequest struct {
7878
type ClusterRequestList struct {
7979
metav1.TypeMeta `json:",inline"`
8080
metav1.ListMeta `json:"metadata,omitempty"`
81-
Items []Cluster `json:"items"`
81+
Items []ClusterRequest `json:"items"`
8282
}
8383

8484
func init() {

api/clusters/v1alpha1/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)