• Michelle Noorali's avatar
    ref(kube): delete skips IsNotFound errs · 50d8d36d
    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 Loading commit data...
client_test.go Loading commit data...
log.go Loading commit data...
tunnel.go Loading commit data...
tunnel_test.go Loading commit data...