parent
268def2834
commit
942e61a90f
|
|
@ -55,7 +55,17 @@
|
||||||
"additionalProperties": { "type": "string" },
|
"additionalProperties": { "type": "string" },
|
||||||
"required": []
|
"required": []
|
||||||
},
|
},
|
||||||
"tty": { "type": "boolean" }
|
"tty": { "type": "boolean" },
|
||||||
|
"imagePullPolicy": { "type": "string" },
|
||||||
|
"imagePullSecrets": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"name": { "type": "string" }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"required": ["image", "namespace", "limits"]
|
"required": ["image", "namespace", "limits"]
|
||||||
},
|
},
|
||||||
|
|
@ -120,4 +130,4 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["k9s"]
|
"required": ["k9s"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue