Skip to content

Commit

Permalink
chore: remove cluster version crd (#7026)
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-inf authored Aug 2, 2024
1 parent 0bbc36b commit 49be5b6
Show file tree
Hide file tree
Showing 133 changed files with 425 additions and 10,304 deletions.
3 changes: 1 addition & 2 deletions apis/apps/v1alpha1/backuppolicytemplate_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ type ValueFrom struct {
}

type ValueMapping struct {
// Represents an array of names of ClusterVersion or ComponentDefinition that can be mapped to
// the appropriate version of the backup tool image.
// Represents an array of names of ComponentDefinition that can be mapped to the appropriate version of the backup tool image.
//
// This mapping allows different versions of component images to correspond to specific versions of backup tool images.
//
Expand Down
1 change: 0 additions & 1 deletion apis/apps/v1alpha1/cluster_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ kind: Cluster
metadata:
name: wesql
spec:
clusterVersionRef: cluster-version-consensus
clusterDefinitionRef: cluster-definition-consensus
componentSpecs:
- name: wesql-test
Expand Down
243 changes: 0 additions & 243 deletions apis/apps/v1alpha1/clusterversion_types.go

This file was deleted.

Loading

0 comments on commit 49be5b6

Please sign in to comment.