airflow.providers.cncf.kubernetes.backcompat.volume_mount

Classes for interacting with Kubernetes API

Module Contents

class airflow.providers.cncf.kubernetes.backcompat.volume_mount.VolumeMount(name, mount_path, sub_path, read_only)[source]

Backward compatible VolumeMount

__slots__ = ['name', 'mount_path', 'sub_path', 'read_only'][source]
to_k8s_client_obj(self)[source]

Converts to k8s object.

Returns

Volume Mount k8s object

Was this entry helpful?