Skip to content

Commit

Permalink
doc: update reference with name of page
Browse files Browse the repository at this point in the history
Update docs/book/src/cronjob-tutorial/testdata/project/api/v1/cronjob_webhook.go

Co-authored-by: Gabbi Fisher <gabbifisher@gmail.com>
  • Loading branch information
rytswd and gabbifish committed Sep 9, 2020
1 parent 7076bfc commit 1ccd3bc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ func (r *CronJob) validateCronJob() error {
/*
Some fields are declaratively validated by OpenAPI schema.
You can find kubebuilder validation markers (prefixed
with `// +kubebuilder:validation`) in the [API](api-design.md)
with `// +kubebuilder:validation`) in the
[Designing an API](api-design.md) section.
You can find all of the kubebuilder supported markers for
declaring validation by running `controller-gen crd -w`,
or [here](/reference/markers/crd-validation.md).
Expand Down

0 comments on commit 1ccd3bc

Please sign in to comment.