Commit 490982f
committed
api: explicitly set default marker to +kubebuilder:default
kube-api-linter prefers using the `+default` marker and will warn about
our use of `+kubebuilder:default`. We could switch the API to use
`+default`, however `elastic/crd-ref-docs` doesn't yet understand this
marker. A patch merged to add support but it's not yet in a release.
Let's stick to `+kubebuilder:default` for now.1 parent d801092 commit 490982f
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| |||
0 commit comments