python/kubernetes/base/dynamic
Erich Fussi 51badbcdbb Add 'usedforsecurity=False' parameter to md5 call
This allows to execute in a restricted environment, like a FIPS-enabled
Kubernetes cluster.
See https://docs.python.org/3/library/hashlib.html#hash-algorithms:
> False indicates that the hashing algorithm is [used] as a
> non-cryptographic one-way compression function.
2022-07-07 21:25:03 +00:00
..
__init__.py removed submodule 2022-01-07 16:17:39 -08:00
client.py Support setting the _request_timeout parameter for the dynamic client 2022-04-20 10:23:16 +02:00
discovery.py Add 'usedforsecurity=False' parameter to md5 call 2022-07-07 21:25:03 +00:00
exceptions.py removed submodule 2022-01-07 16:17:39 -08:00
resource.py ResourceField class should allow defining any keyword 2022-03-07 10:00:03 +01:00
test_client.py Fix DynamicClient.server_side_apply 2022-07-06 01:16:57 +09:00
test_discovery.py removed submodule 2022-01-07 16:17:39 -08:00