k3s/pkg/kubectl/resource
Clayton Coleman 8f4b6c8771
All commands must declare Unstructured or Internal
Callers must take a dependency on one or the other set of conversions
and default client behavior. Future changes may add a Versioned() type,
but this is an accurate reflection of current code state.
2017-11-19 20:41:02 -05:00
..
BUILD Revert "refactor builder in kubectl factory" 2017-11-19 19:02:21 -05:00
builder.go All commands must declare Unstructured or Internal 2017-11-19 20:41:02 -05:00
builder_test.go All commands must declare Unstructured or Internal 2017-11-19 20:41:02 -05:00
doc.go
helper.go add fieldSelector for kubectl get 2017-11-06 14:30:56 +08:00
helper_test.go add tests 2017-11-06 17:24:59 +08:00
interfaces.go Allow resource.Builder to modify requests per client 2017-11-18 14:34:26 -05:00
mapper.go Unify unstructured and versioned object in resource.Builder 2017-11-19 19:02:25 -05:00
result.go Unify unstructured and versioned object in resource.Builder 2017-11-19 19:02:25 -05:00
selector.go Unify unstructured and versioned object in resource.Builder 2017-11-19 19:02:25 -05:00
visitor.go Builder should allow moving between unstructured / versioned easily 2017-11-19 19:16:49 -05:00
visitor_test.go