Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 54 for WORK (0.05 sec)

  1. pkg/volume/util/operationexecutor/operation_generator.go

    		//      we don't need to do anything and let kubelet handle it.
    		//   2. It could be that - although we successfully expanded the volume, we failed to
    		//      record our work in API objects, in which case - we should resume resizing operation
    		//      and let API objects be updated.
    		//   3. Controller successfully expanded the volume, but expansion is failing on the node
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  2. tests/integration/pilot/common/routing.go

    	}{
    		host, port, portName, protocol, "", gatewayIstioLabel, "SIMPLE",
    	})
    }
    
    func virtualServiceCases(t TrafficContext) {
    	// reduce the total # of subtests that don't give valuable coverage or just don't work
    	// TODO include proxyless as different features become supported
    	t.SetDefaultSourceMatchers(match.NotNaked, match.NotHeadless, match.NotProxylessGRPC)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  3. src/crypto/x509/x509_test.go

    		t.Errorf("Setting MaxPathLen didn't work. Got %d but set 1", m)
    	}
    	if cert2.MaxPathLenZero {
    		t.Errorf("Setting MaxPathLen resulted in MaxPathLenZero")
    	}
    
    	template.MaxPathLen = 0
    	template.MaxPathLenZero = true
    	cert3 := serialiseAndParse(t, template)
    	if m := cert3.MaxPathLen; m != 0 {
    		t.Errorf("Setting MaxPathLenZero didn't work, got %d", m)
    	}
    	if !cert3.MaxPathLenZero {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  4. cluster/gce/gci/configure-helper.sh

    function setup-os-params {
      # Reset core_pattern. On GCI, the default core_pattern pipes the core dumps to
      # /sbin/crash_reporter which is more restrictive in saving crash dumps. So for
      # now, set a generic core_pattern that users can work with.
      echo "/core.%e.%p.%t" > /proc/sys/kernel/core_pattern
    }
    
    # secure_random generates a secure random string of bytes. This function accepts
    # a number of secure bytes desired and returns a base64 encoded string with at
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  5. pkg/apis/batch/validation/validation_test.go

    		update    func(*batch.CronJob)
    		updateErr string
    	}{
    		"update removing TZ should work": {
    			cronJob:   invalidCronJob,
    			createErr: "cannot use TZ or CRON_TZ in schedule",
    			update: func(cj *batch.CronJob) {
    				cj.Spec.Schedule = validSchedule
    			},
    		},
    		"update not modifying TZ should work": {
    			cronJob:   invalidCronJob,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  6. src/reflect/all_test.go

    		t.Error("Next did not panic")
    	}()
    
    	// Reset to new Map should work.
    	m := map[string]int{"one": 1, "two": 2, "three": 3}
    	iter.Reset(ValueOf(m))
    	if got, want := iterateToString(iter), `[one: 1, three: 3, two: 2]`; got != want {
    		t.Errorf("iterator returned %s (after sorting), want %s", got, want)
    	}
    
    	// Reset to Zero value should work, but iterating over it should panic.
    	iter.Reset(Value{})
    	func() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  7. cluster/gce/util.sh

      flags+=" --resolv-conf=${WINDOWS_CNI_DIR}\hostdns.conf"
    
      # Both --cgroups-per-qos and --enforce-node-allocatable should be disabled on
      # windows; the latter requires the former to be enabled to work.
      flags+=" --cgroups-per-qos=false --enforce-node-allocatable="
    
      # Turn off kernel memory cgroup notification.
      flags+=" --kernel-memcg-notification=false"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    in user values overrides, but it must include those ports since helm replaces. # Note that AWS ELB will by default perform health checks on the first port # on this list. Setting this to the health check port will ensure that health # checks always work. https://github.com/istio/istio/issues/12503 - port: 15021 targetPort: 15021 name: status-port - port: 80 targetPort: 8080 name: http2 - port: 443 targetPort: 8443 name: https - port: 31400 targetPort: 31400 name: tcp # This is the port where sni routing...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        assertSame(barChild, bar);
      }
    
      /*
       * Android does not handle this stack overflow gracefully... though somehow some other
       * stack-overflow tests work. It must depend on the exact place the error occurs.
       */
      @AndroidIncompatible
      @J2ktIncompatible
      @GwtIncompatible // StackOverflowError
      public void testTransform_StackOverflow() throws Exception {
        {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  10. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        assertSame(barChild, bar);
      }
    
      /*
       * Android does not handle this stack overflow gracefully... though somehow some other
       * stack-overflow tests work. It must depend on the exact place the error occurs.
       */
      @AndroidIncompatible
      @J2ktIncompatible
      @GwtIncompatible // StackOverflowError
      public void testTransform_StackOverflow() throws Exception {
        {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
Back to top