Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DeleteVolumeNode (0.24 sec)

  1. pkg/controller/volume/attachdetach/cache/actual_state_of_world_test.go

    }
    
    // Populates data struct with one volume/node entry.
    // Calls DeleteVolumeNode() to delete volume/node.
    // Verifies no volume/node entries exists.
    func Test_DeleteVolumeNode_Positive_VolumeExistsNodeExists(t *testing.T) {
    	// Arrange
    	volumePluginMgr, _ := volumetesting.GetTestVolumePluginMgr(t)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 07:35:17 UTC 2024
    - 66.1K bytes
    - Viewed (0)
  2. pkg/controller/volume/attachdetach/cache/actual_state_of_world.go

    	// DeleteVolumeNode removes the given volume and node from the underlying
    	// store indicating the specified volume is no longer attached to the
    	// specified node.
    	// If the volume/node combo does not exist, this is a no-op.
    	// If after deleting the node, the specified volume contains no other child
    	// nodes, the volume is also deleted.
    	DeleteVolumeNode(volumeName v1.UniqueVolumeName, nodeName types.NodeName)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 07:35:17 UTC 2024
    - 28.7K bytes
    - Viewed (0)
Back to top