Skip to content

workflow.v1alpha1.hdfsArtifactRepository

"HDFSArtifactRepository defines the controller configuration for an HDFS artifact repository"

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 withDataTransferProtection

withDataTransferProtection(dataTransferProtection)

"DataTransferProtection is the protection level for HDFS data transfer. It corresponds to the dfs.data.transfer.protection configuration in HDFS."

fn withForce

withForce(force)

"Force copies a file forcibly even if it exists"

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. 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 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. 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 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. 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 krbKeytabSecret.withOptional

withOptional(optional)

"Specify whether the Secret or its key must be defined"