type noopExpandableVolumePluginInstance … var _ … func (n *noopExpandableVolumePluginInstance) ExpandVolumeDevice(spec *Spec, newSize resource.Quantity, oldSize resource.Quantity) (resource.Quantity, error) { … } func (n *noopExpandableVolumePluginInstance) Init(host VolumeHost) error { … } func (n *noopExpandableVolumePluginInstance) GetPluginName() string { … } func (n *noopExpandableVolumePluginInstance) GetVolumeName(spec *Spec) (string, error) { … } func (n *noopExpandableVolumePluginInstance) CanSupport(spec *Spec) bool { … } func (n *noopExpandableVolumePluginInstance) RequiresRemount(spec *Spec) bool { … } func (n *noopExpandableVolumePluginInstance) NewMounter(spec *Spec, podRef *v1.Pod) (Mounter, error) { … } func (n *noopExpandableVolumePluginInstance) NewUnmounter(name string, podUID types.UID) (Unmounter, error) { … } func (n *noopExpandableVolumePluginInstance) ConstructVolumeSpec(volumeName, mountPath string) (ReconstructedVolume, error) { … } func (n *noopExpandableVolumePluginInstance) SupportsMountOption() bool { … } func (n *noopExpandableVolumePluginInstance) RequiresFSResize() bool { … } func (n *noopExpandableVolumePluginInstance) SupportsSELinuxContextMount(spec *Spec) (bool, error) { … }