Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 998 for Hour (0.04 sec)

  1. cmd/kubeadm/app/phases/kubeconfig/kubeconfig_test.go

    		ClusterConfiguration: kubeadmapi.ClusterConfiguration{
    			CertificatesDir: pkidir,
    			CertificateValidityPeriod: &metav1.Duration{
    				Duration: time.Hour * 10,
    			},
    		},
    	}
    
    	notAfter, _ := time.Parse(time.RFC3339, "2026-01-02T15:04:05Z")
    
    	var tests = []struct {
    		name                    string
    		writeKubeConfigFunction func(out io.Writer) error
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:04:18 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/autoscaling/v2/types.go

    	// considered while scaling up or scaling down.
    	// StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour).
    	// If not set, use the default values:
    	// - For scale up: 0 (i.e. no stabilization is done).
    	// - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  3. pilot/pkg/autoregistration/controller_test.go

    			if len(items) != 0 {
    				t.Fatalf("expected 0 WorkloadEntry")
    			}
    		})
    	}
    }
    
    func TestAutoregistrationLifecycle(t *testing.T) {
    	maxConnAge := time.Hour
    	c1, c2, store := setup(t)
    	c2.maxConnectionAge = maxConnAge
    	stopped1 := false
    	stop1, stop2 := make(chan struct{}), make(chan struct{})
    	defer func() {
    		// stop1 should be killed early, as part of test
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 00:00:36 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  4. pkg/controller/resourceclaim/controller.go

    			reservedFor.Resource == "pods" {
    			// A pod falls into one of three categories:
    			// - we have it in our cache -> don't remove it until we are told that it got removed
    			// - we don't have it in our cache anymore, but we have seen it before -> it was deleted, remove it
    			// - not in our cache, not seen -> double-check with API server before removal
    
    			keepEntry := true
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/webhook_v1_test.go

    		},
    	}
    	// Create an authorizer that caches successful responses "forever" (100 days).
    	wh, err := newV1Authorizer(s.URL, clientCert, clientKey, caCert, 2400*time.Hour, noopAuthorizerMetrics(), expressions, "")
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	aliceAttr := authorizer.AttributesRecord{User: &user.DefaultInfo{Name: "alice"}, ResourceRequest: true, Namespace: "kittensandponies"}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  6. internal/grid/connection.go

    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 15:51:52 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    	// different processes, so take some time to go away.
    	cfgCtlr.configQueue = workqueue.NewTypedRateLimitingQueueWithConfig(
    		workqueue.NewTypedItemExponentialFailureRateLimiter[int](200*time.Millisecond, 8*time.Hour),
    		workqueue.TypedRateLimitingQueueConfig[int]{Name: "priority_and_fairness_config_queue"},
    	)
    	// ensure the data structure reflects the mandatory config
    	cfgCtlr.lockAndDigestConfigObjects(nil, nil)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (0)
  8. cmd/admin-handlers-users_test.go

    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 45.7K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_fr.properties

    labels.depth	=	Profondeur
    labels.excludedPaths	=	Chemins exclus pour l'exploration
    labels.excludedUrls	=	URL exclues pour l'exploration
    labels.excludedDocPaths	=	Chemins exclus pour l'indexation
    labels.excludedDocUrls	=	URL exclues pour l'indexation
    labels.hostname	=	Nom d'hôte
    labels.id	=	IDENTIFIANT
    labels.includedPaths	=	Chemins inclus pour l'exploration
    labels.includedUrls	=	URL incluses pour l'exploration
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  10. docs/en/docs/tutorial/security/simple-oauth2.md

    And the spec says that the fields have to be named like that. So `user-name` or `email` wouldn't work.
    
    But don't worry, you can show it as you wish to your final users in the frontend.
    
    And your database models can use any other names you want.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 12.5K bytes
    - Viewed (0)
Back to top