Uses Kubernetes API conventions to create or update a resource
Removes get call in `create_or_update_*` methods at kube_client in favor of Kubernetes API conventions for PUT methods. By using a PUT method (like `update_*`) it will create or update the resource.
Showing
Please register or sign in to comment