11 lines
322 B
Markdown
11 lines
322 B
Markdown
---
|
|
title: ServerSideFieldValidation
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
---
|
|
Enables server-side field validation. This means the validation
|
|
of resource schema is performed at the API server side rather than the client side
|
|
(for example, the `kubectl create` or `kubectl apply` command line).
|