Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,629 for starts (0.11 sec)

  1. pilot/test/xds/fake.go

    			t.Fatal(err)
    		}
    	}()
    	t.Cleanup(func() {
    		grpcServer.Stop()
    		_ = listener.Close()
    	})
    	// Start the discovery server
    	s.Start(stop)
    	cg.ServiceEntryRegistry.XdsUpdater = s
    	// Now that handlers are added, get everything started
    	cg.Run()
    	kubelib.WaitForCacheSync("fake", stop,
    		cg.Registry.HasSynced,
    		cg.Store().HasSynced)
    	cg.ServiceEntryRegistry.ResyncEDS()
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 16:08:52 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/TreeRangeSet.java

          } else if (lowerBoundWindow.lowerBound.isLessThan(restriction.lowerBound)) {
            // starts at the first range with upper bound strictly greater than restriction.lowerBound
            completeRangeItr =
                rangesByUpperBound.tailMap(restriction.lowerBound, false).values().iterator();
          } else {
            // starts at the first range with lower bound above lowerBoundWindow.lowerBound
            completeRangeItr =
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 26 21:02:13 UTC 2023
    - 32.5K bytes
    - Viewed (0)
  3. pkg/kubelet/cm/dra/plugin/noderesources.go

    	}
    }
    
    // run is running in the background. It handles blocking initialization (like
    // syncing the informer) and then syncs the actual with the desired state.
    func (c *nodeResourcesController) run(ctx context.Context) {
    	logger := klog.FromContext(ctx)
    
    	// When kubelet starts, we have two choices:
    	// - Sync immediately, which in practice will delete all ResourceSlices
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 20:12:53 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  4. pkg/proxy/ipvs/README.md

    Similar to local-up cluster, kube-proxy in [clusters running on GCE](https://kubernetes.io/docs/getting-started-guides/gce/) run in IPTABLES mode by default. Users need to export the env `KUBE_PROXY_MODE=ipvs` before [starting a cluster](https://kubernetes.io/docs/getting-started-guides/gce/#starting-a-cluster):
    ```shell
    #before running one of the commands chosen to start a cluster:
    # curl -sS https://get.k8s.io | bash
    # wget -q -O - https://get.k8s.io | bash
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 20 02:32:29 UTC 2021
    - 18.8K bytes
    - Viewed (0)
  5. src/cmd/trace/gstate.go

    }
    
    // start indicates that a goroutine has started running on a proc.
    func (gs *gState[R]) start(ts trace.Time, resource R, ctx *traceContext) {
    	// Set the time for all the active ranges.
    	for name := range gs.activeRanges {
    		gs.activeRanges[name] = activeRange{ts, trace.NoStack}
    	}
    
    	if gs.startCause.name != "" {
    		// It has a start cause. Emit a flow event.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/grpc_service_unix_test.go

    			wantCount:   1,
    		},
    		{
    			name: "status",
    			operation: func() {
    				if _, err = service.Status(ctx); err != nil {
    					t.Fatalf("failed when execute status, error: %v", err)
    				}
    			},
    			labelValues: []string{testProviderName, "/v2.KeyManagementService/Status", "OK"},
    			wantCount:   1,
    		},
    		{
    			name: "multiple status calls",
    			operation: func() {
    				for i := 0; i < 10; i++ {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 19:25:52 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/api/provider/CollectionPropertyIntegrationTest.groovy

            when:
            fails()
    
            then:
            failure.assertHasCause("The value for this property cannot be changed any further.")
        }
    
        def "task @Input property is implicitly finalized when task starts execution"() {
            given:
            buildFile """
    class SomeTask extends DefaultTask {
        @Input
        final ListProperty<String> prop = project.objects.listProperty(String)
    
        @OutputFile
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 12 19:57:00 UTC 2024
    - 15K bytes
    - Viewed (0)
  8. pkg/controller/serviceaccount/legacy_serviceaccount_token_cleaner.go

    			continue
    		}
    
    		if secret.DeletionTimestamp != nil {
    			continue
    		}
    
    		// if LastUsedLabelKey does not exist, we think the secret has not been used
    		// since the legacy token starts to track.
    		lastUsed, ok := secret.Labels[serviceaccount.LastUsedLabelKey]
    		if ok {
    			_, err := time.Parse(dateFormat, lastUsed)
    			if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 03:52:06 UTC 2023
    - 10K bytes
    - Viewed (0)
  9. okhttp/src/main/kotlin/okhttp3/ResponseBody.kt

       * possibility for your response.
       */
      @Throws(IOException::class)
      fun byteString() = commonByteString()
    
      /**
       * Returns the response as a character stream.
       *
       * If the response starts with a
       * [Byte Order Mark (BOM)](https://en.wikipedia.org/wiki/Byte_order_mark), it is consumed and
       * used to determine the charset of the response bytes.
       *
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  10. pkg/volume/util/nestedpendingoperations/nestedpendingoperations_test.go

    	// Operation sequence:
    	// opZ(v0) starts (operates on a different volume from all other operations)
    	// op1(v1, n1) starts
    	// op2(v1, n2) starts
    	// opZ(v0) ends with success
    	// op2(v1, n2) ends with an error (exponential backoff should be triggered)
    	// op1(v1, n1) ends with success
    	// op3(v1, n2) starts (continuously retried on exponential backoff error)
    	// op3(v1, n2) ends with success
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 26 01:29:17 UTC 2022
    - 36.1K bytes
    - Viewed (0)
Back to top