| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The additional pod configurations. | ||
| InitContainers | array | The containers to be initialized. | |
| InitContainers | ContainerSpec | The container configurations. | |
PodAnnotationsdeprecated | object | The pod annotations. | |
| string | The annotation. Format: Key=Value. | example-annotation | |
| SideCarContainers | array | The sidecar containers. | |
| SideCarContainers | ContainerSpec | The container configurations. | |
| Lifecycle | Lifecycle | The lifecycle object. | |
| SharedVolumeMountPaths | array | The local paths shared between containers. | |
| SharedVolumeMountPaths | string | The shared local path. | |
PodLabelsdeprecated | object | The pod labels. | |
| string | The label. Format: Key=Value. | example-lable |