Documentation
¶
Index ¶
- Constants
- Variables
- func BuildKubeClient() (*kubernetes.Clientset, error)
- func Clean(ctx context.Context, namespace, pvcName, localMountPoint string) error
- func GenerateKeyPair(curve elliptic.Curve) (string, string, error)
- func Mount(ctx context.Context, namespace, pvcName, localMountPoint string, ...) error
Constants ¶
View Source
const ( ImageVersion = "v0.2.3" //"v0.2.1" Image = "bfenski/volume-exposer:" + ImageVersion PrivilegedImage = "bfenski/volume-exposer-privileged:" + ImageVersion DefaultUserGroup int64 = 2137 DefaultSSHPort int = 2137 ProxySSHPort int = 6666 CPURequest = "10m" MemoryRequest = "50Mi" MemoryLimit = "100Mi" EphemeralStorageRequest = "1Mi" EphemeralStorageLimit = "2Mi" )
Variables ¶
View Source
var DefaultID int64 = 2137
Functions ¶
func BuildKubeClient ¶
func BuildKubeClient() (*kubernetes.Clientset, error)
func GenerateKeyPair ¶ added in v0.0.10
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.