We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e005825 commit 05dbea6Copy full SHA for 05dbea6
sdk/python/v1beta1/kubeflow/katib/api/katib_client.py
@@ -561,8 +561,9 @@ class name in this argument.
561
raise ValueError(
562
f"""
563
Invalid PVC name '{name}'. It must comply with RFC 1123.
564
-
565
- A lowercase RFC 1123 subdomain must consist of lowercase alphanumeric characters, '-' or '.',
+
+ A lowercase RFC 1123 subdomain must consist of lowercase
566
+ alphanumeric characters, '-' or '.',
567
and must start and end with an alphanumeric character.
568
For example, 'example.com' is valid.
569
The regex used for validation is:
0 commit comments