-
Notifications
You must be signed in to change notification settings - Fork 543
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. Kubernetes-commit: 44060fb1f36e0d7b4f25b1dfcd59f54d20459653
- Loading branch information
1 parent
e6fb254
commit bfbbdec
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters