events.v1alpha1.httpTrigger
Index
fn withHeaders(headers)fn withHeadersMixin(headers)fn withMethod(method)fn withParameters(parameters)fn withParametersMixin(parameters)fn withPayload(payload)fn withPayloadMixin(payload)fn withSecureHeaders(secureHeaders)fn withSecureHeadersMixin(secureHeaders)fn withTimeout(timeout)fn withUrl(url)obj basicAuthobj tls
Fields
fn withHeaders
withHeaders(headers)
fn withHeadersMixin
withHeadersMixin(headers)
Note: This function appends passed data to existing values
fn withMethod
withMethod(method)
fn withParameters
withParameters(parameters)
"Parameters is the list of key-value extracted from event's payload that are applied to\nthe HTTP trigger resource."
fn withParametersMixin
withParametersMixin(parameters)
"Parameters is the list of key-value extracted from event's payload that are applied to\nthe HTTP trigger resource."
Note: This function appends passed data to existing values
fn withPayload
withPayload(payload)
fn withPayloadMixin
withPayloadMixin(payload)
Note: This function appends passed data to existing values
fn withSecureHeaders
withSecureHeaders(secureHeaders)
fn withSecureHeadersMixin
withSecureHeadersMixin(secureHeaders)
Note: This function appends passed data to existing values
fn withTimeout
withTimeout(timeout)
fn withUrl
withUrl(url)
"URL refers to the URL to send HTTP request to."
obj basicAuth
obj basicAuth.password
"SecretKeySelector selects a key of a Secret."
fn basicAuth.password.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn basicAuth.password.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn basicAuth.password.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj basicAuth.username
"SecretKeySelector selects a key of a Secret."
fn basicAuth.username.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn basicAuth.username.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn basicAuth.username.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj tls
"TLSConfig refers to TLS configuration for a client."
fn tls.withInsecureSkipVerify
withInsecureSkipVerify(insecureSkipVerify)
obj tls.caCertSecret
"SecretKeySelector selects a key of a Secret."
fn tls.caCertSecret.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn tls.caCertSecret.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn tls.caCertSecret.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj tls.clientCertSecret
"SecretKeySelector selects a key of a Secret."
fn tls.clientCertSecret.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn tls.clientCertSecret.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn tls.clientCertSecret.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj tls.clientKeySecret
"SecretKeySelector selects a key of a Secret."
fn tls.clientKeySecret.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn tls.clientKeySecret.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn tls.clientKeySecret.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"