k3s/pkg/client/clientcmd
Clayton Coleman 6918a4d32e Replace automatic YAML decoding with opt-in YAML decoding
Base codecs no longer automically handle YAML.  Instead, clients
must convert to JSON first via yaml.ToJSON and runtime.YAMLDecoder.
2015-03-20 00:03:56 -04:00
..
api Replace automatic YAML decoding with opt-in YAML decoding 2015-03-20 00:03:56 -04:00
auth_loaders.go Generate standalone kubeconfig on kube-up, clear on kube-down. 2015-03-10 14:23:34 -07:00
client_config.go Let .kubeconfig populate ca/cert/key data, and basic-auth username/password in client configs 2015-02-19 11:29:42 -05:00
client_config_test.go Let .kubeconfig populate ca/cert/key data, and basic-auth username/password in client configs 2015-02-19 11:29:42 -05:00
doc.go Revert "Revert "add kubeconfig types"" 2015-01-08 09:42:30 -05:00
loader.go allow any number of kubeconfig files 2015-03-17 08:49:34 -04:00
loader_test.go allow any number of kubeconfig files 2015-03-17 08:49:34 -04:00
merged_client_builder.go add namespace to kubeconfig file 2015-01-20 16:07:54 -05:00
merged_client_builder_test.go allow any number of kubeconfig files 2015-03-17 08:49:34 -04:00
overrides.go Simplify generating kubeconfig with embeded cert data 2015-03-03 12:18:07 -08:00
validation.go Let .kubeconfig populate ca/cert/key data, and basic-auth username/password in client configs 2015-02-19 11:29:42 -05:00
validation_test.go Let .kubeconfig populate ca/cert/key data, and basic-auth username/password in client configs 2015-02-19 11:29:42 -05:00