Skip to content

workflow.v1alpha1.http

Index

Fields

fn withBody

withBody(body)

"Body is content of the HTTP Request"

fn withHeaders

withHeaders(headers)

"Headers are an optional list of headers to send with HTTP requests"

fn withHeadersMixin

withHeadersMixin(headers)

"Headers are an optional list of headers to send with HTTP requests"

Note: This function appends passed data to existing values

fn withInsecureSkipVerify

withInsecureSkipVerify(insecureSkipVerify)

"insecureSkipVerify is a bool when if set to true will skip TLS verification for the HTTP client"

fn withMethod

withMethod(method)

"Method is HTTP methods for HTTP Request"

fn withSuccessCondition

withSuccessCondition(successCondition)

"SuccessCondition is an expression if evaluated to true is considered successful"

fn withTimeoutSeconds

withTimeoutSeconds(timeoutSeconds)

"TimeoutSeconds is request timeout for HTTP Request. Default is 30 seconds"

fn withUrl

withUrl(url)

"URL of the HTTP Request"