0.1.dev2192+g7c539c3.d20250403
flytekit.core.pod_template
Directory
Classes
Class |
Description |
PodTemplate |
Custom PodTemplate specification for a Task. |
Variables
Property |
Type |
Description |
PRIMARY_CONTAINER_DEFAULT_NAME |
str |
|
TYPE_CHECKING |
bool |
|
flytekit.core.pod_template.PodTemplate
Custom PodTemplate specification for a Task.
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 |
pod_spec |
typing.Optional[ForwardRef('V1PodSpec')] |
primary_container_name |
str |
labels |
typing.Optional[typing.Dict[str, str]] |
annotations |
typing.Optional[typing.Dict[str, str]] |