k3s/pkg/kubectl/resource
Clayton Coleman d75a3d5021 Move Resource functionality to its own package
Create a unified Builder object for working with files, selectors,
types, and items that makes it easier to get multi-object functionality.

Supports all of the behaviors previously in resource.go, but with
additional flexibility to allow multi-type retrieval and access, directories,
URLs, nested objects, and lists.
2015-01-09 11:59:06 -05:00
..
builder.go Move Resource functionality to its own package 2015-01-09 11:59:06 -05:00
builder_test.go Move Resource functionality to its own package 2015-01-09 11:59:06 -05:00
doc.go Move Resource functionality to its own package 2015-01-09 11:59:06 -05:00
helper.go Move Resource functionality to its own package 2015-01-09 11:59:06 -05:00
helper_test.go Move Resource functionality to its own package 2015-01-09 11:59:06 -05:00
interfaces.go Move Resource functionality to its own package 2015-01-09 11:59:06 -05:00
mapper.go Move Resource functionality to its own package 2015-01-09 11:59:06 -05:00
selector.go Move Resource functionality to its own package 2015-01-09 11:59:06 -05:00
visitor.go Move Resource functionality to its own package 2015-01-09 11:59:06 -05:00