fix some types

This commit is contained in:
atu
2020-08-09 20:56:25 -07:00
parent 4b6b80ece3
commit 18d5d378b3
4 changed files with 13 additions and 10 deletions

View File

@@ -14,6 +14,9 @@ interface Metadata {
}
interface Container {
name?: string;
image?: string;
args?: string[];
resources?: {
requests?: {
cpu?: string;