Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BindConfig ¶
type BindConfig struct {
Allowed bool
}
type BindMounter ¶
type BindMounter struct {
// contains filtered or unexported fields
}
func NewBindMounter ¶
func NewBindMounter(cfg BindConfig) *BindMounter
type KubernetesConfig ¶
type KubernetesConfig struct {
AllNamespaces string `json:"allNamespaces,omitempty"`
}
KubernetesConfig contains Kubernetes orchestrator settings
type TmpfsMounter ¶
type TmpfsMounter struct { }
func NewTmpfsMounter ¶
func NewTmpfsMounter() *TmpfsMounter
type VolumeMounter ¶
type VolumeMounter struct {
// contains filtered or unexported fields
}
func NewVolumeMounter ¶
func NewVolumeMounter() (*VolumeMounter, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.