Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Modifier ¶
type Modifier interface { // Name returns the modifier's name. Name() string // Modify executes the modify operation of this PVC. Modify(pv *v1.PersistentVolume, mutableParameters map[string]string) error }
Modifier is responsible for handling pvc modify volume requests.
func NewModifierFromClient ¶
Click to show internal directories.
Click to hide internal directories.