Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for toRoots (0.13 sec)

  1. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/FileUtilsTest.groovy

            toRoots(files("a/a/a", "a/a", "a/b/a")) == files("a/a", "a/b/a")
            toRoots(files("a/a", "a/a-1", "a/a/a")) == files("a/a", "a/a-1")
            toRoots(files("a/a", "a/a/a", "b/a/a")) == files("a/a", "b/a/a")
            toRoots(files("a/a/a/a/a/a/a/a/a", "a/b")) == files("a/a/a/a/a/a/a/a/a", "a/b")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  2. helm/minio/templates/ciliumnetworkpolicy.yaml

        release: {{ .Release.Name }}
        heritage: {{ .Release.Service }}
    spec:
      endpointSelector:
        matchLabels:
          app: {{ template "minio.name" . }}
          release: {{ .Release.Name }}
      ingress:
      - toPorts:
        - ports:
          - port: "{{ .Values.minioAPIPort }}"
            protocol: TCP
          - port: "{{ .Values.minioConsolePort }}"
            protocol: TCP
        {{- if not .Values.networkPolicy.allowExternal }}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 26 07:50:24 UTC 2024
    - 936 bytes
    - Viewed (0)
  3. pkg/kube/kclient/client.go

    	inf := kubeclient.GetInformerFilteredFromGVR(c, ToOpts(c, gvr, filter), gvr)
    	return newInformerClient[controllers.Object](gvr, inf, filter)
    }
    
    // NewDynamic returns a dynamic client for a given GVR. This is read-only.
    func NewDynamic(c kube.Client, gvr schema.GroupVersionResource, filter Filter) Untyped {
    	opts := ToOpts(c, gvr, filter)
    	opts.InformerType = kubetypes.DynamicInformer
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 07:14:28 UTC 2024
    - 13K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/mod_dot.txt

    go list ./vendor/golang.org/x/net/http2/hpack
    stdout '^golang.org/x/net/http2/hpack$'
    
    # golang.org/issue/30756: packages in other GOROOTs should not get the special
    # prefixless treatment of GOROOT itself.
    cd $WORK/othergoroot/src
    ! go list .
    stderr '^no Go files in '$WORK'[/\\]othergoroot[/\\]src$'
    
    go list ./builtin
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 30 22:30:03 UTC 2022
    - 4.6K bytes
    - Viewed (0)
  5. pkg/kube/kclient/client_test.go

    				Namespace: "",
    				Cluster:   c.ClusterID(),
    			},
    		},
    	}
    	for _, tt := range cases {
    		t.Run(tt.name, func(t *testing.T) {
    			got := kclient.ToOpts(c, tt.gvr, tt.filter)
    			if !reflect.DeepEqual(got, tt.want) {
    				t.Errorf("ToOpts: got %v, want %v", got, tt.want)
    			}
    		})
    	}
    }
    
    func TestFilterNamespace(t *testing.T) {
    	tracker := assert.NewTracker[string](t)
    	c := kube.NewFakeClient()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 11 15:12:54 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  6. src/encoding/xml/xml_test.go

    	{"\x12<doc/>", "illegal character code U+0012"},
    	{"<?xml version=\"1.0\"?>\x0b<doc/>", "illegal character code U+000B"},
    	{"\xef\xbf\xbe<doc/>", "illegal character code U+FFFE"},
    	{"<?xml version=\"1.0\"?><doc>\r\n<hiya/>\x07<toots/></doc>", "illegal character code U+0007"},
    	{"<?xml version=\"1.0\"?><doc \x12='value'>what's up</doc>", "expected attribute name in element"},
    	{"<doc>&abc\x01;</doc>", "invalid character entity &abc (no semicolon)"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modload/init.go

    				// modules, the packages in the "std" module have no import-path prefix.
    				//
    				// Modules named "std" outside of GOROOT/src do not receive this special
    				// treatment, so it is possible to run 'go test .' in other GOROOTs to
    				// test individual packages using a combination of the modified package
    				// and the ordinary standard library.
    				// (See https://golang.org/issue/30756.)
    				mainModules.pathPrefix[m] = ""
    			}
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  8. helm-releases/minio-5.1.0.tgz

    app: {{ template "minio.name" . }} chart: {{ template "minio.chart" . }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} spec: endpointSelector: matchLabels: app: {{ template "minio.name" . }} release: {{ .Release.Name }} ingress: - toPorts: - ports: - port: {{ .Values.minioAPIPort }} protocol: TCP - port: {{ .Values.minioConsolePort }} protocol: TCP {{- if not .Values.networkPolicy.allowExternal }} fromEndpoints: - matchLabels: {{ template "minio.name" . }}-client: "true" {{- end }}...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Mar 03 18:49:37 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  9. helm-releases/minio-5.2.0.tgz

    app: {{ template "minio.name" . }} chart: {{ template "minio.chart" . }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} spec: endpointSelector: matchLabels: app: {{ template "minio.name" . }} release: {{ .Release.Name }} ingress: - toPorts: - ports: - port: "{{ .Values.minioAPIPort }}" protocol: TCP - port: "{{ .Values.minioConsolePort }}" protocol: TCP {{- if not .Values.networkPolicy.allowExternal }} fromEndpoints: - matchLabels: {{ template "minio.name" . }}-client: "true" {{- end...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Apr 28 10:14:37 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  10. src/cmd/go/go_test.go

    			work.ToolchainVersion = v
    		}
    
    		if testGOROOT := os.Getenv("TESTGO_GOROOT"); testGOROOT != "" {
    			// Disallow installs to the GOROOT from which testgo was built.
    			// Installs to other GOROOTs — such as one set explicitly within a test — are ok.
    			work.AllowInstall = func(a *work.Action) error {
    				if cfg.BuildN {
    					return nil
    				}
    
    				rel := search.InDir(a.Target, testGOROOT)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
Back to top