Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ spec:
items:
description: HTTPFileRule defines an HTTP file rule.
properties:
insecureSkipVerify:
insecureSkipTlsVerify:
description: |-
InsecureSkipVerify controls whether the HTTP client used validate the rule skips TLS
certificate verification. Defaults to false.
InsecureSkipTLSVerify controls whether the HTTP client used validate the rule skips TLS certificate verification.
Defaults to false.
type: boolean
name:
description: RuleName is a unique identifier for the rule in
Expand Down Expand Up @@ -218,6 +218,11 @@ spec:
properties:
host:
type: string
insecureSkipTlsVerify:
description: |-
InsecureSkipTLSVerify controls whether the HTTP client used validate the rule skips TLS certificate verification.
Defaults to false.
type: boolean
name:
description: RuleName is a unique identifier for the rule in
the validator. Used to ensure conditions do not overwrite
Expand All @@ -228,13 +233,11 @@ spec:
items:
type: integer
type: array
proxyAddress:
type: string
proxyPort:
timeout:
default: 5
description: Timeout is the duration to wait, in seconds, for
a connection to be established. Defaults to 5 seconds.
type: integer
proxyProtocol:
pattern: ^(4|5|connect)?$
type: string
required:
- host
- name
Expand Down