events.v1alpha1.webhookContext
Index
fn withEndpoint(endpoint)
fn withMetadata(metadata)
fn withMetadataMixin(metadata)
fn withMethod(method)
fn withPort(port)
fn withUrl(url)
obj authSecret
obj serverCertSecret
obj serverKeySecret
Fields
fn withEndpoint
withEndpoint(endpoint)
fn withMetadata
withMetadata(metadata)
fn withMetadataMixin
withMetadataMixin(metadata)
Note: This function appends passed data to existing values
fn withMethod
withMethod(method)
fn withPort
withPort(port)
"Port on which HTTP server is listening for incoming events."
fn withUrl
withUrl(url)
"URL is the url of the server."
obj authSecret
"SecretKeySelector selects a key of a Secret."
fn authSecret.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn authSecret.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn authSecret.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj serverCertSecret
"SecretKeySelector selects a key of a Secret."
fn serverCertSecret.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn serverCertSecret.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn serverCertSecret.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj serverKeySecret
"SecretKeySelector selects a key of a Secret."
fn serverKeySecret.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn serverKeySecret.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn serverKeySecret.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"