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 ab38403 commit c1088b0Copy full SHA for c1088b0
src/Common/Constants.ts
@@ -33,7 +33,7 @@ export const DOCUMENTATION = {
33
}
34
35
export const PATTERNS = {
36
- DECIMAL_NUMBERS: /^-?\d*\.?\d*$/,
+ STRING: /^[a-zA-Z0-9_]+$/,
37
NATURAL_NUMBERS: /^\d*\.?\d*$/,
38
KUBERNETES_KEY_PREFIX: /^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$/,
39
KUBERNETES_KEY_NAME: /^(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$/,
0 commit comments