k3s/pkg/printers
Kubernetes Submit Queue 2ff0bc2b8a
Merge pull request #63967 from deads2k/rbac-06-external
Automatic merge from submit-queue (batch tested with PRs 62025, 63851, 64077, 63967, 63991). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

switch rbac to external

The overall trajectory of the project is towards external types.  Having all helpers agree on the version they operate on makes life much easier.  We've already written one RBAC controller (role aggregation) and more may follow.  `v1` has been around for a while now and we know that any future changes have to reliably roundtrip through it.  This pull switches all the core helpers over to use the external types.

@kubernetes/sig-auth-pr-reviews 

```release-note
`kubectl auth reconcile` only works with rbac.v1
```
2018-05-22 08:40:26 -07:00
..
internalversion Merge pull request #63967 from deads2k/rbac-06-external 2018-05-22 08:40:26 -07:00
storage replace request.Context with context.Context 2018-04-24 08:59:00 -07:00
.import-restrictions Restrict imports for printers 2017-02-23 00:28:31 -05:00
BUILD move PrintOptions to genericclioptions 2018-05-21 14:59:41 -04:00
OWNERS Add pkg/printers OWNERS 2017-03-07 22:28:27 -05:00
customcolumn.go move PrintOptions to genericclioptions 2018-05-21 14:59:41 -04:00
customcolumn_flags.go move PrintOptions to genericclioptions 2018-05-21 14:59:41 -04:00
customcolumn_flags_test.go move PrintOptions to genericclioptions 2018-05-21 14:59:41 -04:00
customcolumn_test.go move PrintOptions to genericclioptions 2018-05-21 14:59:41 -04:00
humanreadable.go slim down printer interface 2018-05-04 11:15:35 -04:00
humanreadable_test.go use subtest for table units (pkg/printers) 2018-05-14 15:11:48 +08:00
interface.go slim down printer interface 2018-05-04 11:15:35 -04:00
jsonpath.go move PrintOptions to genericclioptions 2018-05-21 14:59:41 -04:00
jsonpath_flags.go move PrintOptions to genericclioptions 2018-05-21 14:59:41 -04:00
jsonpath_flags_test.go move PrintOptions to genericclioptions 2018-05-21 14:59:41 -04:00
kube_template_flags.go move PrintOptions to genericclioptions 2018-05-21 14:59:41 -04:00
tabwriter.go
template.go move PrintOptions to genericclioptions 2018-05-21 14:59:41 -04:00
template_flags.go move PrintOptions to genericclioptions 2018-05-21 14:59:41 -04:00
template_flags_test.go move PrintOptions to genericclioptions 2018-05-21 14:59:41 -04:00
template_test.go use subtest for table units (pkg/printers) 2018-05-14 15:11:48 +08:00