ExtraPodSpec

名称类型描述示例值
object

额外 Pod 配置。

InitContainersarray

初始化容器。

InitContainersContainerSpec

容器配置。

PodAnnotationsdeprecatedobject

Pod 注解。

string

注解。格式:Key=Value。

example-annotation
SideCarContainersarray

伴随容器。

SideCarContainersContainerSpec

容器配置。

LifecycleLifecycle

Lifecycle 对象。

SharedVolumeMountPathsarray

容器间共享的本地目录。

SharedVolumeMountPathsstring

共享的本地目录。

/root/share/
PodLabelsdeprecatedobject

Pod 标签。

string

标签。格式:Key=Value。

example-lable