k3s/pkg/kubectl/cmd/config
Jeffrey Regan 7abff879d7 Introduce visibility rules to kubernetes code.
**What this PR does / why we need it**:

Visibility rules allow dependency control.  The rules currently in
place make all targets public, to override the default state of
private.  This PR removes public visibility from kubectl code.  It
uses specially named pacakge groups to identify "bad" dependencies on
kubectl code for later refactoring or removal.

**Which issue this PR fixes**

First in a series of PRs to address kubernetes/community#598

**Release note**:
```release-note
NONE
```
2017-05-15 12:50:56 -07:00
..
BUILD Introduce visibility rules to kubernetes code. 2017-05-15 12:50:56 -07:00
config.go print warning when delete current context 2017-03-12 22:29:11 +08:00
config_test.go pkg/api: move Semantic equality to k8s.io/apimachinery/pkg/api/equality 2017-01-29 21:41:45 +01:00
create_authinfo.go Merge pull request #44020 from tpot/kubectl-cmdline-spelling-fix 2017-04-04 00:53:16 -07:00
create_authinfo_test.go fix kubectl config return 0 on error 2017-03-16 08:34:51 +08:00
create_cluster.go Merge pull request #42999 from shiywang/fix-return0 2017-04-03 09:48:23 -07:00
create_context.go fix kubectl config return 0 on error 2017-03-16 08:34:51 +08:00
create_context_test.go unit test for kubectl config set-context 2017-03-25 17:46:22 +08:00
current_context.go kubectl/cmd: remove a bunch of unused parameters 2017-04-04 10:36:30 +01:00
current_context_test.go kubectl/cmd: remove a bunch of unused parameters 2017-04-04 10:36:30 +01:00
delete_cluster.go Extract strings for translation for the kubectl config family. 2017-01-27 20:31:49 -08:00
delete_cluster_test.go mechanical 2017-01-23 10:03:55 -05:00
delete_context.go print warning when delete current context 2017-03-12 22:29:11 +08:00
delete_context_test.go print warning when delete current context 2017-03-12 22:29:11 +08:00
get_clusters.go Extract strings for translation for the kubectl config family. 2017-01-27 20:31:49 -08:00
get_clusters_test.go mechanical 2017-01-23 10:03:55 -05:00
get_contexts.go Refactor commands to use new factory method 2017-02-23 00:28:32 -05:00
get_contexts_test.go mechanical 2017-01-23 10:03:55 -05:00
navigation_step_parser.go remove kubernetes copy of clientcmd types 2017-01-19 07:39:19 -05:00
navigation_step_parser_test.go remove kubernetes copy of clientcmd types 2017-01-19 07:39:19 -05:00
set.go fix kubectl config return 0 on error 2017-03-16 08:34:51 +08:00
set_test.go add test code for kubectl config set 2017-04-17 16:20:33 +08:00
unset.go fix kubectl config return 0 on error 2017-03-16 08:34:51 +08:00
unset_test.go unit test for kubectl config unset 2017-03-25 17:44:57 +08:00
use_context.go fix kubectl config return 0 on error 2017-03-16 08:34:51 +08:00
use_context_test.go unit test for kubectl config use-context 2017-03-31 13:29:52 +08:00
view.go Refactor commands to use new factory method 2017-02-23 00:28:32 -05:00
view_test.go add kubectl config view test code 2017-04-10 19:36:42 +08:00