kubernetes/pkg/kubectl/cmd/util
Clayton Coleman 92a68ad7bf The versioned printer should be initialized with the mapping apiversion
VersionedPrinter handles fallback when multiple different APIVersions
are present if multiple arguments are passed (for instance, both Kube
resources at v1beta3 and a third party's API objects which are only
at v1). The cmd PrinterForMapping should always include the current
object's "mapping version" as a fallback in the event the preferred
API version does not map to the actual object.
2015-04-09 15:45:06 -04:00
..
clientcache.go refactor to move kubectl.cmd.Factory to kubect/cmd/util 2015-04-07 14:43:50 -04:00
factory_test.go refactor to move kubectl.cmd.Factory to kubect/cmd/util 2015-04-07 14:43:50 -04:00
factory.go The versioned printer should be initialized with the mapping apiversion 2015-04-09 15:45:06 -04:00
helpers_test.go WIP: Implement multi-port Services 2015-03-30 19:28:11 -07:00
helpers.go Make kubectl errors even more user-friendly 2015-04-02 01:40:15 -04:00
printing.go Add some docs to the template format. 2015-02-12 18:29:11 -08:00
resource.go Update RollingUpdater to use resource.Builder 2015-03-20 00:03:54 -04:00