events.v1alpha1.emailTrigger
"EmailTrigger refers to the specification of the email notification trigger."
Index
fn withBody(body)
fn withFrom(from)
fn withHost(host)
fn withParameters(parameters)
fn withParametersMixin(parameters)
fn withPort(port)
fn withSubject(subject)
fn withTo(to)
fn withToMixin(to)
fn withUsername(username)
obj smtpPassword
Fields
fn withBody
withBody(body)
fn withFrom
withFrom(from)
fn withHost
withHost(host)
"Host refers to the smtp host url to which email is send."
fn withParameters
withParameters(parameters)
fn withParametersMixin
withParametersMixin(parameters)
Note: This function appends passed data to existing values
fn withPort
withPort(port)
fn withSubject
withSubject(subject)
fn withTo
withTo(to)
fn withToMixin
withToMixin(to)
Note: This function appends passed data to existing values
fn withUsername
withUsername(username)
obj smtpPassword
"SecretKeySelector selects a key of a Secret."
fn smtpPassword.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn smtpPassword.withName
withName(name)
"Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn smtpPassword.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"