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

Add all CRDs to the openstack category #164

Merged
merged 1 commit into from
Jan 3, 2025
Merged

Conversation

mdbooth
Copy link
Contributor

@mdbooth mdbooth commented Dec 23, 2024

This allows the user to do 'kubectl get openstack' to list all ORC OpenStack resources
of every type, e.g.:

$ kubectl get openstack
NAME                                                ID                                     AVAILABLE   MESSAGE                           AGE
flavor.openstack.k-orc.cloud/mbooth-cirros-flavor   5b2647a4-888f-4993-87c7-92851d21da01   True        OpenStack resource is available   49s

NAME                                               ID                                     AVAILABLE   MESSAGE                     AGE
image.openstack.k-orc.cloud/mbooth-cirros-cirros   d11a362a-a4c5-4141-b0d3-7ad41f486607   True        Glance image is available   49s

NAME                                                           ID                                     AVAILABLE   MESSAGE                           AGE
network.openstack.k-orc.cloud/mbooth-cirros-provider-network   3fdeb18a-2ad4-4536-bc23-c3c488a382ad   True        OpenStack resource is available   49s

NAME                                            ID                                     AVAILABLE   MESSAGE                           AGE
port.openstack.k-orc.cloud/mbooth-cirros-port   656c452f-5cc1-4d8c-b54b-14eb04e5df1c   True        OpenStack resource is available   49s

NAME                                                          ID                                     AVAILABLE   MESSAGE                           AGE
securitygroup.openstack.k-orc.cloud/mbooth-cirros-allow-ssh   34d2f291-c47c-41f5-9a86-0f1e8f34875a   True        OpenStack resource is available   49s

NAME                                                ID                                     AVAILABLE   MESSAGE                           AGE
server.openstack.k-orc.cloud/mbooth-cirros-server   c832db5e-38de-4a35-87f4-341ef09373e8   True        OpenStack resource is available   49s

NAME                                                              ID                                     AVAILABLE   MESSAGE                           AGE
subnet.openstack.k-orc.cloud/mbooth-cirros-provider-subnet-ipv4   489315d5-1d84-4b7f-9349-f5a14faff452   True        OpenStack resource is available   49s
subnet.openstack.k-orc.cloud/mbooth-cirros-provider-subnet-ipv6   e4dba1d2-f211-4d19-96f9-367eb281a41d   True        OpenStack resource is available   49s

@github-actions github-actions bot added the semver:patch No API change label Dec 23, 2024
@pierreprinetti
Copy link
Member

Or just "orc"?

@pierreprinetti
Copy link
Member

Or "openstack" 🤔

@mdbooth
Copy link
Contributor Author

mdbooth commented Dec 24, 2024

Or "openstack" 🤔

This was my first choice. Might go back to it. Mostly worried about the potential for naming conflicts, but I guess we're (or anybody else) unlikely to have a resource called 'openstack'... are we?

This allows the user to do 'kubectl get openstack' to list all ORC
OpenStack resources of every type.
@mdbooth mdbooth changed the title Add all CRDs to the k-orc category Add all CRDs to the openstack category Jan 3, 2025
Copy link
Collaborator

@mandre mandre left a comment

Choose a reason for hiding this comment

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

Great.

@mandre mandre merged commit c699338 into k-orc:main Jan 3, 2025
8 checks passed
@mandre mandre deleted the category branch January 3, 2025 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch No API change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants