package
0.7.0
Repository: https://github.com/nalind/kubernetes-1.git
Documentation: pkg.go.dev

# Functions

CreateVolumeBuilder returns a Builder capable of mounting a volume described by an *api.Volume, or an error.
CreateVolumeCleaner returns a Cleaner capable of tearing down a volume.
GetCurrentVolumes examines directory structure to determine volumes that are presently active and mounted.

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
EmptyDir volumes are temporary directories exposed to the pod.
No description provided by the author
GCEPersistentDisk volumes are disk resources provided by Google Compute Engine that are attached to the kubelet's host machine and exposed to the pod.
No description provided by the author
HostDir volumes represent a bare host directory mount.

# Interfaces

Builder interface provides method to set up/mount the volume.
Cleaner interface provides method to cleanup/unmount the volumes.
Interface is a directory used by pods or hosts.