Update content/en/blog/_posts/2023-08-04-kubernetes-1.28-blog.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
pull/42381/head
Brad McCoy 2023-08-05 07:35:28 +10:00 committed by GitHub
parent d2d62b9cb7
commit 278e84bb00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.