mirror of
https://github.com/skooner-k8s/skooner.git
synced 2026-05-13 19:26:34 +00:00
fix some types
This commit is contained in:
@@ -14,6 +14,9 @@ interface Metadata {
|
||||
}
|
||||
|
||||
interface Container {
|
||||
name?: string;
|
||||
image?: string;
|
||||
args?: string[];
|
||||
resources?: {
|
||||
requests?: {
|
||||
cpu?: string;
|
||||
|
||||
Reference in New Issue
Block a user