Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 40 for preset (0.22 sec)

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

    			return volumetypes.NewOperationContext(eventErr, detailedErr, migrated)
    		}
    
    		// Enforce ReadWriteOncePod access mode if it is the only one present. This is also enforced during scheduling.
    		if actualStateOfWorld.IsVolumeMountedElsewhere(volumeToMount.VolumeName, volumeToMount.PodName) &&
    			// Because we do not know what access mode the pod intends to use if there are multiple.
    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. pilot/pkg/networking/core/cluster_test.go

    				t.Errorf("cluster expected to have weighed config, but is nil")
    			}
    			if tt.expectClusterLoadAssignmenttoBeNil && c.LoadAssignment != nil {
    				t.Errorf("cluster expected not to have load assignmentset, but is present")
    			}
    		})
    	}
    }
    
    func TestBuildStaticClusterWithNoEndPoint(t *testing.T) {
    	g := NewWithT(t)
    
    	service := &model.Service{
    		Hostname: host.Name("static.test"),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet_pods_test.go

    			// clear the metrics for testing
    			metrics.Register()
    			for _, metric := range []interface{ Reset() }{
    				metrics.DesiredPodCount,
    				metrics.ActivePodCount,
    				metrics.RestartedPodTotal,
    				metrics.OrphanedRuntimePodTotal,
    				metrics.WorkingPodCount,
    			} {
    				metric.Reset()
    			}
    			metrics.MirrorPodCount.Set(0)
    
    			testKubelet := newTestKubelet(t, false)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  4. pkg/controller/job/job_controller_test.go

    			activePods:         3,
    			expectedDeletions:  0,
    			expectedPodPatches: 1,
    			expectedActive:     3,
    			expectedReady:      ptr.To[int32](0),
    		},
    		"failed + succeed pods: reset backoff delay": {
    			parallelism:        2,
    			completions:        5,
    			backoffLimit:       6,
    			activePods:         1,
    			succeededPods:      1,
    			failedPods:         1,
    			expectedCreations:  1,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  5. pkg/config/validation/validation.go

    		// 'x-envoy-retry-on' supported policies:
    		// https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter.html#x-envoy-retry-on
    		"5xx",
    		"gateway-error",
    		"reset",
    		"connect-failure",
    		"retriable-4xx",
    		"refused-stream",
    		"retriable-status-codes",
    		"retriable-headers",
    		"envoy-ratelimited",
    		"http3-post-connect-failure",
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/arm64/asm7.go

    				// According to the arm64 specification, for instructions MOVB, MOVBU and FMOVB,
    				// the extension amount must be 0, encoded in "S" as 0 if omitted, or as 1 if present.
    				// But in Go, we don't distinguish between Rn.UXTW and Rn.UXTW<<0, so we encode it as
    				// that does not present. This makes no difference to the function of the instruction.
    				// This is also true for extensions LSL, SXTW and SXTX.
    				return roff(rm, 2, 2)
    			} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  7. cluster/gce/util.sh

      gcloud compute instance-templates list \
        --filter="name ~ '${linux_filter}' OR name ~ '${windows_filter}'" \
        --project="${1}" --format='value(name)'
    }
    
    # Checks if there are any present resources related kubernetes cluster.
    #
    # Assumed vars:
    #   MASTER_NAME
    #   NODE_INSTANCE_PREFIX
    #   WINDOWS_NODE_INSTANCE_PREFIX
    #   ZONE
    #   REGION
    # Vars set:
    #   KUBE_RESOURCE_FOUND
    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. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      let description = [{
    The tensor `keys` must of the same type as the keys of the table.
    The output `values` is of the type of the table values.
    
    The scalar `default_value` is the value output for keys not present in the
    table. It must also be of the same type as the table values.
      }];
    
      let arguments = (ins
        TFL_ResourceTensor:$hash_table,
        TFL_TensorOf<[I32, TFL_Str, I64]>:$keys,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/collect/Maps.java

          return convert(bimap.inverse(), b);
        }
    
        private static <X, Y> Y convert(BiMap<X, Y> bimap, X input) {
          Y output = bimap.get(input);
          checkArgument(output != null, "No non-null mapping present for input: %s", input);
          return output;
        }
    
        @Override
        public boolean equals(@CheckForNull Object object) {
          if (object instanceof BiMapConverter) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    (TST x0 x1:(SRAconst [c] y)) && clobberIfDead(x1) => (TSTshiftRA x0 y [c])
    (TST x0 x1:(RORconst [c] y)) && clobberIfDead(x1) => (TSTshiftRO x0 y [c])
    
    // prefer *const ops to *shift ops
    (ADDshiftLL (MOVDconst [c]) x [d]) => (ADDconst [c] (SLLconst <x.Type> x [d]))
    (ADDshiftRL (MOVDconst [c]) x [d]) => (ADDconst [c] (SRLconst <x.Type> x [d]))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
Back to top