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.
The text was updated successfully, but these errors were encountered:
Official java client and python client are generated by swagger code-gen, kubernetes-client/gen, the structure of two java client libraries are quite different.
IMHO, golang is the only right way for managing kubernetes now. There is not equial of kubectl apply now in other library. kubectl apply can act as a diff tool, which is quite import for managing kubernetes as code.
You might be interested in helm and [ksonnet)(https://github.com/ksonnet)
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.
The text was updated successfully, but these errors were encountered: