Skip to content

workflow.v1alpha1.hdfsArtifact

"HDFSArtifact is the location of an HDFS artifact"

Index

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 withPath

withPath(path)

"Path is a file path in HDFS"

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"