Skip to content

Commit

Permalink
Update content/en/docs/tasks/access-kubernetes-api/custom-resources/c…
Browse files Browse the repository at this point in the history
…ustom-resource-definitions.md

Co-Authored-By: Tim Bannister <[email protected]>
  • Loading branch information
sttts and sftim authored Nov 16, 2019
1 parent 59b9214 commit faaf1f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ crontab "my-new-cron-object" created
{{< feature-state state="stable" for_kubernetes_version="1.17" >}}

{{< note >}}
Defaulting is available as beta since 1.16 in `apiextensions.k8s.io/v1` CustomResourceDefinitions, and hence enabled by default for most 1.16 clusters (feature gate `CustomResourceDefaulting`, refer to the [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) documentation).
To use defaulting, your CustomResourceDefinition must use API version `apiextensions.k8s.io/v1`.
{{< /note >}}

Defaulting allows to specify default values in the [OpenAPI v3 validation schema](#validation):
Expand Down

0 comments on commit faaf1f8

Please sign in to comment.