airflow.providers.cncf.kubernetes.resource_convert.configmap

模块内容

函数

convert_configmap(configmap_name)

将字符串转换为 k8s 对象。

convert_configmap_to_volume(configmap_info)

将 config_map_name 和 mount_path 的字典转换为 k8s 卷挂载对象和 k8s 卷。

airflow.providers.cncf.kubernetes.resource_convert.configmap.convert_configmap(configmap_name)[源代码]

将字符串转换为 k8s 对象。

参数

configmap_name – config map 名称

返回

返回类型

kubernetes.client.models.V1EnvFromSource

airflow.providers.cncf.kubernetes.resource_convert.configmap.convert_configmap_to_volume(configmap_info)[源代码]

将 config_map_name 和 mount_path 的字典转换为 k8s 卷挂载对象和 k8s 卷。

参数

configmap_info (dict[str, str]) – {config_map_name: mount_path} 的字典

返回

返回类型

tuple[list[kubernetes.client.models.V1Volume], list[kubernetes.client.models.V1VolumeMount]]

此条目是否有帮助?