Skip to content

Commit

Permalink
Update CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijswolters-rl committed Oct 4, 2024
1 parent b64294a commit 4a667f0
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,10 @@ spec:
port:
description: TCP Port
type: integer
rawPostData:
description: RawPostData can be used to send parameters within
the URL. Changes the request from a GET to a POST
type: string
realBrowser:
description: Enable Real Browser
type: boolean
Expand All @@ -307,6 +311,9 @@ spec:
triggerRate:
description: Minutes to wait before sending an alert
type: integer
userAgent:
description: UserAgent is used to set a user agent string.
type: string
type: object
updownConfig:
description: Configuration for Updown Monitor Provider
Expand Down

0 comments on commit 4a667f0

Please sign in to comment.