kubernetes/pkg/kubectl/cmd/config
Kubernetes Submit Queue e24aff0711 Merge pull request #29821 from alexbrand/config-cluster
Automatic merge from submit-queue

Add get/delete cluster, delete context to kubectl config

Fixes #29794 by adding `get-clusters`, `delete-cluster` and `delete-context` actions to `kubectl config`.
2016-08-26 11:44:46 -07:00
..
config_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
config.go Merge pull request #29821 from alexbrand/config-cluster 2016-08-26 11:44:46 -07:00
create_authinfo_test.go kubectl config set-crentials: add arguments for auth providers 2016-08-04 16:23:40 -07:00
create_authinfo.go kubectl config set-crentials: add arguments for auth providers 2016-08-04 16:23:40 -07:00
create_cluster.go Fix various typos in kubectl 2016-08-02 19:51:51 +03:00
create_context.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
current_context_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
current_context.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
delete_cluster_test.go Add get/delete cluster, delete context to kubectl 2016-08-01 17:04:13 -04:00
delete_cluster.go Add get/delete cluster, delete context to kubectl 2016-08-01 17:04:13 -04:00
delete_context_test.go Add get/delete cluster, delete context to kubectl 2016-08-01 17:04:13 -04:00
delete_context.go Add get/delete cluster, delete context to kubectl 2016-08-01 17:04:13 -04:00
get_clusters_test.go Add get/delete cluster, delete context to kubectl 2016-08-01 17:04:13 -04:00
get_clusters.go Add get/delete cluster, delete context to kubectl 2016-08-01 17:04:13 -04:00
get_contexts_test.go Add command "kubectl config get-contexts" 2016-07-05 11:24:00 +02:00
get_contexts.go Fix error msg in kubectl config get-contexts 2016-08-01 17:27:15 -04:00
navigation_step_parser_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
navigation_step_parser.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
set.go Fix various typos in kubectl 2016-08-02 19:51:51 +03:00
unset.go Fix various typos in kubectl 2016-08-02 19:51:51 +03:00
use_context.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
view.go fix register.go files up + add test import 2016-08-11 17:06:54 -07:00