helm/pkg
Eng Zer Jun e12f3570b5
refactor: use os.ReadDir for lightweight directory reading
`os.ReadDir` was added in Go 1.16 as part of the deprecation of `ioutil`
package. It is a more efficient implementation than `ioutil.ReadDir` as
stated here https://pkg.go.dev/io/ioutil#ReadDir.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-01-18 21:31:57 +08:00
..
action Moving uploader and pusher out of action into pkg 2022-01-13 08:22:51 -05:00
chart Updated tag resolver logic 2022-01-11 21:47:03 -05:00
chartutil validate release name during install 2021-12-29 14:45:05 +08:00
cli HELM_REGISTRY_CONFIG: change default file of registry config to config.json 2022-01-11 15:19:28 -05:00
downloader refactor: use os.ReadDir for lightweight directory reading 2022-01-18 21:31:57 +08:00
engine Fixing issue with non-existant .Template when using tpl function 2021-08-31 10:19:54 -04:00
gates pkg/gates: add unit test for String 2020-02-17 13:48:12 +08:00
getter refactor internal/experimental/registry to pkg/registry 2022-01-12 21:49:26 -05:00
helmpath Use buffered channel for signal notification 2021-11-16 15:42:48 +00:00
kube Merge pull request #10209 from yxxhero/fix_sa_issue 2022-01-10 18:05:17 +00:00
lint Fix specifying of Kubernetes version from build scripts 2021-11-18 11:48:02 -05:00
plugin Update HELM_PLUGIN_SELF -> HELM_PLUGIN_DIR (#10380) 2021-11-25 23:50:53 -08:00
postrender chore: Spelling (#9410) 2021-03-15 21:11:57 -04:00
provenance Add nolint comments 2021-11-16 12:13:39 -05:00
pusher Moving uploader and pusher out of action into pkg 2022-01-13 08:22:51 -05:00
registry Removing all the checks for oci experimental flag 2022-01-12 21:49:26 -05:00
release chore: Spelling (#9410) 2021-03-15 21:11:57 -04:00
releaseutil add kind_sorter support for SecretList 2020-05-21 18:23:00 +08:00
repo refactor internal/experimental/registry to pkg/registry 2022-01-12 21:49:26 -05:00
storage fix(typo): fix typo of storage doc 2021-07-22 23:32:06 +08:00
strvals fix conflict 2020-07-01 21:38:44 +08:00
time remove redudant time func 2020-09-23 23:32:56 +02:00
uploader Moving uploader and pusher out of action into pkg 2022-01-13 08:22:51 -05:00