Versions in this module Expand all Collapse all v0 v0.2.2 Oct 24, 2020 GO-2023-2176 GO-2023-2176: Kubernetes csi-proxy vulnerable to privilege escalation due to improper input validation in github.com/kubernetes-csi/csi-proxy Changes in this version + type APIImplementor struct + func New() APIImplementor + func (APIImplementor) AddTargetPortal(portal *TargetPortal) error + func (APIImplementor) ConnectTarget(portal *TargetPortal, iqn string, authType string, chapUser string, ...) error + func (APIImplementor) DisconnectTarget(portal *TargetPortal, iqn string) error + func (APIImplementor) DiscoverTargetPortal(portal *TargetPortal) ([]string, error) + func (APIImplementor) GetTargetDisks(portal *TargetPortal, iqn string) ([]string, error) + func (APIImplementor) ListTargetPortals() ([]TargetPortal, error) + func (APIImplementor) RemoveTargetPortal(portal *TargetPortal) error + type TargetPortal struct + Address string + Port uint32