Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 104 of 104 for blockCode (0.15 sec)

  1. CHANGELOG/CHANGELOG-1.22.md

    - Some of the in-tree storage drivers indicate support for the `MetricsProvider` interface, but fail to configure this for BlockMode volumes. With a recent change, `Kubelet` will call `GetMetrics()` for BlockMode volumes, and the in-tree drivers that miss the support cause a Go panic. Now the in-tree storage drivers that support BlockMode volumes, will return the Capacity of the volume in the `GetMetrics()` call. ([#101587](https://github.com/kubernetes/kubernetes/pull/101587),...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. api/go1.txt

    pkg crypto/cipher, type Block interface, Decrypt([]uint8, []uint8)
    pkg crypto/cipher, type Block interface, Encrypt([]uint8, []uint8)
    pkg crypto/cipher, type BlockMode interface { BlockSize, CryptBlocks }
    pkg crypto/cipher, type BlockMode interface, BlockSize() int
    pkg crypto/cipher, type BlockMode interface, CryptBlocks([]uint8, []uint8)
    pkg crypto/cipher, type Stream interface { XORKeyStream }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top