Documentation ¶
Index ¶
Constants ¶
View Source
const ( LocalType = "local" HDFSType = "hdfs" HDFSWithKerberosType = "hdfsWithKerberos" S3Type = "s3" SFTPType = "sftp" MockType = "mock" CFSType = "cfs" GlusterFSType = "glusterfs" // common Owner = "owner" Group = "group" // local properties and root path RootKey = "root" SubPath = "subpath" Type = "type" // HDFS properties NameNodeAddress = "dfs.namenode.address" UserKey = "user" BlockSizeKey = "blockSize" ReplicationKey = "replication" // HDFS Kerbers properties Realm = "kerberos.realm" Kdc = "kerberos.kdc" NameNodePrincipal = "kerberos.namenode.principal" Principal = "kerberos.principal" DataTransferProtection = "kerberos.data.transfer.protection" KeyTabData = "kerberos.keytab.data" // S3 properties AccessKey = "accessKey" SecretKey = "secretKey" Endpoint = "endpoint" Bucket = "bucket" Region = "region" InsecureSkipVerify = "insecureSkipVerify" S3ForcePathStyle = "s3ForcePathStyle" DirMode = "dirMode" FileMode = "fileMode" // sftp properties Address = "address" Password = "password" // mock properties PVC = "pvc" Namespace = "namespace" // FSMeta类型 FSType = "fs" LinkType = "link" // Link操作 ADD = "ADD" DELETE = "DELETE" // Link Meta LinkMetaDir = ".config" LinkMetaFile = "links_meta" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.