Commit Graph

181 Commits (ec870d0a3db087a868a513bdd1a913770bff9fb8)

Author SHA1 Message Date
Adam Reese 572b92dc8a
feat(pkg/kube): add openapi validation for k8s objects
5 years ago
Taylor Thomas 63c994343b feat(wait): Ports ingress wait to v3
5 years ago
Taylor Thomas 07c950fc41
Merge pull request #6571 from cgetzen/cg/dev-v3/kube_create_goroutine
5 years ago
Charlie Getzen d2cafdc063 modify resources to match helm3
5 years ago
Charlie Getzen ce4ca05d0a use WaitGroup instead of channels and counters
5 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
5 years ago
Charlie Getzen 25bbd88639 Add check on empty list
5 years ago
Charlie Getzen 4c39d2b63f batch perform function by resource kind (Deployment, Pod, etc)
5 years ago
Charlie Getzen f7a05ba018 Use a goroutine when interacting with kube api
5 years ago
Matt Farina e3137d106a
Migrating dependency management to go modules
5 years ago
Taylor Thomas 3cc0240d8d
Merge pull request #6549 from perher/no-wait-paused-v3
5 years ago
Taylor Thomas 6ccb2897d9 PR fixes
5 years ago
Per Hermansson f5e977b8ed Skip waiting for paused deployments
5 years ago
Taylor Thomas 36f3a4b326 fix(action): Protects against current resource conflicts
5 years ago
Taylor Thomas 17854e83af feat(*): Ports `--cleanup-on-fail` to v3
5 years ago
Matt Butcher 0f332b67f1
fix: clear the discovery cache after CRDs are installed (#6332)
5 years ago
Vibhav Bobade 5a07055645 Add IsReachable to /pkg/kube/client to see if connected to the internet
5 years ago
Adam Reese cc98242feb
fix(pkg/kube): only wait for events from Jobs and Pods
5 years ago
Jacob LeGrone 2bd94bc552
Merge branch 'dev-v3' of https://github.com/helm/helm into test-as-hook
5 years ago
Taylor Thomas b46d7fd527 fix(kube): Fixes nil panic with stateful set waiting
5 years ago
Jacob LeGrone 08b2d8a2dc
Merge branch 'dev-v3' of https://github.com/helm/helm into test-as-hook
5 years ago
Matthew Fisher 18ca0dd6c4
ref(client): use three-way merge patch strategy
5 years ago
Jacob LeGrone 49987975a8
fix(test): wait for pods and record status
5 years ago
Taylor Thomas dd8222d7f2 Removes clientset method from interface in favor of the configuration struct
5 years ago
Taylor Thomas 189b5a1229 Fixed object typing for watching Jobs/hooks
5 years ago
Taylor Thomas 15fc57f8a3 ref(*): Refactors kube client to be a bit more friendly
5 years ago
Taylor Thomas 1dac8421ef ref(kube): Renames `Result` type to `ResourceList`
5 years ago
Martin Hickey 5410e7d346 Fix style conformance issues
5 years ago
Matthew Fisher 880f4456b3
Merge pull request #6046 from bacongobbler/fix-5654
5 years ago
Matthew Fisher b5d555e4ea
fix(kube): remove namespace enforcement
5 years ago
Taylor Thomas 29c343278e feat(action): Refactors unit tests with better fakes
5 years ago
Taylor Thomas eaa7d8c7c4 feat(wait): Adds smarter waiting for DaemonSets and StatefulSets
5 years ago
Marc Khouzam 81321532e6 Fix linter issuers
5 years ago
Taylor Thomas c8c854a35c fix(pkg/kube): Fixes wait functionality
5 years ago
Adam Reese 77a1b7e0a2
ref(*): expose klog flags
5 years ago
Adam Reese 0338576fc5
ref(pkg/kube): cleanup kube client interface
5 years ago
Adam Reese b97f881be0
ref(*): use time.Duration for timeouts
5 years ago
Adam Reese 2dd4744d23
ref(pkg/kube): extract wait logic from install/update
5 years ago
Michelle Noorali ceab13e9a1 fix test command, move test to test run subcmd
5 years ago
Adam Reese fe06343b8f
Merge pull request #5512 from adamreese/v3/linter-fixes
5 years ago
Adam Reese 295092cd7d
ref(pkg/action): refactoring dup code and linter fixes
5 years ago
Matthew Fisher bb179bdead
chore(dep): bump kubernetes to 1.14.0
5 years ago
Adam Reese 14d8e97d2a
fix(*): resolve new govet issues
6 years ago
Adam Reese 895e9192d4
feat(*): use vanity import helm.sh/helm
6 years ago
Matthew Fisher 2571dbf82f
ref: remove pkg/helm, pkg/hapi, pkg/tiller
6 years ago
Adam Reese f791421fab
feat(Makefile): add formatting target
6 years ago
Matt Butcher f3bfae5ea7
fix: fix a number of style errors (#5136)
6 years ago
Adam Reese b4ed1de6b8
ref(*): kubernetes v1.12 support
6 years ago
Adam Reese 4f26b658d8
change copyright to "Copyright The Helm Authors"
6 years ago
Adam Reese f012940d9c
ref(*): refactor chart/chartutil
6 years ago