Commit Graph

133 Commits (4e8063b1035d7e7383fab842297995d3b3f7f0fb)

Author SHA1 Message Date
Charlie Getzen 6b2f408f8e Merge branch 'master' of https://github.com/kubernetes/helm into cg/kube_create_goroutine
5 years ago
Charlie Getzen 02ccb33bdc use WaitGroup instead of channels and counters
5 years ago
Charlie Getzen 8dd89867ff Add check on empty list
5 years ago
Richard Connon 55ccdd040d Use watcher with retries to wait for resources
5 years ago
Sakura 627283ac74
fix typo
5 years ago
Yusuke Kuoka ae52477fbd fix: upgrade with CRD changes
5 years ago
Tariq Ibrahim 276bb9b1c8
fix golint issues reported by make test
5 years ago
Martin Hickey c3242d1be4
Merge pull request #5532 from mortent/WaitForDelete
5 years ago
Morten Torkildsen cb2207c2fb fix(helm): Delete hooks should wait for resource to be removed from etcd before continuing
5 years ago
Morten Torkildsen ad886c5e36 fix(helm): Disable schema validation for manifests
6 years ago
Morten Torkildsen 94adb5bbe0 fix(helm): Only validate new manifests
6 years ago
Charlie Getzen 9f1a62783a batch perform function by resource kind (Deployment, Pod, etc)
6 years ago
Charlie Getzen 0075154a39 Use a goroutine when interacting with kube api
6 years ago
Matthew Fisher 0d81d92a01
Merge pull request #5112 from mortent/WaitCRDEstablished
6 years ago
Morten Torkildsen 32d7f1a3fc fix(helm): Fix manifest validation
6 years ago
Matthew Fisher 53d432fa58
Merge pull request #4871 from flant/fix-no-resource-with-the-name-found
6 years ago
Timofey Kirillov faa5fd0b5e Add clarification log messages before calling cleanup-on-fail during update
6 years ago
Morten Torkildsen b8e40a7c31 fix(helm): Wait for CRDs to reach established state for crd_install hook
6 years ago
Matthew Fisher 3c871c0030
chore(glide): bump kubernetes to 1.14
6 years ago
Pavel Eremeev 535f9cece5 refactor(*): update error message
6 years ago
Fernando Barbosa bf7106f6c0
Add cleanup on fail after wait
6 years ago
Timofey Kirillov 5ffe4ce588
Fix `no RESOURCE with the name NAME found`
6 years ago
Pavel Eremeev bc85db3a19 refactor(*): make "not found" error message user-friendly
6 years ago
Jacob LeGrone 55fbed95d5
feat(resource-policy): delete manifests when policy value is delete
6 years ago
Michelle Noorali d6ec975f74
Merge pull request #5140 from eladiw/master
6 years ago
Ian Howell a1ea9678be Add unit tests for checking sort order on helm get
6 years ago
James Ravn ab0ba3aa63 fix(tiller): respect resource policy on upgrade (#5225)
6 years ago
Elad Iwanir cbf9ad11be fix minor build issue
6 years ago
Elad Iwanir 7c55fdcf02 Sort resources output by 'helm status'
6 years ago
Taylor Thomas 6d3809a416 ref(kube): Gets rid of superfluous Sprintf call
6 years ago
Taylor Thomas 88af9659a2
Merge pull request #4928 from mortent/FixCustomResourcePrinting
6 years ago
Taylor Thomas 58272bfd4a
Merge pull request #4930 from mortent/FixStatusPodOutput
6 years ago
Morten Torkildsen 55a338579a fix(helm): Allow custom resources in hooks (#4986)
6 years ago
Morten Torkildsen ede43a313d fix(helm): Print details for pod resource
6 years ago
Morten Torkildsen 5ac37fba99 fix(helm): Fix linebreaks when printing custom resources
6 years ago
Matt Farina e91e961587
Merge pull request #4809 from mortent/FixOutputWhitespace
6 years ago
Adam Reese fb0e03ebde
ref(kube): use external api types where possible
6 years ago
Morten Torkildsen 586dc1db61 fix(helm): Use line breaks consistently in status output
6 years ago
Morten Torkildsen dd9ed71429 fix(helm): Update status output to include resource details (#4791)
6 years ago
Adam Reese dbf84cd229
ref(*): kubernetes v1.12 support
6 years ago
Adam Reese efadbd8803
ref(*): kubernetes v1.11 support
6 years ago
Matthew Fisher 2d77db11fa change copyright to "Copyright The Helm Authors"
6 years ago
Adam Reese b831efdf58
fix(kube): run schema validation on BuildUnstructured
7 years ago
Adam Reese cefee4b749
fix(kube): output internal object table
7 years ago
Adam Reese 6ffff5fea9
fix(kube): get correct versioned object from info helper
7 years ago
Adam Reese 31ddd707e8
fix(kube): use correct object type in watch
7 years ago
AdamDang ee9ef91df0
typo fix get->Get's
7 years ago
AdamDang 138de17c64
Fix some typos
7 years ago
Adam Reese 7c19cb7040
ref(*): kubernetes v1.10 support
7 years ago
Matt Farina e6137ff05f
fix(api-machinery): Fixes patching for unstructured objects
7 years ago