Skip to content

Commit 55a10f1

Browse files
committed
Cleanup
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 4e3df32 commit 55a10f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/opts.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ type (
1717

1818
BootstrapToken struct {
1919
IdTemplate string `long:"bootstraptoken.id-template" env:"BOOTSTRAPTOKEN_ID_TEMPLATE" description:"Template for token ID for bootstrap tokens" default:"{{.Date}}"`
20-
IdValidation string `long:"bootstraptoken.id-validation" env:"BOOTSTRAPTOKEN_ID_VALIDATION" description:"Regexp for validation of bootstrap token IDs" default:"^[a-z0-9]{6}\\.[a-z0-9]{16}$"`
2120
Name string `long:"bootstraptoken.name" env:"BOOTSTRAPTOKEN_NAME" description:"Name for bootstrap tokens" default:"bootstrap-token-%s"`
2221
Label string `long:"bootstraptoken.label" env:"BOOTSTRAPTOKEN_LABEL" description:"Label for bootstrap tokens" default:"webdevops.kubernetes.io/bootstraptoken-managed"`
2322
Namespace string `long:"bootstraptoken.namespace" env:"BOOTSTRAPTOKEN_NAMESPACE" description:"Namespace for bootstrap tokens" default:"kube-system"`

0 commit comments

Comments
 (0)