Reference docs for kubernetes 1.23
This commit is contained in:
@@ -78,6 +78,16 @@ A selector to restrict the list of returned objects by their fields. Defaults to
|
||||
|
||||
|
||||
|
||||
## fieldValidation {#fieldValidation}
|
||||
|
||||
fieldValidation determines how the server should respond to unknown/duplicate fields in the object in the request. Introduced as alpha in 1.23, older servers or servers with the `ServerSideFieldValidation` feature disabled will discard valid values specified in this param and not perform any server side field validation. Valid values are: - Ignore: ignores unknown/duplicate fields. - Warn: responds with a warning for each unknown/duplicate field, but successfully serves the request. - Strict: fails the request on unknown/duplicate fields.
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## force {#force}
|
||||
|
||||
Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.
|
||||
|
||||
Reference in New Issue
Block a user