Commit 2440a11
committed
(docs) drop patchStrategy/protobuf tags from Conditions in Getting Started section
Followup of PR #4893
These tags are of no use for CRDs. They have their use
in k8s core types in order to produce proper strategic merge patches, see
https://github.com/kubernetes/community/blob/master/contributors/devel/sig-api-machinery/strategic-merge-patch.md
but are superseded by +listType and +listMapKey in CRD world.
Added `+listType`, `+listMapKey` and `+optional` markers to the example snippet1 parent 3fd0419 commit 2440a11
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| |||
0 commit comments