共用方式為


BaseContainer interface

容器應用程式基底容器定義。

屬性

args

容器啟動命令引數。

command

容器啟動命令。

env

容器環境變數。

image

容器映射標籤。

name

自訂容器名稱。

resources

容器資源需求。

volumeMounts

容器磁片區掛接。

屬性詳細資料

args

容器啟動命令引數。

args?: string[]

屬性值

string[]

command

容器啟動命令。

command?: string[]

屬性值

string[]

env

容器環境變數。

env?: EnvironmentVar[]

屬性值

image

容器映射標籤。

image?: string

屬性值

string

name

自訂容器名稱。

name?: string

屬性值

string

resources

容器資源需求。

resources?: ContainerResources

屬性值

volumeMounts

容器磁片區掛接。

volumeMounts?: VolumeMount[]

屬性值