Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPVCExtractPV (0.23 sec)

  1. pkg/kubelet/volumemanager/populator/desired_state_of_world_populator.go

    		}
    	}
    	return nil, spec, "", nil
    }
    
    // getPVCExtractPV fetches the PVC object with the given namespace and name from
    // the API server, checks whether PVC is being deleted, extracts the name of the PV
    // it is pointing to and returns it.
    // An error is returned if the PVC object's phase is not "Bound".
    func (dswp *desiredStateOfWorldPopulator) getPVCExtractPV(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 09:02:45 UTC 2024
    - 23.8K bytes
    - Viewed (0)
Back to top