Allow 'resources' to be empty dict in capsule

This aligns with kubernetes pod in which the 'resources' field
can also be an empty dictionary.

Change-Id: Ifc29da29cc65da3c7ed54fea8a517db098f78802
This commit is contained in:
Hongbin Lu 2019-03-17 16:24:36 +00:00
parent 06f563dbe8
commit 7f25f0eeb8
1 changed files with 0 additions and 1 deletions

View File

@ -403,7 +403,6 @@ capsule_container_resources = {
},
},
"additionalProperties": False,
"required": ['requests']
}
capsule_port_protocol = {