k8s-api icon indicating copy to clipboard operation
k8s-api copied to clipboard

Filter paths from api specification

Open franpilot opened this issue 5 months ago • 2 comments

Filter some paths from the OpenAPI specification. This is useful when you want to use a specific version of the API, or when you want to use a specific group of resources.

(def k8s (k8s/client "http://some.host" {:token "..."
                                         :openapi {:apis ["some.api/v1alpha1", "another.api"]}}))

Another use case is to use a group of resources that aren't custom resource definition.

franpilot avatar Feb 29 '24 12:02 franpilot

Released version 0.5.0-SNAPSHOT

franpilot avatar Feb 29 '24 14:02 franpilot

Released version 0.5.1-SNAPSHOT

franpilot avatar Mar 27 '24 22:03 franpilot