Skip to content

Commit

Permalink
[ENHANCEMENT] update perses crd
Browse files Browse the repository at this point in the history
Signed-off-by: Akshay Iyyadurai Balasundaram <[email protected]>
  • Loading branch information
ibakshay committed Oct 21, 2024
1 parent 249615f commit b84e3d2
Showing 1 changed file with 12 additions and 24 deletions.
36 changes: 12 additions & 24 deletions config/crd/bases/perses.dev_perses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ spec:
type: string
read_timeout:
description: I/O read timeout
format: int64
type: integer
format: duration
type: string
reject_read_only:
description: Reject read-only connections
type: boolean
Expand All @@ -138,8 +138,8 @@ spec:
type: string
timeout:
description: Dial timeout
format: int64
type: integer
format: duration
type: string
tls_config:
description: TLS configuration
properties:
Expand Down Expand Up @@ -197,8 +197,8 @@ spec:
type: string
write_timeout:
description: I/O write timeout
format: int64
type: integer
format: duration
type: string
required:
- allow_all_files
- allow_cleartext_passwords
Expand Down Expand Up @@ -292,12 +292,8 @@ spec:
type: boolean
options:
items:
description: |-
Duration wraps time.Duration. It is used to parse the custom duration format
from YAML.
This type should not propagate beyond the scope of input/output processing.
format: int64
type: integer
format: duration
type: string
type: array
required:
- disable_custom
Expand Down Expand Up @@ -631,12 +627,8 @@ spec:
http:
properties:
timeout:
description: |-
Duration wraps time.Duration. It is used to parse the custom duration format
from YAML.
This type should not propagate beyond the scope of input/output processing.
format: int64
type: integer
format: duration
type: string
tls_config:
properties:
ca:
Expand Down Expand Up @@ -759,12 +751,8 @@ spec:
http:
properties:
timeout:
description: |-
Duration wraps time.Duration. It is used to parse the custom duration format
from YAML.
This type should not propagate beyond the scope of input/output processing.
format: int64
type: integer
format: duration
type: string
tls_config:
properties:
ca:
Expand Down

0 comments on commit b84e3d2

Please sign in to comment.