Skip to content

Commit

Permalink
Merge pull request #107 from vaikas/categories
Browse files Browse the repository at this point in the history
add all to crd categories
  • Loading branch information
ChunyiLyu authored Apr 10, 2021
2 parents 84006c8 + 4231281 commit 24dfb31
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/crd/bases/rabbitmq.com_bindings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spec:
listKind: BindingList
plural: bindings
singular: binding
categories:
- all
scope: Namespaced
versions:
- name: v1alpha2
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/rabbitmq.com_exchanges.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spec:
listKind: ExchangeList
plural: exchanges
singular: exchange
categories:
- all
scope: Namespaced
versions:
- name: v1alpha2
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/rabbitmq.com_permissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spec:
listKind: PermissionList
plural: permissions
singular: permission
categories:
- all
scope: Namespaced
versions:
- name: v1alpha2
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/rabbitmq.com_policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spec:
listKind: PolicyList
plural: policies
singular: policy
categories:
- all
scope: Namespaced
versions:
- name: v1alpha2
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/rabbitmq.com_queues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spec:
listKind: QueueList
plural: queues
singular: queue
categories:
- all
scope: Namespaced
versions:
- name: v1alpha2
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/rabbitmq.com_users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spec:
listKind: UserList
plural: users
singular: user
categories:
- all
scope: Namespaced
versions:
- name: v1alpha2
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/rabbitmq.com_vhosts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spec:
listKind: VhostList
plural: vhosts
singular: vhost
categories:
- all
scope: Namespaced
versions:
- name: v1alpha2
Expand Down

0 comments on commit 24dfb31

Please sign in to comment.