helm/pkg/kube
Taylor Thomas c69af3d5bd fix(wait): Removes ingress checks
v3 port of #6792

After doing some more digging, I found out that updating the status
of an `Ingress` object is completely optional. Because of this, Helm
cannot support ingresses with the `--wait` flag because there is no
standard way to identify that they are ready

Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
2019-10-25 10:52:37 -06:00
..
fake feat(pkg/kube): add openapi validation for k8s objects 2019-10-08 12:55:19 -07:00
client.go fix(kube): replace rather than delete/create 2019-10-17 09:36:25 -07:00
client_test.go fix(kube): replace rather than delete/create 2019-10-17 09:36:25 -07:00
config.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
converter.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
factory.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
interface.go feat(pkg/kube): add openapi validation for k8s objects 2019-10-08 12:55:19 -07:00
resource.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
resource_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
result.go ref(*): Refactors kube client to be a bit more friendly 2019-07-30 11:51:39 -06:00
wait.go fix(wait): Removes ingress checks 2019-10-25 10:52:37 -06:00