Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 123 for volerr (0.1 sec)

  1. cmd/kube-controller-manager/app/options/options_test.go

    				t.Errorf("expected errors, no errors found")
    			}
    
    			if len(errs) > 0 && tc.expectErrors {
    				gotErr := utilerrors.NewAggregate(errs).Error()
    				if !strings.Contains(gotErr, tc.expectedErrorSubString) {
    					t.Errorf("expected error: %s, got err: %v", tc.expectedErrorSubString, gotErr)
    				}
    			}
    		})
    	}
    }
    
    func TestValidateControllerManagerOptions(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  2. pkg/scheduler/schedule_one_test.go

    			var (
    				gotErr  error
    				gotBind *v1.Binding
    			)
    			select {
    			case gotErr = <-errChan:
    			case gotBind = <-bindingChan:
    			case <-time.After(chanTimeout):
    				t.Fatalf("did not receive pod binding or error after %v", chanTimeout)
    			}
    			if item.expectError != nil {
    				if gotErr == nil || item.expectError.Error() != gotErr.Error() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  3. docs/pt/docs/async.md

    Então, durante esse tempo, o computador pode ir e fazer outro trabalho, enquanto o "arquivo lento" 📝 termine.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 22.2K bytes
    - Viewed (0)
  4. hack/tools/go.mod

    	github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
    	github.com/gostaticanalysis/comment v1.4.2 // indirect
    	github.com/gostaticanalysis/forcetypeassert v0.1.0 // indirect
    	github.com/gostaticanalysis/nilerr v0.1.1 // indirect
    	github.com/hashicorp/go-version v1.6.0 // indirect
    	github.com/hashicorp/hcl v1.0.0 // indirect
    	github.com/hexops/gotextdiff v1.0.3 // indirect
    	github.com/inconshreveable/mousetrap v1.1.0 // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  5. pkg/scheduler/util/utils_test.go

    		name   string
    		pod    v1.Pod
    		client *clientsetfake.Clientset
    		// validateErr checks if error returned from PatchPodStatus is expected one or not.
    		// (true means error is expected one.)
    		validateErr    func(goterr error) bool
    		statusToUpdate v1.PodStatus
    	}{
    		{
    			name:   "Should update pod conditions successfully",
    			client: clientsetfake.NewSimpleClientset(),
    			pod: v1.Pod{
    				ObjectMeta: metav1.ObjectMeta{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 21 01:40:44 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  6. pkg/volume/csi/csi_attacher_test.go

    			attachID: getAttachmentName("vol01", "driver01", "node01"),
    			spec:     volume.NewSpecFromPersistentVolume(makeTestPV("pv01", 10, "driver01", "vol01"), false),
    		},
    		{
    			name:       "test failure, attach with volSrc",
    			nodeName:   "node01",
    			attachID:   getAttachmentName("vol01", "driver01", "node01"),
    			spec:       volume.NewSpecFromVolume(makeTestVol("vol01", "driver01")),
    			shouldFail: true,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 12:23:16 UTC 2024
    - 58.1K bytes
    - Viewed (0)
  7. docs/pt/docs/tutorial/security/first-steps.md

    Pode ser usado por aplicações e sistemas third party (de terceiros).
    
    E também pode ser usada por você mesmo, para debugar, checar e testar a mesma aplicação.
    
    ## O Fluxo da `senha`
    
    Agora vamos voltar um pouco e entender o que é isso tudo.
    
    O "fluxo" da `senha` é um dos caminhos ("fluxos") definidos no OAuth2, para lidar com a segurança e autenticação.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  8. docs/fr/docs/python-types.md

    ```Python hl_lines="1  4"
    {!../../../docs_src/python_types/tutorial009.py!}
    ```
    
    Utiliser `Optional[str]` plutôt que `str` permettra à l'éditeur de vous aider à détecter les erreurs où vous supposeriez qu'une valeur est toujours de type `str`, alors qu'elle pourrait aussi être `None`.
    
    #### Types génériques
    
    Les types qui peuvent contenir des paramètres de types entre crochets, comme :
    
    * `List`
    * `Tuple`
    * `Set`
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  9. cmd/xl-storage_test.go

    		{"data/G_792/srv-tse/c/users/denis/documents/gestionlocative.txt", nil},
    	}
    
    	for _, testCase := range testCases {
    		gotErr := checkPathLength(testCase.path)
    		t.Run("", func(t *testing.T) {
    			if gotErr != testCase.expectedErr {
    				t.Errorf("Expected %s, got %s", testCase.expectedErr, gotErr)
    			}
    		})
    	}
    }
    
    // Tests validate volume name.
    func TestIsValidVolname(t *testing.T) {
    	testCases := []struct {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Apr 11 17:45:28 UTC 2024
    - 66.7K bytes
    - Viewed (0)
  10. docs/fr/docs/async.md

    Puis le serveur 💁 dit "J'ai fini de préparer les burgers" 🍔 en mettant votre numéro sur l'affichage du comptoir, mais vous ne courrez pas immédiatement au moment où votre numéro s'affiche. Vous savez que personne ne volera vos burgers 🍔 car vous avez votre numéro et les autres clients ont le leur.
    
    Vous attendez donc que votre crush 😍 finisse son histoire, souriez gentiment et dites que vous allez chercher les burgers ⏸.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Mar 31 23:52:53 UTC 2024
    - 24K bytes
    - Viewed (0)
Back to top