Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 177 for unsat (0.05 sec)

  1. manifests/charts/istio-control/istio-discovery/values.yaml

        # Ambient mode only.
        # Set this if you install ztunnel to a different namespace from `istiod`.
        # If set, `istiod` will allow connections from trusted node proxy ztunnels
        # in the provided namespace.
        # If unset, `istiod` will assume the trusted node proxy ztunnel resides
        # in the same namespace as itself.
        trustedZtunnelNamespace: ""
    
      sidecarInjectorWebhook:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/batch/v1/types_swagger_doc_generated.go

    	"manualSelector":          "manualSelector controls generation of pod labels and pod selectors. Leave `manualSelector` unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template.  When true, the user is responsible for picking unique labels and specifying the selector.  Failure to pick a unique label may...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/apis/kubeadm/v1beta3/types.go

    	// +optional
    	CRISocket string `json:"criSocket,omitempty"`
    
    	// Taints specifies the taints the Node API object should be registered with. If this field is unset, i.e. nil,
    	// it will be defaulted with a control-plane taint for control-plane nodes. If you don't want to taint your control-plane
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  4. cmd/handler-api.go

    	defer t.mu.RUnlock()
    
    	return t.syncEvents
    }
    
    func (t *apiConfig) getObjectMaxVersions() int64 {
    	t.mu.RLock()
    	defer t.mu.RUnlock()
    
    	if t.objectMaxVersions <= 0 {
    		// defaults to 'IntMax' when unset.
    		return math.MaxInt64
    	}
    
    	return t.objectMaxVersions
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Jun 12 08:13:12 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/batch/v1/generated.proto

      optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 4;
    
      // manualSelector controls generation of pod labels and pod selectors.
      // Leave `manualSelector` unset unless you are certain what you are doing.
      // When false or unset, the system pick labels unique to this job
      // and appends those labels to the pod template.  When true,
      // the user is responsible for picking unique labels and specifying
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    				allErrs.SchemaErrors = append(allErrs.SchemaErrors, field.Invalid(fldPath.Child("items").Child("x-kubernetes-list-type"), is.XListType, "must be atomic as item of a list with x-kubernetes-list-type=set"))
    			}
    		case "object":
    			if is.XMapType == nil || *is.XMapType != "atomic" { // granular is the implicit default behaviour if unset, hence nil and != atomic are wrong
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  7. cni/pkg/cmd/root.go

    		"The value portion of the label which will be set by the race repair if label pods is true")
    	registerStringParameter(constants.RepairNodeName, "", "The name of the managed node (will manage all nodes if unset)")
    	registerStringParameter(constants.RepairSidecarAnnotation, "sidecar.istio.io/status",
    		"An annotation key that indicates this pod contains an istio sidecar. All pods without this annotation will be ignored."+
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 16:26:35 UTC 2024
    - 13K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/batch/v1/types.go

    	// manualSelector controls generation of pod labels and pod selectors.
    	// Leave `manualSelector` unset unless you are certain what you are doing.
    	// When false or unset, the system pick labels unique to this job
    	// and appends those labels to the pod template.  When true,
    	// the user is responsible for picking unique labels and specifying
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  9. src/crypto/rsa/rsa.go

    			return
    		}
    		priv.Precomputed.p, err = bigmod.NewModulusFromBig(priv.Primes[0])
    		if err != nil {
    			// Unset previous values, so we either have everything or nothing
    			priv.Precomputed.n = nil
    			return
    		}
    		priv.Precomputed.q, err = bigmod.NewModulusFromBig(priv.Primes[1])
    		if err != nil {
    			// Unset previous values, so we either have everything or nothing
    			priv.Precomputed.n, priv.Precomputed.p = nil, nil
    			return
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:11:18 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  10. pkg/apis/batch/types.go

    	// +optional
    	Selector *metav1.LabelSelector
    
    	// manualSelector controls generation of pod labels and pod selectors.
    	// Leave `manualSelector` unset unless you are certain what you are doing.
    	// When false or unset, the system pick labels unique to this job
    	// and appends those labels to the pod template.  When true,
    	// the user is responsible for picking unique labels and specifying
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 33K bytes
    - Viewed (0)
Back to top