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 d753f40 commit dd0d609Copy full SHA for dd0d609
bootstrap/kubeadm/api/v1beta1/kubeadm_types.go
@@ -585,7 +585,7 @@ type BootstrapTokenDiscovery struct {
585
// token is a token used to validate cluster information
586
// fetched from the control-plane.
587
// +required
588
- // +kubebuilder:validation:MinLength=1
+ // +kubebuilder:validation:MinLength=0
589
// +kubebuilder:validation:MaxLength=512
590
Token string `json:"token"`
591
bootstrap/kubeadm/api/v1beta2/kubeadm_types.go
@@ -629,7 +629,7 @@ type BootstrapTokenDiscovery struct {
629
630
631
632
633
634
635
0 commit comments