options

package
v3.0.0-beta+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// OptionsSecret Secret used to get secret for secure devices
	OptionsSecret = "SECRET_NAME"
	// OptionsSecretKey Key used to secure devices
	OptionsSecretKey = "SECRET_KEY"
	// OptionsSecretContext Context used to provide additional info to retrive secret
	OptionsSecretContext = "SECRET_CONTEXT"
	// OptionsUnmountBeforeDetach Issue an Unmount before trying the detach
	OptionsUnmountBeforeDetach = "UNMOUNT_BEFORE_DETACH"
	// OptionsDeleteAfterUnmount Delete the mount path after Unmount
	OptionsDeleteAfterUnmount = "DELETE_AFTER_UNMOUNT"
	// OptionsDeleteAfterUnmount Introduce a delay before deleting mount path
	OptionsWaitBeforeDelete = "WAIT_BEFORE_DELETE"
	// OptionsRedirectDetach Redirect detach to the node where volume is attached
	OptionsRedirectDetach = "REDIRECT_DETACH"
	// OptionsDeviceFuseMount name of fuse mount device
	OptionsDeviceFuseMount = "DEV_FUSE_MOUNT"
	// OptionsForceDetach Forcefully detach device from kernel
	OptionsForceDetach = "FORCE_DETACH"
)

Options specifies keys from a key-value pair that can be passed in to the APIS

Variables

This section is empty.

Functions

func IsBoolOptionSet

func IsBoolOptionSet(options map[string]string, key string) bool

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL