const osdMgmtDefaultPort …
const osdDriverVersion …
const pxdDriverName …
const pvcClaimLabel …
const pvcNamespaceLabel …
const pxServiceName …
const pxDriverName …
type portworxVolumeUtil …
func (util *portworxVolumeUtil) CreateVolume(p *portworxVolumeProvisioner) (string, int64, map[string]string, error) { … }
func (util *portworxVolumeUtil) DeleteVolume(d *portworxVolumeDeleter) error { … }
func (util *portworxVolumeUtil) AttachVolume(m *portworxVolumeMounter, attachOptions map[string]string) (string, error) { … }
func (util *portworxVolumeUtil) DetachVolume(u *portworxVolumeUnmounter) error { … }
func (util *portworxVolumeUtil) MountVolume(m *portworxVolumeMounter, mountPath string) error { … }
func (util *portworxVolumeUtil) UnmountVolume(u *portworxVolumeUnmounter, mountPath string) error { … }
func (util *portworxVolumeUtil) ResizeVolume(spec *volume.Spec, newSize resource.Quantity, volumeHost volume.VolumeHost) error { … }
func isClientValid(client *osdclient.Client) (bool, error) { … }
func createDriverClient(hostname string, port int32) (*osdclient.Client, error) { … }
func (util *portworxVolumeUtil) getPortworxDriver(volumeHost volume.VolumeHost) (volumeapi.VolumeDriver, error) { … }
func (util *portworxVolumeUtil) getLocalPortworxDriver(volumeHost volume.VolumeHost) (volumeapi.VolumeDriver, error) { … }
func lookupPXAPIPortFromService(svc *v1.Service) int32 { … }
func getPortworxService(host volume.VolumeHost) (*v1.Service, error) { … }