events.v1alpha1.sftpEventSource
"SFTPEventSource describes an event-source for sftp related events."
Index
fn withEventType(eventType)
fn withMetadata(metadata)
fn withMetadataMixin(metadata)
fn withPollIntervalDuration(pollIntervalDuration)
obj address
obj filter
obj password
obj sshKeySecret
obj username
obj watchPathConfig
Fields
fn withEventType
withEventType(eventType)
fn withMetadata
withMetadata(metadata)
fn withMetadataMixin
withMetadataMixin(metadata)
Note: This function appends passed data to existing values
fn withPollIntervalDuration
withPollIntervalDuration(pollIntervalDuration)
obj address
"SecretKeySelector selects a key of a Secret."
fn address.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn address.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 address.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj filter
fn filter.withExpression
withExpression(expression)
obj password
"SecretKeySelector selects a key of a Secret."
fn password.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn password.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 password.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj sshKeySecret
"SecretKeySelector selects a key of a Secret."
fn sshKeySecret.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn sshKeySecret.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 sshKeySecret.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj username
"SecretKeySelector selects a key of a Secret."
fn username.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn username.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 username.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj watchPathConfig
fn watchPathConfig.withDirectory
withDirectory(directory)
fn watchPathConfig.withPath
withPath(path)
fn watchPathConfig.withPathRegexp
withPathRegexp(pathRegexp)