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
It would be nice if we allowed the creation of Operator instances without having to pass an instance of the KubernetesClient, which in most cases is new DefaultKubernetesClient() anyway.
This would make the code slightly simpler to use.
The text was updated successfully, but these errors were encountered:
It would be nice if we allowed the creation of
Operator
instances without having to pass an instance of theKubernetesClient
, which in most cases isnew DefaultKubernetesClient()
anyway.This would make the code slightly simpler to use.
The text was updated successfully, but these errors were encountered: