We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956dd25 commit dbed15fCopy full SHA for dbed15f
docs/book/src/cronjob-tutorial/testdata/project/api/v1/cronjob_types.go
@@ -57,7 +57,7 @@ the fields.
57
58
// CronJobSpec defines the desired state of CronJob
59
type CronJobSpec struct {
60
- // +kubebuilder:validation:Minimum=0
+ // +kubebuilder:validation:MinLength=0
61
62
// The schedule in Cron format, see https://en.wikipedia.org/wiki/Cron.
63
Schedule string `json:"schedule"`
0 commit comments