k3s/cmd/kubectl
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
..
app Introduce visibility rules to kubernetes code. 2017-05-15 12:50:56 -07:00
BUILD Introduce visibility rules to kubernetes code. 2017-05-15 12:50:56 -07:00
OWNERS Revert "update kubectl approvers" 2017-01-25 17:32:22 -08:00
kubectl.go Remove GOMAXPROCS() calls because they are unnecessary 2016-07-19 11:08:21 +03:00