Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setupClientWithVolumeStatsAndCondition (0.36 sec)

  1. pkg/volume/csi/csi_client_test.go

    }
    
    func setupClientWithExpansion(t *testing.T, stageUnstageSet bool, expansionSet bool) csiClient {
    	return newFakeCsiDriverClientWithExpansion(t, stageUnstageSet, expansionSet)
    }
    
    func setupClientWithVolumeStatsAndCondition(t *testing.T, volumeStatsSet, volumeConditionSet bool) csiClient {
    	return newFakeCsiDriverClientWithVolumeStatsAndCondition(t, volumeStatsSet, volumeConditionSet)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 33.9K bytes
    - Viewed (0)
Back to top