Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 32 for addOption (0.15 sec)

  1. cluster/gce/gci/configure-helper.sh

      # User and group should never contain characters that need to be quoted
      # shellcheck disable=SC2086
      prepare-log-file /var/log/kube-addon-manager.log ${KUBE_ADDON_MANAGER_RUNASUSER:-2002}
    
      # prep addition kube-up specific rbac objects
      setup-addon-manifests "addons" "rbac/kubelet-api-auth"
      setup-addon-manifests "addons" "rbac/kubelet-cert-rotation"
      if [[ "${REGISTER_MASTER_KUBELET:-false}" == "true" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  2. pkg/scheduler/internal/queue/scheduling_queue_test.go

    		t.Fatalf("unexpected error from AddUnschedulableIfNotPresent: %v", err)
    	}
    
    	// Move clock to make the unschedulable pods complete backoff.
    	c.Step(DefaultPodInitialBackoffDuration + time.Second)
    	// Simulate addition of an assigned pod. The pod has matching labels for
    	// affinityPod. So, affinityPod should go to activeQ.
    	q.AssignedPodAdded(logger, labelPod)
    	if getUnschedulablePod(q, affinityPod) != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  3. pkg/config/validation/validation_test.go

    			isDestinationRuleWithSelector: true,
    			wantErr:                       true,
    		},
    		{
    			name:                          "destination rule with workloadselector cannot have another ns in addition to own ns in exportTo (.)",
    			namespace:                     "ns5",
    			exportTo:                      []string{".", "somens"},
    			isServiceEntry:                false,
    			isDestinationRuleWithSelector: true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    (UMOD  <typ.UInt64> x y) => (MSUB <typ.UInt64> x y (UDIV <typ.UInt64> x y))
    (UMODW <typ.UInt32> x y) => (MSUBW <typ.UInt32> x y (UDIVW <typ.UInt32> x y))
    
    // 64-bit addition with carry.
    (Select0 (Add64carry x y c)) => (Select0 <typ.UInt64> (ADCSflags x y (Select1 <types.TypeFlags> (ADDSconstflags [-1] c))))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  5. src/cmd/go/internal/load/pkg.go

    			}
    			p.Match = append(p.Match, m.Pattern())
    			if seenPkg[p] {
    				continue
    			}
    			seenPkg[p] = true
    			pkgs = append(pkgs, p)
    		}
    
    		if len(m.Errs) > 0 {
    			// In addition to any packages that were actually resolved from the
    			// pattern, there was some error in resolving the pattern itself.
    			// Report it as a synthetic package.
    			p := new(Package)
    			p.ImportPath = m.Pattern()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  6. cluster/gce/util.sh

      KUBEAPISERVER_CERT_BASE64=$(base64 "${CERT_DIR}/pki/issued/kube-apiserver.crt" | tr -d '\r\n')
      KUBEAPISERVER_KEY_BASE64=$(base64 "${CERT_DIR}/pki/private/kube-apiserver.key" | tr -d '\r\n')
    
      # Setting up an addition directory (beyond pki) as it is the simplest way to
      # ensure we get a different CA pair to sign the proxy-client certs and which
      # we can send CA public key to the user-apiserver to validate communication.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  7. src/internal/trace/traceviewer/static/webcomponents.min.js

    andleEvent:function(e){switch(e.stopImmediatePropagation(),e.type){case"DOMAttrModified":var t=e.attrName,n=e.relatedNode.namespaceURI,r=e.target,o=new l("attributes",r);o.attributeName=t,o.attributeNamespace=n;var a=e.attrChange===MutationEvent.ADDITION?null:e.prevValue;i(r,function(e){if(e.attributes&&(!e.attributeFilter||!e.attributeFilter.length||e.attributeFilter.indexOf(t)!==-1||e.attributeFilter.indexOf(n)!==-1))return e.attributeOldValue?u(a):o});break;case"DOMCharacterDataModified":var ...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 115.6K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

          },
          "io.k8s.apimachinery.pkg.api.resource.Quantity": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      MarkSavedModelFunctionVisibility(*module_);
    
      return std::move(module_);
    }
    
    // A helper class to import a TensorFlow model expressed in SavedModel V1 into
    // an MLIR Module in SavedModel dialect. In addition to importing the model, it
    // performs a few graph transformations, including:
    //  1) Convert read-only ref variables to resource variables
    //  2) Lift resource variables to global_tensors by using a TF session.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  10. pkg/controller/job/job_controller_test.go

    	pod1 := newPod("pod1", job1)
    	informer.Core().V1().Pods().Informer().GetIndexer().Add(pod1)
    
    	// Remove ControllerRef. Expect all matching to queue for adoption.
    	prev := *pod1
    	pod1.OwnerReferences = nil
    	bumpResourceVersion(pod1)
    	jm.updatePod(logger, &prev, pod1)
    	verifyEmptyQueueAndAwaitForQueueLen(ctx, t, jm, 2)
    }
    
    func TestDeletePod(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
Back to top