• 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
..
chartutil Loading commit data...
client Loading commit data...
engine Loading commit data...
helm Loading commit data...
ignore Loading commit data...
kube Loading commit data...
lint Loading commit data...
proto/hapi Loading commit data...
provenance Loading commit data...
repo Loading commit data...
storage Loading commit data...
timeconv Loading commit data...
version Loading commit data...