Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 181 for applyTo (0.24 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    	patch.SetAPIVersion(a.gvr.GroupVersion().String())
    	patch.SetName(a.name)
    	patch.SetNamespace("default")
    
    	_, err := ctx.DynamicClient.
    		Resource(a.gvr).
    		Namespace(patch.GetNamespace()).
    		Apply(
    			context.TODO(),
    			patch.GetName(),
    			patch,
    			metav1.ApplyOptions{
    				FieldManager: "manager",
    			})
    
    	return err
    
    }
    
    func (a applyPatchOperation) Description() string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  2. cmd/peer-rest-server.go

    			return np, grid.NewRemoteErr(errServerNotInitialized)
    		}
    		srvCfg, err := getValidConfig(objAPI)
    		if err != nil {
    			return np, grid.NewRemoteErr(err)
    		}
    		subSys := vars.Get(peerRESTSubSys)
    		// Apply dynamic values.
    		ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
    		defer cancel()
    		if subSys == "" {
    			err = applyDynamicConfig(ctx, objAPI, srvCfg)
    		} else {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources_test.go

    // operation's status and the state of the world (= objects).
    type result struct {
    	status *framework.Status
    	// changes contains a mapping of name to an update function for
    	// the corresponding object. These functions apply exactly the expected
    	// changes to a copy of the object as it existed before the operation.
    	changes change
    
    	// added contains objects created by the operation.
    	added []metav1.Object
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 07:57:10 UTC 2024
    - 61.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

        // Replace the original strided_slice.
        uint64_t revised_begin_mask = strided_slice_op.getBeginMask();
        uint64_t revised_end_mask = strided_slice_op.getEndMask();
        // Since we expand the dims, we need to apply them to the begin_mask &
        // end_mask.
        revised_begin_mask |= strided_slice_op.getNewAxisMask();
        revised_end_mask |= strided_slice_op.getNewAxisMask();
    
        // Enforce operator precedence.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/endpoints/installer.go

    				Produces(append(storageMeta.ProducesMIMETypes(action.Verb), mediaTypes...)...).
    				Returns(http.StatusOK, "OK", producedObject).
    				// Patch can return 201 when a server side apply is requested
    				Returns(http.StatusCreated, "Created", producedObject).
    				Reads(metav1.Patch{}).
    				Writes(producedObject)
    			if err := AddObjectParams(ws, route, versionedPatchOptions); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  6. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    			// Secondary label exists, but not consistent with the primary
    			// label. Need to reconcile.
    			labelsToUpdate[r.secondaryKey] = primaryValue
    
    		} else if !secondaryExists && r.ensureSecondaryExists {
    			// Apply secondary label based on primary label.
    			labelsToUpdate[r.secondaryKey] = primaryValue
    		}
    	}
    
    	if len(labelsToUpdate) == 0 {
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  7. pkg/proxy/winkernel/proxier.go

    			}
    			klog.ErrorS(nil, "Endpoint information not available for service, not applying any policy", "serviceName", svcName)
    			continue
    		}
    
    		klog.V(4).InfoS("Trying to apply Policies for service", "serviceInfo", svcInfo)
    		var hnsLoadBalancer *loadBalancerInfo
    		var sourceVip = proxier.sourceVip
    		if containsPublicIP || containsNodeIP {
    			sourceVip = proxier.nodeIP.String()
    		}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  8. src/regexp/testdata/testregex.c

    T("  specification. A specification is five fields separated by one\n");
    T("  or more tabs. NULL denotes the empty string and NIL denotes the\n");
    T("  0 pointer.\n");
    T("\n");
    T("  Field 1: the regex(3) flags to apply, one character per REG_feature\n");
    T("  flag. The test is skipped if REG_feature is not supported by the\n");
    T("  implementation. If the first character is not [BEASKLP] then the\n");
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inputs/enable-core-dump.yaml.5.template.gen.yaml

            {{ if .Values.global.logAsJson -}}
            - "--log_as_json"
            {{ end -}}
            {{ if or .Values.pilot.cni.enabled .Values.istio_cni.enabled -}}
            - "--run-validation"
            - "--skip-rule-apply"
            {{ end -}}
            {{with .Values.global.imagePullPolicy }}imagePullPolicy: "{{.}}"{{end}}
          {{- if .ProxyConfig.ProxyMetadata }}
            env:
            {{- range $key, $value := .ProxyConfig.ProxyMetadata }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inputs/hello-existing-cncf-networks-json.yaml.16.template.gen.yaml

            {{ if .Values.global.logAsJson -}}
            - "--log_as_json"
            {{ end -}}
            {{ if or .Values.pilot.cni.enabled .Values.istio_cni.enabled -}}
            - "--run-validation"
            - "--skip-rule-apply"
            {{ end -}}
            {{with .Values.global.imagePullPolicy }}imagePullPolicy: "{{.}}"{{end}}
          {{- if .ProxyConfig.ProxyMetadata }}
            env:
            {{- range $key, $value := .ProxyConfig.ProxyMetadata }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top