Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update multicasskops CRD #124

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion charts/multi-casskop/crds/db.orange.com_multicasskops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ spec:
scope: Namespaced
subresources:
status: {}
version: v2
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why remove the default version ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Default version is the version with storage: true

versions:
- name: v1
served: true
Expand Down
1 change: 1 addition & 0 deletions multi-casskop/api/v2/cassandramulticluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ type MultiCasskopStatus struct {

// MultiCasskop is the Schema for the MultiCasskops API
// +k8s:openapi-gen=true
// +kubebuilder:subresource:status
type MultiCasskop struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ spec:
scope: Namespaced
subresources:
status: {}
version: v2
versions:
- name: v1
served: true
Expand Down
Loading