Documentation
¶
Index ¶
Constants ¶
View Source
const ( ArgForeground = "--foreground" ArgReadOnly = "--read-only" ArgAllowOther = "--allow-other" ArgAllowRoot = "--allow-root" ArgRegion = "--region" ArgCache = "--cache" ArgUserAgentPrefix = "--user-agent-prefix" ArgAWSMaxAttempts = "--aws-max-attempts" ArgGid = "--gid" ArgDirMode = "--dir-mode" ArgFileMode = "--file-mode" ArgDebug = "--debug" ArgDebugCRT = "--debug-crt" ArgFsTab = "-o" )
View Source
const ArgNoValue = ""
A value to use in arguments without any value, i.e., an option.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct {
// contains filtered or unexported fields
}
An Args represents arguments to be passed to Mountpoint during mount.
func (*Args) Remove ¶
Remove removes given key, it returns the key's value and whether the key was found.
func (*Args) SetIfAbsent ¶
SetIfAbsent sets value of given key only if that key does not exist.
func (*Args) SortedList ¶
SortedList returns ordered list of normalized arguments.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package mounter provides functionalities for mounting and unmount Mountpoint instances.
|
Package mounter provides functionalities for mounting and unmount Mountpoint instances. |
|
Package mountoptions provides utilities for passing mount options between containers (e.g., Mountpoint and CSI Driver Node Pods) running in the same node.
|
Package mountoptions provides utilities for passing mount options between containers (e.g., Mountpoint and CSI Driver Node Pods) running in the same node. |
|
Package runner provides utilities for running Mountpoint instances.
|
Package runner provides utilities for running Mountpoint instances. |
Click to show internal directories.
Click to hide internal directories.