events.v1alpha1.amqpEventSource
Index
fn withExchangeName(exchangeName)
fn withExchangeType(exchangeType)
fn withJsonBody(jsonBody)
fn withMetadata(metadata)
fn withMetadataMixin(metadata)
fn withRoutingKey(routingKey)
fn withUrl(url)
obj auth
obj connectionBackoff
obj consume
obj exchangeDeclare
obj filter
obj queueBind
obj queueDeclare
obj tls
obj urlSecret
Fields
fn withExchangeName
withExchangeName(exchangeName)
fn withExchangeType
withExchangeType(exchangeType)
fn withJsonBody
withJsonBody(jsonBody)
fn withMetadata
withMetadata(metadata)
fn withMetadataMixin
withMetadataMixin(metadata)
Note: This function appends passed data to existing values
fn withRoutingKey
withRoutingKey(routingKey)
fn withUrl
withUrl(url)
obj auth
obj auth.password
"SecretKeySelector selects a key of a Secret."
fn auth.password.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn auth.password.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn auth.password.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj auth.username
"SecretKeySelector selects a key of a Secret."
fn auth.username.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn auth.username.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn auth.username.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj connectionBackoff
fn connectionBackoff.withSteps
withSteps(steps)
obj connectionBackoff.duration
fn connectionBackoff.duration.withInt64Val
withInt64Val(int64Val)
fn connectionBackoff.duration.withStrVal
withStrVal(strVal)
fn connectionBackoff.duration.withType
withType(type)
obj connectionBackoff.factor
"Amount represent a numeric amount."
fn connectionBackoff.factor.withValue
withValue(value)
obj connectionBackoff.jitter
"Amount represent a numeric amount."
fn connectionBackoff.jitter.withValue
withValue(value)
obj consume
fn consume.withAutoAck
withAutoAck(autoAck)
fn consume.withConsumerTag
withConsumerTag(consumerTag)
fn consume.withExclusive
withExclusive(exclusive)
fn consume.withNoLocal
withNoLocal(noLocal)
fn consume.withNoWait
withNoWait(noWait)
obj exchangeDeclare
fn exchangeDeclare.withAutoDelete
withAutoDelete(autoDelete)
fn exchangeDeclare.withDurable
withDurable(durable)
fn exchangeDeclare.withInternal
withInternal(internal)
fn exchangeDeclare.withNoWait
withNoWait(noWait)
obj filter
fn filter.withExpression
withExpression(expression)
obj queueBind
fn queueBind.withNoWait
withNoWait(noWait)
obj queueDeclare
fn queueDeclare.withArguments
withArguments(arguments)
fn queueDeclare.withAutoDelete
withAutoDelete(autoDelete)
fn queueDeclare.withDurable
withDurable(durable)
fn queueDeclare.withExclusive
withExclusive(exclusive)
fn queueDeclare.withName
withName(name)
fn queueDeclare.withNoWait
withNoWait(noWait)
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"
obj urlSecret
"SecretKeySelector selects a key of a Secret."
fn urlSecret.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn urlSecret.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn urlSecret.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"