InitContainerDefinition interface
init 容器定義。
屬性
command | Init 容器中以 exec 格式執行的命令。 |
environment |
Init 容器中設定的環境變數。 |
image | Init 容器的映像。 |
instance |
init 容器的實例檢視。 只在回應中有效。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
name | Init 容器的名稱。 |
security |
容器安全性屬性。 |
volume |
Init 容器可用的磁碟區裝載。 |
屬性詳細資料
command
Init 容器中以 exec 格式執行的命令。
command?: string[]
屬性值
string[]
environmentVariables
image
Init 容器的映像。
image?: string
屬性值
string
instanceView
init 容器的實例檢視。 只在回應中有效。 注意:此屬性不會序列化。 它只能由伺服器填入。
instanceView?: InitContainerPropertiesDefinitionInstanceView
屬性值
name
Init 容器的名稱。
name: string
屬性值
string