helm/pkg/storage/driver
Adam Reese c2da4fd53d
ref(*): kubernetes v1.18 (#7831)
Upgrade Kubernetes libraries to v0.18.0

Add new lazy load KubernetesClientSet to avoid missing kubeconfig error

In kubernetes v1.18 kubeconfig validation was added.  Minikube and Kind
both remove kubeconfig when stopping clusters.  This causes and error
when running any helm commands because we initialize the client before
executing the command.

Signed-off-by: Adam Reese <adam@reese.io>
2020-04-13 08:40:38 -07:00
..
cfgmaps.go ref(*): kubernetes v1.18 (#7831) 2020-04-13 08:40:38 -07:00
cfgmaps_test.go Fix a bug in Delete() in storage/driver/cfgmaps.go (#7367) 2020-03-13 11:36:14 -07:00
driver.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
labels.go change copyright to "Copyright The Helm Authors" 2018-08-24 12:03:55 -07:00
labels_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
memory.go fix(tests): Add namespace support to memory driver 2020-02-07 11:41:47 -05:00
memory_test.go fix(memory_test): rebase master 2020-02-07 09:25:23 -08:00
mock_test.go ref(*): kubernetes v1.18 (#7831) 2020-04-13 08:40:38 -07:00
records.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
records_test.go add unit test for RecordsReplace 2020-03-02 14:32:57 +08:00
secrets.go ref(*): kubernetes v1.18 (#7831) 2020-04-13 08:40:38 -07:00
secrets_test.go Fix a bug in storage/driver/secrets.go Delete() (#7348) 2020-03-13 11:35:39 -07:00
util.go Remove references to protobuf (#7425) 2020-01-17 15:56:56 +00:00