• Monis Khan's avatar
    Make ReconcileOptions reusable · 136cb482
    Monis Khan authored
    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: 's avatarMonis Khan <mkhan@redhat.com>
    136cb482
Name
Last commit
Last update
..
BUILD Loading commit data...
auth.go Loading commit data...
cani.go Loading commit data...
cani_test.go Loading commit data...
reconcile.go Loading commit data...