k3s/pkg/kubectl/cmd/auth
Monis Khan 136cb482aa
Make ReconcileOptions reusable
This change makes ReconcileOptions fully reusable by:

1. Replacing ResourceBuilder with a Visitor that can be generically
plugged in.  This decouples the use of file input from the options.
2. Replacing core client with namespace client since that smaller
interface is what is needed by RunReconcile.
3. All fields are now checked by Validate as a way to document that
they should be set before calling RunReconcile.

Signed-off-by: Monis Khan <mkhan@redhat.com>
2017-11-07 09:57:14 -05:00
..
BUILD switch some commands to use its own scheme 2017-10-27 18:31:42 -07:00
auth.go add reconcile command to kubectl auth 2017-08-30 16:04:00 -04:00
cani.go Adjust the validating messages 2017-09-21 09:58:50 +08:00
cani_test.go switch some commands to use its own scheme 2017-10-27 18:31:42 -07:00
reconcile.go Make ReconcileOptions reusable 2017-11-07 09:57:14 -05:00