kubernetes/pkg/kubectl/cmd/util/openapi
Sahdev P. Zala 0c0a4696c7 Provide aggregated validation errors for version and kind
Currently the validation checks is done individually for version and
kind group. For example, if user provided yaml file is missing apiVersion
and kind fields, first they will receive error on apiVersion. Once user
update the file and try to recreate, an error on missing kind is displayed.
The behavior is same for wrong types of the fields.
These errors should be aggregated and displayed.
2017-10-17 13:31:12 -04:00
..
testing update BUILD files 2017-10-15 18:18:13 -07:00
validation Provide aggregated validation errors for version and kind 2017-10-17 13:31:12 -04:00
BUILD update BUILD files 2017-10-15 18:18:13 -07:00
doc.go kubectl OpenAPI support 2017-04-25 10:45:49 -07:00
document.go Revert "remove dup pkg and update reference" 2017-09-06 12:30:53 -07:00
extensions.go Get cmd uses print-column extn from Openapi schema 2017-06-06 13:30:24 -07:00
openapi_getter_test.go Revert "remove dup pkg and update reference" 2017-09-06 12:30:53 -07:00
openapi_getter.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 Revert "remove dup pkg and update reference" 2017-09-06 12:30:53 -07:00
openapi.go Rewrite kubectl explain to use openapi 2017-10-03 09:44:11 -07:00