You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/reference/using-api/api-concepts.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1011,7 +1011,10 @@ a boolean flag.
1011
1011
1012
1012
{{< /note >}}
1013
1013
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/).
1014
+
Starting from v1.33, Kubernetes (including v{{< skew currentVersion>}}) offers a way to define field validations using _declarative tags_.
1015
+
This is useful for people contributing to Kubernetes itself, and it's also relevant if you're
1016
+
writing your own API using Kubernetes libraries.
1017
+
To learn more, see [Declarative API Validation](/docs/reference/using-api/declarative-validation/).
0 commit comments