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