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.
1.16.16
flytekit.core.pod_template
Directory
Classes
| Class | Description |
|---|---|
PodTemplate |
Custom PodTemplate specification for a Task. |
Methods
| Method | Description |
|---|---|
serialize_pod_template() |
Variables
| Property | Type | Description |
|---|---|---|
PRIMARY_CONTAINER_DEFAULT_NAME |
str |
|
TYPE_CHECKING |
bool |
Methods
serialize_pod_template()
def serialize_pod_template(
obj,
)| Parameter | Type | Description |
|---|---|---|
obj |
flytekit.core.pod_template.PodTemplate
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 |
|---|---|
version_hash() |
version_hash()
def version_hash()