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 163a820 commit 5e48395Copy full SHA for 5e48395
docs/book/src/reference/markers.md
@@ -58,7 +58,7 @@ Strings, ints, and bools follow their Go syntax:
58
59
```go
60
// +kubebuilder:validation:ExclusiveMaximum=false
61
-// +kubebulder:validation:Format="date-time"
+// +kubebuilder:validation:Format="date-time"
62
// +kubebuilder:validation:Maximum=42
63
```
64
0 commit comments