Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BTrue (0.02 sec)

  1. pkg/volume/csi/csi_attacher_test.go

    	volumetypes "k8s.io/kubernetes/pkg/volume/util/types"
    )
    
    const (
    	testWatchTimeout     = 10 * time.Second
    	testWatchFailTimeout = 2 * time.Second
    )
    
    var (
    	bFalse = false
    	bTrue  = true
    )
    
    func makeTestAttachment(attachID, nodeName, pvName string) *storage.VolumeAttachment {
    	return &storage.VolumeAttachment{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: attachID,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 12:23:16 UTC 2024
    - 58.1K bytes
    - Viewed (0)
Back to top