Skip to content

Commit

Permalink
Update multicasskops CRD
Browse files Browse the repository at this point in the history
Related: cscetbon#123
  • Loading branch information
AKamyshnikova committed Sep 4, 2023
1 parent a90acb8 commit a842d9d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
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
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

0 comments on commit a842d9d

Please sign in to comment.