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

Reorganize the Khepri tree #11225

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Reorganize the Khepri tree #11225

wants to merge 5 commits into from

Conversation

dumbbell
Copy link
Member

@dumbbell dumbbell commented May 14, 2024

Note

The description is to be written.

Goal:

<root>
|-- users
|   `-- $username
|-- vhosts
|   `-- $vhost
|       |-- user_permissions
|       |   `-- $username
|       |-- exchanges
|       |   `-- $exchange
|       |       |-- bindings
|       |       |   |-- queues
|       |       |   |   `-- $queue
|       |       |   `-- exchanges
|       |       |       `-- $exchange
|       |       |-- serial
|       |       `-- user_permissions
|       |           `-- $username
|       |-- queues
|       |   `-- $queue
|       `-- runtime_params
|           `-- $param_name
|-- runtime_params
|   `-- $param_name
|-- mirrored_supervisors
|   `-- $group
|       `-- $id
`-- node_maintenance
    `-- $node

@dumbbell dumbbell requested a review from dcorbacho May 14, 2024 09:58
@dumbbell dumbbell self-assigned this May 14, 2024
@mergify mergify bot added the bazel label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant