Documentation ¶
Index ¶
- Constants
- type Manager
- func (m *Manager) CreateVolume(ctx context.Context, name string) (*client.Volume, error)
- func (m *Manager) GetVolume(name string) (*client.Volume, error)
- func (m *Manager) ListVolumes(ctx context.Context) (result []client.Volume, err error)
- func (m *Manager) RemoveVolume(ctx context.Context, name string, force bool) error
- func (m *Manager) Resolve(id string) (string, error)
- func (m *Manager) Setup(ctx context.Context, mount *v1alpha2.Mount) (*v1alpha2.Mount, error)
- type Volume
Constants ¶
View Source
const ( HostPathVolumeType = Volume("hostPath") NamedVolumeType = Volume("named") Ephemeral = Volume("ephemeral") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) CreateVolume ¶
func (*Manager) ListVolumes ¶
func (*Manager) RemoveVolume ¶
Click to show internal directories.
Click to hide internal directories.