Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for existingVolumes (0.32 sec)

  1. pkg/kubelet/kubelet_node_status_test.go

    	assert.IsType(t, core.GetActionImpl{}, actions[9])
    }
    
    func TestUpdateNodeStatusAndVolumesInUseWithNodeLease(t *testing.T) {
    	cases := []struct {
    		desc                  string
    		existingVolumes       []v1.UniqueVolumeName // volumes to initially populate volumeManager
    		existingNode          *v1.Node              // existing node object
    		expectedNode          *v1.Node              // new node object after patch
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  2. pkg/kubelet/volumemanager/cache/desired_state_of_world.go

    		// It will be added below as podToMount, now just report SELinux metric.
    		if pluginSupportsSELinuxContextMount {
    			existingVolume := dsw.volumesToMount[volumeName]
    			if seLinuxFileLabel != existingVolume.originalSELinuxLabel {
    				fullErr := fmt.Errorf("conflicting SELinux labels of volume %s: %q and %q", volumeSpec.Name(), existingVolume.originalSELinuxLabel, seLinuxFileLabel)
    				supported := util.VolumeSupportsSELinuxMount(volumeSpec)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 27.1K bytes
    - Viewed (0)
Back to top