workflow.v1alpha1.hdfsArtifactRepository
"HDFSArtifactRepository defines the controller configuration for an HDFS artifact repository"
Index
fn withAddresses(addresses)
fn withAddressesMixin(addresses)
fn withForce(force)
fn withHdfsUser(hdfsUser)
fn withKrbRealm(krbRealm)
fn withKrbServicePrincipalName(krbServicePrincipalName)
fn withKrbUsername(krbUsername)
fn withPathFormat(pathFormat)
obj krbCCacheSecret
obj krbConfigConfigMap
obj krbKeytabSecret
Fields
fn withAddresses
withAddresses(addresses)
"Addresses is accessible addresses of HDFS name nodes"
fn withAddressesMixin
withAddressesMixin(addresses)
"Addresses is accessible addresses of HDFS name nodes"
Note: This function appends passed data to existing values
fn withForce
withForce(force)
"Force copies a file forcibly even if it exists (default: false)"
fn withHdfsUser
withHdfsUser(hdfsUser)
"HDFSUser is the user to access HDFS file system. It is ignored if either ccache or keytab is used."
fn withKrbRealm
withKrbRealm(krbRealm)
"KrbRealm is the Kerberos realm used with Kerberos keytab It must be set if keytab is used."
fn withKrbServicePrincipalName
withKrbServicePrincipalName(krbServicePrincipalName)
"KrbServicePrincipalName is the principal name of Kerberos service It must be set if either ccache or keytab is used."
fn withKrbUsername
withKrbUsername(krbUsername)
"KrbUsername is the Kerberos username used with Kerberos keytab It must be set if keytab is used."
fn withPathFormat
withPathFormat(pathFormat)
"PathFormat is defines the format of path to store a file. Can reference workflow variables"
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"