-
Michelle Noorali authored
Currently, delete returns an error if a resource is not found. That is a bit confusing because if you delete something that is not found, the end state is not really an error. The end state is what you wanted to do in the first place. This type of error is not propogated from the kube client but it is logged in tiller. We could also change this to keep returning errors (even the not found) and filter it out in the release server.
50d8d36d
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
client.go | ||
client_test.go | ||
log.go | ||
tunnel.go | ||
tunnel_test.go |