type NodeVolumePath struct { *container.Container // contains filtered or unexported fields }
func (n *NodeVolumePath) Id() string
type Params struct { fx.In ContainerSelector *container.SelectImpl Client client.Client Reader client.Reader `name:"no-cache"` }
type SelectImpl struct { generic.Option // contains filtered or unexported fields }
func New(params Params) *SelectImpl
func (impl *SelectImpl) Select(ctx context.Context, selector *v1alpha1.ContainerNodeVolumePathSelector) ([]*NodeVolumePath, error)