Skip to content

Commit 0b9dbc3

Browse files
authored
Merge pull request #5695 from apelisse/add-documentation-api-conventions
Include documentation for listTypes in api conventions
2 parents 346e7d4 + 27e1a81 commit 0b9dbc3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

contributors/devel/sig-architecture/api-conventions.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -491,9 +491,12 @@ particularly in an edge-based manner.
491491

492492
#### Lists of named subobjects preferred over maps
493493

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).
497500

498501
For example:
499502

0 commit comments

Comments
 (0)