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
suggests all list operations in the spec have the same optional parameters (except for the API discovery ones at the crate root that have no parameters at all): continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch
So all list operation functions could be a single type with those fields minus watch, and all watch operation functions could be the same type with those fields minus continue and watch.
The text was updated successfully, but these errors were encountered:
suggests all list operations in the spec have the same optional parameters (except for the API discovery ones at the crate root that have no parameters at all):
continue
,fieldSelector
,labelSelector
,limit
,resourceVersion
,timeoutSeconds
,watch
So all list operation functions could be a single type with those fields minus
watch
, and all watch operation functions could be the same type with those fields minuscontinue
andwatch
.The text was updated successfully, but these errors were encountered: