Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Boundaries (0.65 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                      together. If that is the case, the list of routes attached to those
                      resources should also be merged. \n Note that for ParentRefs that
                      cross namespace boundaries, there are specific rules. Cross-namespace
                      references are only valid if they are explicitly allowed by something
                      in the namespace they are referring to. For example, Gateway has
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    func (s *State) Prog(as obj.As) *obj.Prog {
    	p := s.pp.Prog(as)
    	if objw.LosesStmtMark(as) {
    		return p
    	}
    	// Float a statement start to the beginning of any same-line run.
    	// lineRunStart is reset at block boundaries, which appears to work well.
    	if s.lineRunStart == nil || s.lineRunStart.Pos.Line() != p.Pos.Line() {
    		s.lineRunStart = p
    	} else if p.Pos.IsStmt() == src.PosIsStmt {
    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. CHANGELOG/CHANGELOG-1.8.md

        * `externalTrafficPolicy` field, the values chnag as follows:
              * "OnlyLocal" becomes "Local"
              * "Global" becomes "Cluster".
    * Fix kubelet reset liveness probe failure count across pod restart boundaries ([#46371](https://github.com/kubernetes/kubernetes/pull/46371), [@sjenning](https://github.com/sjenning))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
Back to top