Update content/en/blog/_posts/2023-08-04-kubernetes-1.28-blog.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>pull/42381/head
parent
d2d62b9cb7
commit
278e84bb00
|
@ -25,7 +25,7 @@ Special thanks to [someone](https://www.some-link) for creating the logo.
|
|||
|
||||
# What's New (Major Themes)
|
||||
|
||||
## CRD Validation Rules
|
||||
## Improvements to CustomResourceDefinition validation expressions
|
||||
|
||||
This [Common Expression Language (CEL)](https://github.com/google/cel-go) can be used to validate custom resources. The primary goal is to allow the majority of the validation use cases that currently must be handled by a webhook, to instead be handled by adding inline validation expressions directly into the schema of a CRD.
|
||||
|
||||
|
|
Loading…
Reference in New Issue