Skip to content

Commit

Permalink
Add 1.28 fake cluster
Browse files Browse the repository at this point in the history
Update client-go to 0.28.3
  • Loading branch information
yalosev committed Nov 28, 2023
1 parent ba2fc85 commit 366fe43
Show file tree
Hide file tree
Showing 4 changed files with 700 additions and 519 deletions.
4 changes: 4 additions & 0 deletions fake/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ func ClusterResources(version ClusterVersion) []*metav1.APIResourceList {

case ClusterVersionV127:
return v127ClusterResources

case ClusterVersionV128:
return v128ClusterResources
}

return nil
Expand All @@ -71,6 +74,7 @@ const (
ClusterVersionV125 ClusterVersion = "v1.25.0"
ClusterVersionV126 ClusterVersion = "v1.26.0"
ClusterVersionV127 ClusterVersion = "v1.27.0"
ClusterVersionV128 ClusterVersion = "v1.28.0"
)

func (cv ClusterVersion) String() string {
Expand Down
Loading

0 comments on commit 366fe43

Please sign in to comment.