k3s/pkg/kubectl/cmd/util
Clayton Coleman 5e905f1f5f
Move versioned generators into their own package
pkg/kubectl has a lot of files. Move everything generator related
into pkg/kubectl/generate (generic) or pkg/kubectl/generate/versioned
(type specific).

Move the DescriberFn and GeneratorFn out of kubectl/cmd/util and into
the respective versioned packages, along with tests.
2018-10-16 12:54:40 -04:00
..
editor Replaces dependency on internal version of resource with external version 2018-09-26 14:56:32 -07:00
openapi Create a method to check dryRun is supported 2018-10-10 08:55:33 -07:00
sanity Generated changes 2018-10-11 22:01:06 +02:00
BUILD Move versioned generators into their own package 2018-10-16 12:54:40 -04:00
conversion.go simplify api registration 2018-05-08 18:33:50 -04:00
crdfinder.go dry-run: Create class to find if a type is a CRD 2018-10-10 08:56:09 -07:00
crdfinder_test.go dry-run: Create class to find if a type is a CRD 2018-10-10 08:56:09 -07:00
factory.go Create cli-runtime staging repository 2018-08-21 17:08:30 +02:00
factory_client_access.go kubectl factory client access: Moves remaining internal references into callers 2018-10-09 13:34:30 -07:00
helpers.go Move versioned generators into their own package 2018-10-16 12:54:40 -04:00
helpers_test.go kubectl helpers test: remove core dependencies 2018-10-03 14:15:52 -07:00
kubectl_match_version.go Create cli-runtime staging repository 2018-08-21 17:08:30 +02:00
printing.go Move pkg/kubectl/cmd/templates -> pkg/kubectl/util/temlpates 2018-10-11 22:01:03 +02:00