File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
contributors/devel/sig-architecture Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -491,9 +491,12 @@ particularly in an edge-based manner.
491
491
492
492
#### Lists of named subobjects preferred over maps
493
493
494
- Discussed in [ #2004 ] ( http://issue.k8s.io/2004 ) and elsewhere. There are no maps
495
- of subobjects in any API objects. Instead, the convention is to use a list of
496
- subobjects containing name fields.
494
+ Discussed in [ #2004 ] ( http://issue.k8s.io/2004 ) and elsewhere. There are
495
+ no maps of subobjects in any API objects. Instead, the convention is to
496
+ use a list of subobjects containing name fields. These conventions, and
497
+ how one can change the semantics of lists, structs and maps are
498
+ described in more details in the Kubernetes
499
+ [ documentation] ( https://kubernetes.io/docs/reference/using-api/server-side-apply/#merge-strategy ) .
497
500
498
501
For example:
499
502
You can’t perform that action at this time.
0 commit comments