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