-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Implement general-purpose annotation function for resources #42
Comments
…O classes (#46) Contributes to #45. Contributes to #42. There are significant parallels in the mechanisms for kubeconfig + discovery cache loading and synchronization that we "formalize" here. Practically speaking, this gives us clean and scalable room to expand, say, the discovery cache to populate and maintain specialized "views" of the data without creating variable + method sprawl in the top-level namespace.
At first glance, this'll primarily require a refinement to That is, we can obviate the former by extending the latter to accept a collection of field references to narrow each element in the returned list down to. For example, the following might be used to replicate (kele--list-resources
"apps"
"v1"
"deployments"
:namespace "my-namespace"
:context "my-context"
:fields '(.metadata.name)) |
This is important now that |
This could display things like:
The text was updated successfully, but these errors were encountered: