Skip to content

Commit 546d8f2

Browse files
committed
adding generated manifest and crd
1 parent 5ca2dac commit 546d8f2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

charts/ingressmonitorcontroller/crds/endpointmonitor.stakater.com_endpointmonitors.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ spec:
139139
enableSslAlert:
140140
description: Enable SSL Alert
141141
type: boolean
142+
findString:
143+
description: String to look for within the response. Considered
144+
down if not found
145+
type: string
142146
followRedirect:
143147
description: Enable ingress redirects
144148
type: boolean

config/crd/bases/endpointmonitor.stakater.com_endpointmonitors.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ spec:
139139
enableSslAlert:
140140
description: Enable SSL Alert
141141
type: boolean
142+
findString:
143+
description: String to look for within the response. Considered
144+
down if not found
145+
type: string
142146
followRedirect:
143147
description: Enable ingress redirects
144148
type: boolean

0 commit comments

Comments
 (0)