events.v1alpha1.hdfsEventSource
Index
fn withAddresses(addresses)
fn withAddressesMixin(addresses)
fn withCheckInterval(checkInterval)
fn withHdfsUser(hdfsUser)
fn withKrbRealm(krbRealm)
fn withKrbServicePrincipalName(krbServicePrincipalName)
fn withKrbUsername(krbUsername)
fn withMetadata(metadata)
fn withMetadataMixin(metadata)
fn withType(type)
obj krbCCacheSecret
obj krbConfigConfigMap
obj krbKeytabSecret
obj watchPathConfig
Fields
fn withAddresses
withAddresses(addresses)
fn withAddressesMixin
withAddressesMixin(addresses)
Note: This function appends passed data to existing values
fn withCheckInterval
withCheckInterval(checkInterval)
fn withHdfsUser
withHdfsUser(hdfsUser)
"HDFSUser is the user to access HDFS file system.\nIt is ignored if either ccache or keytab is used."
fn withKrbRealm
withKrbRealm(krbRealm)
"KrbRealm is the Kerberos realm used with Kerberos keytab\nIt must be set if keytab is used."
fn withKrbServicePrincipalName
withKrbServicePrincipalName(krbServicePrincipalName)
"KrbServicePrincipalName is the principal name of Kerberos service\nIt must be set if either ccache or keytab is used."
fn withKrbUsername
withKrbUsername(krbUsername)
"KrbUsername is the Kerberos username used with Kerberos keytab\nIt must be set if keytab is used."
fn withMetadata
withMetadata(metadata)
fn withMetadataMixin
withMetadataMixin(metadata)
Note: This function appends passed data to existing values
fn withType
withType(type)
obj krbCCacheSecret
"SecretKeySelector selects a key of a Secret."
fn krbCCacheSecret.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn krbCCacheSecret.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn krbCCacheSecret.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj krbConfigConfigMap
"Selects a key from a ConfigMap."
fn krbConfigConfigMap.withKey
withKey(key)
"The key to select."
fn krbConfigConfigMap.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn krbConfigConfigMap.withOptional
withOptional(optional)
"Specify whether the ConfigMap or its key must be defined"
obj krbKeytabSecret
"SecretKeySelector selects a key of a Secret."
fn krbKeytabSecret.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn krbKeytabSecret.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn krbKeytabSecret.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)