package
0.12.12
Repository: https://github.com/hashicorp/nomad.git
Documentation: pkg.go.dev

# Packages

fake is a package that includes fake implementations of public interfaces from the CSI package for testing.

# Functions

# Constants

PluginTypeCSI implements the CSI plugin interface.

# Variables

# Structs

# Interfaces

CSIControllerClient defines the minimal CSI Controller Plugin interface used by nomad to simplify the interface required for testing.
CSINodeClient defines the minimal CSI Node Plugin interface used by nomad to simplify the interface required for testing.
CSIPlugin implements a lightweight abstraction layer around a CSI Plugin.

# Type aliases

VolumeAccessMode represents the desired access mode of the CSI Volume.
VolumeAccessType represents the filesystem apis that the user intends to use with the volume.