Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for blockCode (0.21 sec)

  1. pkg/apis/core/validation/validation_test.go

    				t.Errorf("Unexpected failure for scenario: %s - %+v", name, errs)
    			}
    		})
    	}
    
    }
    
    func TestValidatePersistentVolumeSpec(t *testing.T) {
    	fsmode := core.PersistentVolumeFilesystem
    	blockmode := core.PersistentVolumeBlock
    	scenarios := map[string]struct {
    		isExpectedFailure bool
    		isInlineSpec      bool
    		pvSpec            *core.PersistentVolumeSpec
    	}{
    		"pv-pvspec-valid": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    	},
    	"crypto/cipher": {
    		{"(StreamReader).Read", Method, 0},
    		{"(StreamWriter).Close", Method, 0},
    		{"(StreamWriter).Write", Method, 0},
    		{"AEAD", Type, 2},
    		{"Block", Type, 0},
    		{"BlockMode", Type, 0},
    		{"NewCBCDecrypter", Func, 0},
    		{"NewCBCEncrypter", Func, 0},
    		{"NewCFBDecrypter", Func, 0},
    		{"NewCFBEncrypter", Func, 0},
    		{"NewCTR", Func, 0},
    		{"NewGCM", Func, 2},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top