Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.67 KB

File metadata and controls

20 lines (16 loc) · 1.67 KB

ArgoWorkflowsClient.Model.IoArgoprojWorkflowV1alpha1HDFSArtifactRepository

HDFSArtifactRepository defines the controller configuration for an HDFS artifact repository

Properties

Name Type Description Notes
Addresses List<string> Addresses is accessible addresses of HDFS name nodes [optional]
Force bool Force copies a file forcibly even if it exists [optional]
HdfsUser string HDFSUser is the user to access HDFS file system. It is ignored if either ccache or keytab is used. [optional]
KrbCCacheSecret IoK8sApiCoreV1SecretKeySelector [optional]
KrbConfigConfigMap IoK8sApiCoreV1ConfigMapKeySelector [optional]
KrbKeytabSecret IoK8sApiCoreV1SecretKeySelector [optional]
KrbRealm string KrbRealm is the Kerberos realm used with Kerberos keytab It must be set if keytab is used. [optional]
KrbServicePrincipalName string KrbServicePrincipalName is the principal name of Kerberos service It must be set if either ccache or keytab is used. [optional]
KrbUsername string KrbUsername is the Kerberos username used with Kerberos keytab It must be set if keytab is used. [optional]
PathFormat string PathFormat is defines the format of path to store a file. Can reference workflow variables [optional]

[Back to Model list] [Back to API list] [Back to README]