You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
264
266
-->
@@ -271,7 +273,8 @@ Template string or path to template file to use when -o=go-template, -o=go-templ
Must be one of: strict (or true), warn, ignore (or false). "true" or "strict" will use a schema to validate the input and fail the request if invalid. It will perform server side validation if ServerSideFieldValidation is enabled on the api-server, but will fall back to less reliable client-side validation if not. "warn" will warn about unknown or duplicate fields without blocking the request if server-side field validation is enabled on the API server, and behave as "ignore" otherwise. "false" or "ignore" will not perform any schema validation, silently dropping any unknown or duplicate fields.
277
280
-->
@@ -290,7 +293,7 @@ Must be one of: strict (or true), warn, ignore (or false). "true" or &
290
293
291
294
## {{% heading "parentoptions" %}}
292
295
293
-
<table style="width: 100%; table-layout: fixed;">
296
+
<table style="width: 100%; table-layout: fixed;">
294
297
<colgroup>
295
298
<col span="1" style="width: 10px;" />
296
299
<col span="1" />
@@ -301,7 +304,8 @@ Must be one of: strict (or true), warn, ignore (or false). "true" or &
0 commit comments