You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i.e. it requires you having the type K already implementing Meta.
If we instead do this type of impls on DynamicResource, and construct the GVK behind the seems, it seems plausible to me that users can get an Api with a GVK family.
Acceptance goals: dynamic_api example should be extendable so that we can add a dynapi.list() at every stage and print names of everything.
This would give us functionality like kubectl get all --all.
At the moment the api-discovery system in the client gives you
DynamicResource
s in master.However, to be turned into an
Api
, it goes thorugh:i.e. it requires you having the type
K
already implementingMeta
.If we instead do this type of impls on
DynamicResource
, and construct the GVK behind the seems, it seems plausible to me that users can get anApi
with aGVK
family.What do you think @MikailBag ?
The text was updated successfully, but these errors were encountered: