Skip to content

Commit

Permalink
add ClusterVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
juandspy committed May 6, 2022
1 parent b7c89e7 commit fa6d5cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion testdata/testdata.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ const (
Org2ID = types.OrgID(2)

// ClusterName represents ID of cluster that belongs to known organization
ClusterName = types.ClusterName("84f7eedc-0dd8-49cd-9d4d-f6646df3a5bc")
ClusterName = types.ClusterName("84f7eedc-0dd8-49cd-9d4d-f6646df3a5bc")
// ClusterVersion represents the version of the cluster that belongs to known organization
ClusterVersion = types.Version("1.0")

UserID = types.UserID("1")
User2ID = types.UserID("2")
BadClusterName = types.ClusterName("aaaa")
Expand Down

0 comments on commit fa6d5cd

Please sign in to comment.