Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 554 for resources_ (0.22 sec)

  1. hack/testdata/multi-resource-1.yaml

    apiVersion: v1
    kind: Pod
    metadata:
      name: test-pod
      namespace: multi-resource-ns
      labels:
        name: test-pod-label
    spec:
      containers:
      - name: kubernetes-pause
        image: registry.k8s.io/pause:3.10
    ---
    apiVersion: v1
    kind: Namespace
    metadata:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 462 bytes
    - Viewed (0)
  2. hack/testdata/multi-resource-list.json

    Lubomir I. Ivanov <******@****.***> 1716462099 +0300
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  3. hack/testdata/multi-resource-json.json

    Lubomir I. Ivanov <******@****.***> 1716462099 +0300
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 879 bytes
    - Viewed (0)
  4. hack/testdata/multi-resource-rclist.json

    Lubomir I. Ivanov <******@****.***> 1716462099 +0300
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  5. hack/testdata/multi-resource-yaml.yaml

    Lubomir I. Ivanov <******@****.***> 1716462099 +0300
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 511 bytes
    - Viewed (0)
  6. src/internal/trace/testtrace/validation.go

    		}
    
    		// Check label resource.
    		if l.Resource.Kind == trace.ResourceNone {
    			e.Errorf("label resource none")
    		}
    		switch l.Resource.Kind {
    		case trace.ResourceGoroutine:
    			id := l.Resource.Goroutine()
    			if _, ok := v.gs[id]; !ok {
    				e.Errorf("label for invalid goroutine %d", id)
    			}
    		case trace.ResourceProc:
    			id := l.Resource.Proc()
    			if _, ok := v.ps[id]; !ok {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/undeclared/UndeclaredBuildInputsIntegrationTest.groovy

            }
        }
    
        @Issue("https://github.com/gradle/gradle/issues/13155")
        def "plugin can bundle multiple resources with the same name"() {
            file("buildSrc/build.gradle") << """
                jar.from('resources1')
                jar.from('resources2')
                jar.duplicatesStrategy = DuplicatesStrategy.INCLUDE
            """
            file("buildSrc/src/main/groovy/SomePlugin.groovy") << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 36K bytes
    - Viewed (0)
  8. hack/testdata/multi-resource-yaml-modify.yaml

    Lubomir I. Ivanov <******@****.***> 1716462099 +0300
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 557 bytes
    - Viewed (0)
  9. hack/testdata/multi-resource-list-modify.json

    Lubomir I. Ivanov <******@****.***> 1716462099 +0300
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  10. hack/testdata/multi-resource-json-modify.json

    Lubomir I. Ivanov <******@****.***> 1716462099 +0300
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 935 bytes
    - Viewed (0)
Back to top