Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for mutating (0.4 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    world # # defaultTemplates: ["sidecar", "hello"] defaultTemplates: [] istiodRemote: # Sidecar injector mutating webhook configuration clientConfig.url value. # For example: https://$remotePilotAddress:15017/inject # The host should not refer to a service running in the cluster; use a service reference by specifying # the clientConfig.service field instead. injectionURL: "" # Sidecar injector mutating webhook configuration path value for the clientConfig.service field. # Override to pass env variables,...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    )
    
    type alwaysMutatingDeny struct{}
    
    func (alwaysMutatingDeny) Admit(ctx context.Context, a admission.Attributes, o admission.ObjectInterfaces) (err error) {
    	return admission.NewForbidden(a, errors.New("Mutating admission control is denying all modifications"))
    }
    
    func (alwaysMutatingDeny) Handles(operation admission.Operation) bool {
    	return true
    }
    
    var _ admission.MutationInterface = &alwaysMutatingDeny{}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

      let summary = "Decomposes TensorList operations into generic operations on tensors.";
    
      let description = [{
    This pass rewrites TensorList operations into generic and non-mutating
    operations on tensors. This results in operations that can be legalized to XLA.
    
    The list is converted to a single large tensor that includes all list elements,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  4. cluster/gce/gci/configure-helper.sh

          sed -i "s|__EXTRA_VOLS__||g" "${manifest}"
        fi
    }
    
    function setup-cloud-pvl-admission-manifest {
      local -r manifest="/etc/kubernetes/addons/cloud-pvl-admission/mutating-webhook-configuration.yaml"
      sed -i "s|__CLOUD_PVL_ADMISSION_CA_CERT__|${CLOUD_PVL_ADMISSION_CA_CERT}|g" "${manifest}"
    }
    
    # Setups manifests for ingress controller and gce-specific policies for service controller.
    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. src/reflect/value.go

    // incremented by the number of specified elements.
    func (v Value) extendSlice(n int) Value {
    	v.mustBeExported()
    	v.mustBe(Slice)
    
    	// Shallow copy the slice header to avoid mutating the source slice.
    	sh := *(*unsafeheader.Slice)(v.ptr)
    	s := &sh
    	v.ptr = unsafe.Pointer(s)
    	v.flag = flagIndir | flag(Slice) // equivalent flag to MakeSlice
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  6. src/net/http/transport_test.go

    }
    
    func TestTransportIgnores408(t *testing.T) {
    	run(t, testTransportIgnores408, []testMode{http1Mode}, testNotParallel)
    }
    func testTransportIgnores408(t *testing.T, mode testMode) {
    	// Not parallel. Relies on mutating the log package's global Output.
    	defer log.SetOutput(log.Writer())
    
    	var logout strings.Builder
    	log.SetOutput(&logout)
    
    	const target = "backend:443"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    		expectError      bool
    		expectAnnotation string   // to test object mutations
    		expectMilestones []string // to test sequence
    	}{{
    		name: "no hooks",
    	}, {
    		name: "Decorator mutation",
    		decorator: func(obj runtime.Object) {
    			setAnn(obj, "DecoratorWasCalled")
    		},
    		expectAnnotation: "DecoratorWasCalled",
    	}, {
    		name: "AfterCreate mutation",
    		afterCreate: func(obj runtime.Object, opts *metav1.CreateOptions) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  8. cmd/object-handlers_test.go

    		},
    	}
    
    	// Iterating over the cases, fetching the object validating the response.
    	for i, testCase := range testCases {
    		// initialize HTTP NewRecorder, this records any mutations to response writer inside the handler.
    		rec := httptest.NewRecorder()
    		// construct HTTP request for Get Object end point.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 161.9K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/generic.rules

    ((Add8|Or8|Xor8) right:(Rsh8Ux8  x y) left:(Lsh8x8  x z:(Sub8  (Const8  [8]) y))) && (shiftIsBounded(left) || shiftIsBounded(right)) && canRotate(config, 8) => (RotateLeft8 x z)
    
    // Rotating by y&c, with c a mask that doesn't change the bottom bits, is the same as rotating by y.
    (RotateLeft64 x (And(64|32|16|8) y (Const(64|32|16|8) [c]))) && c&63 == 63 => (RotateLeft64 x y)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  10. src/crypto/x509/verify_test.go

    		systemLax: true,
    
    		expectedChains: [][]string{
    			{
    				"tm.cn",
    				"TrustAsia ECC OV TLS Pro CA",
    				"DigiCert Global Root CA",
    			},
    		},
    	},
    	{
    		// Putting a certificate as a root directly should work as a
    		// way of saying “exactly this”.
    		name:        "LeafInRoots",
    		leaf:        selfSigned,
    		roots:       []string{selfSigned},
    		currentTime: 1471624472,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
Back to top