k3s/pkg/kubectl/testing
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
types.generated.go refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
types.go refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00