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
When calling List or Watch on a kubernetes resource client with a namespace whitelist, a namespace argument with the value "" should query all namespaces in the whitelist. Currently the operation will fail because "" will not be present in a whitelist containing more than one element.
The text was updated successfully, but these errors were encountered:
joekelley
changed the title
Implement "namespaceAll" with "whitelistNamespaces" when present
Substitute "namespaceAll" with "whitelistNamespaces" when present
Sep 9, 2019
When calling
List
orWatch
on a kubernetes resource client with a namespace whitelist, a namespace argument with the value""
should query all namespaces in the whitelist. Currently the operation will fail because""
will not be present in a whitelist containing more than one element.The text was updated successfully, but these errors were encountered: