Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for VolumeLabels (0.16 sec)

  1. pkg/volume/portworx/portworx_util.go

    		locator = &osdapi.VolumeLocator{
    			VolumeLabels: make(map[string]string),
    		}
    	}
    	locator.Name = p.options.PVName
    
    	// Add claim Name as a part of Portworx Volume Labels
    	locator.VolumeLabels[pvcClaimLabel] = p.options.PVC.Name
    	locator.VolumeLabels[pvcNamespaceLabel] = p.options.PVC.Namespace
    
    	for k, v := range p.options.PVC.Annotations {
    		if _, present := spec.VolumeLabels[k]; present {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 16 11:12:06 UTC 2022
    - 12.2K bytes
    - Viewed (0)
Back to top