Expand description
API discovery helpers โ GroupVersion parsing + path construction.
Tiny helper layer that turns the typed GroupVersionKind /
GroupVersionResource from kind.rs into the URL path segments
the apiserver router needs.
Functionsยง
- api_
version - Build the
apiVersionstring from a GVK. - item_
path - Construct the REST path for a single-item GET / PUT / PATCH / DELETE.
- list_
path - Construct the REST path for a List/Watch on a resource.