k3s/pkg/kubectl/cmd/util/openapi
Antoine Pelisse ae735282ad Create a method to check dryRun is supported
We don't want to run dryRun requests against servers that don't support
dry-run, since they might ignore the flag and just persist the unwanted
changes.

This creates a new method that checks in the OpenAPI if the dryRun
parameter can be used.
2018-10-10 08:55:33 -07:00
..
testing Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
validation kubectl validation test: remove unused testapi dependency 2018-10-02 13:09:29 -07:00
BUILD Create a method to check dryRun is supported 2018-10-10 08:55:33 -07:00
OWNERS
doc.go Add kubectl openapi doc import comment 2018-08-27 15:20:38 +08:00
dryrun.go Create a method to check dryRun is supported 2018-10-10 08:55:33 -07:00
dryrun_test.go Create a method to check dryRun is supported 2018-10-10 08:55:33 -07:00
extensions.go
openapi.go
openapi_getter.go
openapi_getter_test.go openapi: Remove FakeClient from testing library 2018-05-31 13:44:08 -07:00
openapi_suite_test.go
openapi_test.go Replace openapi Fake with kube-openapi version 2018-06-01 09:50:05 -07:00