We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d47d512 commit 2a8499aCopy full SHA for 2a8499a
utilities/certificates_utils.py
@@ -23,7 +23,10 @@ def create_ca_bundle_file(client: DynamicClient) -> str:
23
Args:
24
client (DynamicClient): DynamicClient object
25
Returns:
26
- str: The path to the ca bundle file. If cert is not created, return empty string
+ str: The path to the ca bundle file.
27
+
28
+ Raises:
29
+ AttributeError: If the router-certs-default secret does not exist in the cluster.
30
"""
31
32
certs_secret = Secret(
0 commit comments