Rename Secure -> TLS; we may use TLS insecurely.

This commit is contained in:
Eric Tune
2014-11-13 21:42:36 -08:00
parent dd3c85be09
commit 5c24855349
4 changed files with 22 additions and 21 deletions

View File

@@ -172,7 +172,7 @@ func GetKubeConfig(cmd *cobra.Command) *client.Config {
}
config.Host = host
if client.IsConfigTransportSecure(config) {
if client.IsConfigTransportTLS(config) {
// Get the values from the file on disk (or from the user at the
// command line). Override them with the command line parameters, if
// provided.