Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 363 for revs (0.04 sec)

  1. .git-blame-ignore-revs

    Guillaume Nodet <******@****.***> 1669127925 +0100
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Nov 22 14:38:45 UTC 2022
    - 857 bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/webhook/webhook.go

    					revs.InsertAll(ls.Values...)
    				}
    			}
    		}
    		if webhook.ObjectSelector != nil {
    			if r, f := webhook.ObjectSelector.MatchLabels[label.IoIstioRev.Name]; f {
    				revs.Insert(r)
    			}
    
    			for _, ls := range webhook.ObjectSelector.MatchExpressions {
    				if ls.Key == label.IoIstioRev.Name {
    					revs.InsertAll(ls.Values...)
    				}
    			}
    		}
    	}
    	return revs.UnsortedList()
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun May 05 03:44:57 UTC 2024
    - 6K bytes
    - Viewed (0)
  3. pilot/test/mock/config.go

    			t.Error(err)
    		}
    	}
    	log.Info("Created mock objects")
    
    	revs := make(map[int]string)
    
    	// check that elements are stored
    	for i, elt := range elts {
    		v1 := r.Get(mockGvk, elt.Name, elt.Namespace)
    		if v1 == nil || !Compare(elt, *v1) {
    			t.Errorf("wanted %v, got %v", elt, v1)
    		} else {
    			revs[i] = v1.ResourceVersion
    		}
    	}
    
    	log.Info("Got stored elements")
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/vcstest/svn/hello.txt

    -- conf/svnserve.conf --
    -- db/current --
    0
    -- db/format --
    6
    layout sharded 1000
    -- db/fs-type --
    fsfs
    -- db/fsfs.conf --
    -- db/min-unpacked-rev --
    0
    -- db/revprops/0/0 --
    K 8
    svn:date
    V 27
    2017-09-22T01:11:53.895835Z
    END
    -- db/revs/0/0 --
    PLAIN
    END
    ENDREP
    id: 0.0.r0/17
    type: dir
    count: 0
    text: 0 0 4 4 2d2977d1c96f487abe4a1e202dd03b4e
    cpath: /
    
    
    17 107
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 08 19:37:03 UTC 2022
    - 1.3K bytes
    - Viewed (0)
  5. operator/pkg/verifier/verifier.go

    	}
    	if revision == "" {
    		revs = "default"
    	} else {
    		revs = revision
    	}
    	v.logger.LogAndPrintf("%d Istio control planes detected, checking --revision %q only", revCount, revs)
    	return revision, nil
    }
    
    func (v *StatusVerifier) verifyFinalIOP() error {
    	crdCount, istioDeploymentCount, daemonSetCount, err := v.verifyPostInstallIstioOperator(
    		v.iop, fmt.Sprintf("IOP:%s", v.iop.GetName()))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 19:23:44 UTC 2024
    - 15K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/vcstest/svn/test2-svn-git.txt

    git commit -a -m 'README'
    git branch -m master
    
    git rev-parse HEAD
    stdout '^7f800d2ac276dd7042ea0e8d7438527d236fd098$'
    
    	# Fake a clone from an origin repo at this commit.
    git remote add origin https://vcs-test.swtch.com/git/README-only
    mkdir .git/refs/remotes/origin
    echo 'ref: refs/remotes/origin/master'
    cp stdout .git/refs/remotes/origin/HEAD
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 08 19:37:03 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/vcstest/svn/test1-svn-git.txt

    git commit -a -m 'README'
    git branch -m master
    
    git rev-parse HEAD
    stdout '^7f800d2ac276dd7042ea0e8d7438527d236fd098$'
    
    	# Fake a clone from an origin repo at this commit.
    git remote add origin https://vcs-test.swtch.com/git/README-only
    mkdir .git/refs/remotes/origin
    echo 'ref: refs/remotes/origin/master'
    cp stdout .git/refs/remotes/origin/HEAD
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 08 19:37:03 UTC 2022
    - 4.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/cel/openapi/resolver/refs.go

    limitations under the License.
    */
    
    package resolver
    
    import (
    	"fmt"
    
    	"k8s.io/apimachinery/pkg/util/sets"
    	"k8s.io/kube-openapi/pkg/validation/spec"
    )
    
    // PopulateRefs recursively replaces Refs in the schema with the referred one.
    // schemaOf is the callback to find the corresponding schema by the ref.
    // This function will not mutate the original schema. If the schema needs to be
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 17:23:50 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  9. src/runtime/signal_openbsd_mips64.go

    func (c *sigctxt) r6() uint64  { return c.regs().sc_regs[6] }
    func (c *sigctxt) r7() uint64  { return c.regs().sc_regs[7] }
    func (c *sigctxt) r8() uint64  { return c.regs().sc_regs[8] }
    func (c *sigctxt) r9() uint64  { return c.regs().sc_regs[9] }
    func (c *sigctxt) r10() uint64 { return c.regs().sc_regs[10] }
    func (c *sigctxt) r11() uint64 { return c.regs().sc_regs[11] }
    func (c *sigctxt) r12() uint64 { return c.regs().sc_regs[12] }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:07:46 UTC 2020
    - 3.3K bytes
    - Viewed (0)
  10. src/runtime/signal_linux_riscv64.go

    func (c *sigctxt) t2() uint64  { return c.regs().sc_regs.t2 }
    func (c *sigctxt) s0() uint64  { return c.regs().sc_regs.s0 }
    func (c *sigctxt) s1() uint64  { return c.regs().sc_regs.s1 }
    func (c *sigctxt) a0() uint64  { return c.regs().sc_regs.a0 }
    func (c *sigctxt) a1() uint64  { return c.regs().sc_regs.a1 }
    func (c *sigctxt) a2() uint64  { return c.regs().sc_regs.a2 }
    func (c *sigctxt) a3() uint64  { return c.regs().sc_regs.a3 }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 17 18:54:48 UTC 2021
    - 2.9K bytes
    - Viewed (0)
Back to top