The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
2.1.7
PodTemplate
Package: flyte
Custom PodTemplate specification for a Task.
Parameters
class PodTemplate(
pod_spec: typing.Optional[ForwardRef('V1PodSpec')],
primary_container_name: str,
labels: typing.Optional[typing.Dict[str, str]],
annotations: typing.Optional[typing.Dict[str, str]],
)| Parameter | Type | Description |
|---|---|---|
pod_spec |
typing.Optional[ForwardRef('V1PodSpec')] |
|
primary_container_name |
str |
|
labels |
typing.Optional[typing.Dict[str, str]] |
|
annotations |
typing.Optional[typing.Dict[str, str]] |
Methods
| Method | Description |
|---|---|
to_k8s_pod() |
to_k8s_pod()
def to_k8s_pod()