mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Mark container.name as required in manifest schema
This commit is contained in:
parent
21513b1e08
commit
4d223eefa2
@ -16,6 +16,7 @@
|
||||
"items": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"name",
|
||||
"image"
|
||||
],
|
||||
"properties": {
|
||||
|
Loading…
Reference in New Issue
Block a user