Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSI ¶
type CSI interface { List(ctx context.Context) (map[string]*types.VolumeState, error) Create(ctx context.Context, name string, manifest *types.VolumeManifest) (*types.VolumeState, error) FilesPut(ctx context.Context, state *types.VolumeState, files map[string]string) error FilesCheck(ctx context.Context, state *types.VolumeState, files map[string]string) (bool, error) FilesDel(ctx context.Context, state *types.VolumeState, files []string) error Remove(ctx context.Context, state *types.VolumeState) error }
Click to show internal directories.
Click to hide internal directories.