events.v1alpha1.natsTrigger
"NATSTrigger refers to the specification of the NATS trigger."
Index
fn withParameters(parameters)
fn withParametersMixin(parameters)
fn withPayload(payload)
fn withPayloadMixin(payload)
fn withSubject(subject)
fn withUrl(url)
obj tls
Fields
fn withParameters
withParameters(parameters)
fn withParametersMixin
withParametersMixin(parameters)
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 withSubject
withSubject(subject)
"Name of the subject to put message on."
fn withUrl
withUrl(url)
"URL of the NATS cluster."
obj tls
"TLSConfig refers to TLS configuration for a client."
fn tls.withCaCertPath
withCaCertPath(caCertPath)
fn tls.withClientCertPath
withClientCertPath(clientCertPath)
fn tls.withClientKeyPath
withClientKeyPath(clientKeyPath)
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"