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
This will make it easy for users of the client library to replicate kubectl create -f <manifest.yml> functionality in python modules. Java client offers this functionality with client.load("manifest.yml) function.