airflow.providers.cncf.kubernetes.utils.k8s_hashlib_wrapper
¶
Module Contents¶
Functions¶
|
Safely allows calling the |
- airflow.providers.cncf.kubernetes.utils.k8s_hashlib_wrapper.md5(__string=b'')[source]¶
Safely allows calling the
hashlib.md5
function whenusedforsecurity
is disabled in configuration.- Parameters
__string (_typeshed.ReadableBuffer) – The data to hash. Default to empty str byte.
- Returns
The hashed value.
- Return type
hashlib._Hash