airshipctl/cmd/config
Rodolfo Pacheco 078f6b027a Implement airshipctl config import
Adds clusters, contexts and credentials from a kube config
file to the airship config.

In case of duplicate, the existing airship config values
will take precedence.

Closes: #153

Change-Id: Id09489f7546d8836be5b436071fec43fb99b997e
2020-05-05 11:11:36 -05:00
..
testdata Implement airshipctl config import 2020-05-05 11:11:36 -05:00
config_test.go Uplift cobra dependency to v0.0.6 2020-04-23 10:47:46 -05:00
config.go Implement airshipctl config import 2020-05-05 11:11:36 -05:00
get_authinfo_test.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
get_authinfo.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
get_cluster_test.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
get_cluster.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
get_context_test.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
get_context.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
import_test.go Implement airshipctl config import 2020-05-05 11:11:36 -05:00
import.go Implement airshipctl config import 2020-05-05 11:11:36 -05:00
init_test.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
init.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
set_authinfo_test.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
set_authinfo.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
set_cluster_test.go Increase test coverage 2020-05-01 07:43:33 -05:00
set_cluster.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
set_context_test.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
set_context.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
use_context_test.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00
use_context.go Define a standard for creating commands 2020-04-24 10:50:59 -05:00