Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for setIws (0.13 sec)

  1. pkg/apis/core/validation/validation.go

    		}
    		scopeSet.Insert(req.ScopeName)
    	}
    	invalidScopePairs := []sets.Set[core.ResourceQuotaScope]{
    		sets.New(core.ResourceQuotaScopeBestEffort, core.ResourceQuotaScopeNotBestEffort),
    		sets.New(core.ResourceQuotaScopeTerminating, core.ResourceQuotaScopeNotTerminating),
    	}
    	for _, invalidScopePair := range invalidScopePairs {
    		if scopeSet.HasAll(sets.List(invalidScopePair)...) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    		p.Pos = p.Pos.WithNotStmt()
    	}
    	return p
    }
    
    // Pc returns the current Prog.
    func (s *State) Pc() *obj.Prog {
    	return s.pp.Next
    }
    
    // SetPos sets the current source position.
    func (s *State) SetPos(pos src.XPos) {
    	s.pp.Pos = pos
    }
    
    // Br emits a single branch instruction and returns the instruction.
    // Not all architectures need the returned instruction, but otherwise
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  3. prow/config/calico.yaml

                    description: 'BPFMapSizeConntrack sets the size for the conntrack
                      map.  This map must be large enough to hold an entry for each active
                      connection.  Warning: changing the size of the conntrack map can
                      cause disruption.'
                    type: integer
                  bpfMapSizeIPSets:
                    description: BPFMapSizeIPSets sets the size for ipsets map.  The IP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  4. ChangeLog.md

    - [`KT-63718`](https://youtrack.jetbrains.com/issue/KT-63718) Analysis API: Stub-based dependency symbol providers of library source sessions compute the wrong package name sets
    - [`KT-64225`](https://youtrack.jetbrains.com/issue/KT-64225) K2: IDE K2: "FirLazyBlock should be calculated before accessing" in evaluate debuger completion
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"allocatedResources": "AllocatedResources represents the compute resources allocated for this container by the node. Kubelet sets this value to Container.Resources.Requests upon successful pod admission and after successfully admitting desired pod resize.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  6. pkg/apis/core/types.go

    	// same as false.
    	// +optional
    	Started *bool
    	// AllocatedResources represents the compute resources allocated for this container by the
    	// node. Kubelet sets this value to Container.Resources.Requests upon successful pod admission
    	// and after successfully admitting desired pod resize.
    	// +featureGate=InPlacePodVerticalScaling
    	// +optional
    	AllocatedResources ResourceList
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.29.md

      The scheduling hints allow the scheduler to only retry scheduling a `Pod`
      that was previously rejected by the `NodeSchedulable` plugin if a new `Node` or a `Node` update sets `.spec.unschedulable` to false. ([#119396](https://github.com/kubernetes/kubernetes/pull/119396), [@wackxu](https://github.com/wackxu))
    - `kube-scheduler` implements scheduling hints for the `NodeAffinity` plugin.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
Back to top