You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Latest image of kube-rbac-proxy fails on openshift with permission issues. To resolve use `registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.7.0` instead of kube-rbac-proxy. This issue can be tracked [here](https://github.com/operator-framework/operator-sdk/issues/4684).
description: EndpointMonitor is the Schema for the endpointmonitors API
21
21
properties:
22
22
apiVersion:
23
-
description: 'APIVersion defines the versioned schema of this representation
24
-
of an object. Servers should convert recognized schemas to the latest
25
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
23
+
description: |-
24
+
APIVersion defines the versioned schema of this representation of an object.
25
+
Servers should convert recognized schemas to the latest internal value, and
26
+
may reject unrecognized values.
27
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
26
28
type: string
27
29
kind:
28
-
description: 'Kind is a string value representing the REST resource this
29
-
object represents. Servers may infer this from the endpoint the client
30
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
30
+
description: |-
31
+
Kind is a string value representing the REST resource this object represents.
32
+
Servers may infer this from the endpoint the client submits requests to.
33
+
Cannot be updated.
34
+
In CamelCase.
35
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
31
36
type: string
32
37
metadata:
33
38
type: object
@@ -64,9 +69,9 @@ spec:
64
69
properties:
65
70
alertSensitivity:
66
71
default: none
67
-
description: The alertSensitivity value defaults to none if there
68
-
are no alerts or can be set to low, medium, or high to correspond
69
-
to the check alert levels.
72
+
description: |-
73
+
The alertSensitivity value defaults to none if there are no alerts or can be set to low, medium,
74
+
or high to correspond to the check alert levels.
70
75
enum:
71
76
- none
72
77
- low
@@ -79,11 +84,10 @@ spec:
79
84
format: int64
80
85
type: integer
81
86
probes:
82
-
description: Probes are the monitoring agents responsible for
83
-
simulating user interactions with your web applications or services.
84
-
These agents periodically send requests to predefined URLs and
85
-
record the responses, checking for expected outcomes and measuring
86
-
performance.
87
+
description: |-
88
+
Probes are the monitoring agents responsible for simulating user interactions with your web applications
89
+
or services. These agents periodically send requests to predefined URLs and record the responses,
90
+
checking for expected outcomes and measuring performance.
87
91
items:
88
92
type: string
89
93
type: array
@@ -113,18 +117,17 @@ spec:
113
117
description: Set to "true" to pause checks
114
118
type: boolean
115
119
postDataEnvVar:
116
-
description: Data that should be posted to the web page, for example
117
-
submission data for a sign-up or login form. The data needs
118
-
to be formatted in the same way as a web browser would send
119
-
it to the web server. Because post data contains sensitive secret
120
-
this field is only a reference to an environment variable.
120
+
description: |-
121
+
Data that should be posted to the web page, for example submission data for a sign-up or login form.
122
+
The data needs to be formatted in the same way as a web browser would send it to the web server.
123
+
Because post data contains sensitive secret this field is only a reference to an environment variable.
121
124
type: string
122
125
requestHeaders:
123
126
description: Custom request headers
124
127
type: string
125
128
requestHeadersEnvVar:
126
-
description: Custom request headers that should be read from an
127
-
environment variable as it possibly contains sensitive data.
129
+
description: |-
130
+
Custom request headers that should be read from an environment variable as it possibly contains sensitive data.
128
131
An example would be an API token.
129
132
type: string
130
133
resolution:
@@ -138,11 +141,10 @@ spec:
138
141
HTML code of the page
139
142
type: string
140
143
sslDownDaysBefore:
141
-
description: Consider down prior to certificate expiring Select
142
-
the number of days prior to your certificate expiry date that
143
-
you want to consider the check down. At this day your check
144
-
will be considered down and if applicable a down alert will
145
-
be sent.
144
+
description: |-
145
+
Consider down prior to certificate expiring
146
+
Select the number of days prior to your certificate expiry date that you want to consider the check down.
147
+
At this day your check will be considered down and if applicable a down alert will be sent.
146
148
type: integer
147
149
tags:
148
150
description: Comma separated set of tags to apply to check (e.g.
@@ -152,11 +154,11 @@ spec:
152
154
description: '`-` separated team id''s (e.g. "1234567_8_9-9876543_2_1")'
153
155
type: string
154
156
verifyCertificate:
155
-
description: Monitor SSL/TLS certificate Monitor the validity
156
-
of your SSL/TLS certificate. With this enabled Uptime checks
157
-
will be considered DOWN when the certificate becomes invalid
158
-
or expires. SSL/TLS certificate monitoring is available for
159
-
HTTP checks.
157
+
description: |-
158
+
Monitor SSL/TLS certificate
159
+
Monitor the validity of your SSL/TLS certificate. With this enabled Uptime checks will be considered DOWN when
160
+
the certificate becomes invalid or expires.
161
+
SSL/TLS certificate monitoring is available for HTTP checks.
160
162
type: boolean
161
163
type: object
162
164
pingdomTransactionConfig:
@@ -217,18 +219,17 @@ spec:
217
219
args:
218
220
additionalProperties:
219
221
type: string
220
-
description: 'contains the html element with assigned value
221
-
the key element is always lowercase for example {"url":
222
-
"https://www.pingdom.com"} see available values at https://pkg.go.dev/github.com/karlderkaefer/pingdom-golang-client@latest/pkg/pingdom/client/tmschecks#StepArg'
222
+
description: |-
223
+
contains the html element with assigned value
224
+
the key element is always lowercase for example {"url": "https://www.pingdom.com"}
225
+
see available values at https://pkg.go.dev/github.com/karlderkaefer/pingdom-golang-client@latest/pkg/pingdom/client/tmschecks#StepArg
223
226
type: object
224
227
function:
225
-
description: 'contains the function that is executed as
226
-
part of the step commands: go_to, click, fill, check,
0 commit comments