flytekitplugins.mmcloud.utils
Directory
Methods
Variables
Property |
Type |
Description |
MMCLOUD_STATUS_TO_FLYTE_PHASE |
dict |
|
PIPE |
int |
|
ROUND_CEILING |
str |
|
Methods
async_check_output()
def async_check_output(
args,
kwargs,
)
This behaves similarly to subprocess.check_output().
Parameter |
Type |
args |
*args |
kwargs |
**kwargs |
flyte_to_mmcloud_resources()
def flyte_to_mmcloud_resources(
requests: typing.Optional[flytekit.core.resources.Resources],
limits: typing.Optional[flytekit.core.resources.Resources],
) -> typing.Tuple[int, int, int, int]
Map Flyte (K8s) resources to MMCloud resources.
Parameter |
Type |
requests |
typing.Optional[flytekit.core.resources.Resources] |
limits |
typing.Optional[flytekit.core.resources.Resources] |
mmcloud_status_to_flyte_phase()
def mmcloud_status_to_flyte_phase(
status: str,
) -> <google.protobuf.internal.enum_type_wrapper.EnumTypeWrapper object at 0x121406390>
Map MMCloud status to Flyte phase.
Parameter |
Type |
status |
str |