MCPcopy Index your code
hub / github.com/kubernetes-client/python / short_uuid

Function short_uuid

kubernetes/e2e_test/test_client.py:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33
34def short_uuid():
35 id = str(uuid.uuid4())
36 return id[-12:]
37
38
39def manifest_with_command(name, command):

Callers 8

test_pod_apisMethod · 0.70
test_exit_codeMethod · 0.70
test_portforward_rawMethod · 0.70
test_portforward_httpMethod · 0.70
test_service_apisMethod · 0.70
test_configmap_apisMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected