helm/pkg/kube
Adam Reese cc98242feb
fix(pkg/kube): only wait for events from Jobs and Pods
Fixes issue of waiting for events from hook objects that are not Jobs or
Pods.

Signed-off-by: Adam Reese <adam@reese.io>
2019-08-12 11:26:12 -07:00
..
fake Removes clientset method from interface in favor of the configuration struct 2019-07-30 11:51:40 -06:00
client.go fix(pkg/kube): only wait for events from Jobs and Pods 2019-08-12 11:26:12 -07:00
client_test.go ref(client): use three-way merge patch strategy 2019-08-02 09:07:51 -07:00
config.go chore(dep): bump kubernetes to 1.14.0 2019-03-25 14:01:01 -07:00
converter.go Fixed object typing for watching Jobs/hooks 2019-07-30 11:51:39 -06:00
factory.go chore(dep): bump kubernetes to 1.14.0 2019-03-25 14:01:01 -07:00
interface.go fix(test): wait for pods and record status 2019-08-02 00:16:02 -04:00
resource.go ref(kube): Renames Result type to ResourceList 2019-07-30 11:51:39 -06:00
resource_test.go ref(kube): Renames Result type to ResourceList 2019-07-30 11:51:39 -06:00
result.go ref(*): Refactors kube client to be a bit more friendly 2019-07-30 11:51:39 -06:00
wait.go fix(kube): Fixes nil panic with stateful set waiting 2019-08-07 11:46:27 -06:00