Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for verifyVolumeAttachability (0.32 sec)

  1. pkg/kubelet/volumemanager/cache/actual_state_of_world_test.go

    				asw.UpdateReconstructedVolumeAttachability(volumeOpts.VolumeName, true)
    				return nil
    			},
    			verifyCallback: func(asw ActualStateOfWorld, volumeOpts operationexecutor.MarkVolumeOpts) error {
    				verifyVolumeAttachability(t, volumeOpts.VolumeName, asw, volumeAttachabilityTrue)
    				return nil
    			},
    		},
    		{
    			name: "uncertain attachability is resolved to non-attachable",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 46.3K bytes
    - Viewed (0)
Back to top