Skip to content

Commit 0429fde

Browse files
committed
docs: add declarative validation tag reference documentation and link doc in appropriate places
1 parent abd7c05 commit 0429fde

File tree

3 files changed

+625
-1
lines changed

3 files changed

+625
-1
lines changed

content/en/docs/reference/using-api/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,4 @@ Kubernetes stores its serialized state in terms of the API resources by writing
130130
- Learn more about [API conventions](https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#api-conventions)
131131
- Read the design documentation for
132132
[aggregator](https://git.k8s.io/design-proposals-archive/api-machinery/aggregated-api-servers.md)
133+
- Learn about [Declarative API Validation](/docs/reference/using-api/declarative-validation/).

content/en/docs/reference/using-api/api-concepts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,6 +1011,8 @@ a boolean flag.
10111011

10121012
{{< /note >}}
10131013

1014+
Starting in v1.33 Kubernetes offers a way to define field validations using declarative tags. To learn more, see [Declarative API Validation](/docs/reference/using-api/declarative-validation/).
1015+
10141016
## Dry-run
10151017

10161018
{{< feature-state feature_gate_name="DryRun" >}}

0 commit comments

Comments
 (0)