kubernetes/api
Tim Hockin 44060fb1f3
Fix "list_type_missing" API violations in meta/v1
This assumes that any such field is atomic, except:
  * OwnerReferences: because it has a `+patchStrategy=merge`, but it
    probably needs a `+listMapKey=...` ?
  * Finalizers: because it hs a `+patchStrategy=merge`, but is a
    primitive type (string).
  * []byte fields, which should not be failing this anyway (fixed
    subsequently).

An alternative approach could be just to turn off the API warnings for
these fields, but it felt more correct to declare the semantics.
2023-11-27 12:05:52 -08:00
..
api-rules Fix "list_type_missing" API violations in meta/v1 2023-11-27 12:05:52 -08:00
discovery api: run hack/update-api-spec.sh 2023-11-22 16:24:34 +05:30
openapi-spec Fix "list_type_missing" API violations in meta/v1 2023-11-27 12:05:52 -08:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00