kubernetes/pkg/kubectl/cmd/util/openapi
Antoine Pelisse 9778b1a9ba openapi: Add EmptyResource/CreateOpenAPISchemaFunc test utils
Add a new EmptyResource class that implements openapi.Resources, but
just doesn't have any resources. That is useful for tests that expect
the OpenAPISchema to be working, but don't expect any actual result.

Also implement CreateOpenAPISchemaFunc to simply plug in the TestFactory
code when you want to use an actual APISchema.
2017-11-15 14:02:13 -08:00
..
testing openapi: Add EmptyResource/CreateOpenAPISchemaFunc test utils 2017-11-15 14:02:13 -08:00
validation Update kube-openapi to use validation 2017-11-02 09:25:03 -07:00
BUILD Update openapi to use kube-openapi code 2017-10-20 09:21:06 -07:00
doc.go kubectl OpenAPI support 2017-04-25 10:45:49 -07:00
extensions.go Get cmd uses print-column extn from Openapi schema 2017-06-06 13:30:24 -07:00
openapi.go Update openapi to use kube-openapi code 2017-10-20 09:21:06 -07:00
openapi_getter.go Revert "remove dup pkg and update reference" 2017-09-06 12:30:53 -07:00
openapi_getter_test.go Revert "remove dup pkg and update reference" 2017-09-06 12:30:53 -07:00
openapi_suite_test.go Print a newline after ginkgo tests so the test infra doesn't think that they fail 2017-05-04 16:20:53 -07:00
openapi_test.go Update openapi to use kube-openapi code 2017-10-20 09:21:06 -07:00
OWNERS Add apelisse to OWNERS 2017-11-09 15:39:31 -08:00