Skip to content

Commit 001a0c4

Browse files
fix(crank): remove rule keyword
Signed-off-by: undefinedhuman <[email protected]>
1 parent 27e60dc commit 001a0c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/master/cli/command-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ A Kubernetes cluster running Crossplane isn't required.
11161116

11171117
#### Rules
11181118

1119-
##### Rule XRD001 - No boolean fields
1119+
##### XRD001 - No boolean fields
11201120

11211121
Boolean fields are inflexible and cannot be extended. Replace them with enum-based strings so you can introduce additional states later.
11221122
See [Kubernetes API conventions](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#primitive-types)
@@ -1141,7 +1141,7 @@ properties:
11411141
- Disabled
11421142
```
11431143
1144-
##### Rule XRD002 - Check for required fields
1144+
##### XRD002 - Check for required fields
11451145
11461146
Marking fields as required up front forces every user to provide them and makes future changes risky - this rule flags any `required:`
11471147
list in your XRD so you can decide if each field truly needs to be mandatory.
@@ -1158,7 +1158,7 @@ properties:
11581158
- version
11591159
```
11601160

1161-
##### Rule XRD003 - Check for missing descriptions
1161+
##### XRD003 - Check for missing descriptions
11621162

11631163
Every property in your schema should include a description: so that `kubectl explain` and documentation generators can produce helpful output.
11641164

0 commit comments

Comments
 (0)