Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 3,613 for resources2 (0.24 sec)

  1. pkg/config/analysis/legacy/util/kuberesource/resources.go

    package kuberesource
    
    import (
    	"fmt"
    
    	"istio.io/istio/pkg/config"
    	"istio.io/istio/pkg/config/schema/collection"
    	"istio.io/istio/pkg/config/schema/collections"
    	"istio.io/istio/pkg/config/schema/resource"
    )
    
    func ConvertInputsToSchemas(inputs []config.GroupVersionKind) collection.Schemas {
    	resultBuilder := collection.NewSchemasBuilder()
    	for _, gv := range inputs {
    		s, f := collections.All.FindByGroupVersionKind(gv)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/devicemanager/pod_devices_test.go

    	}
    }
    
    func TestDeviceRunContainerOptions(t *testing.T) {
    	const (
    		podUID        = "pod"
    		containerName = "container"
    		resource1     = "example1.com/resource1"
    		resource2     = "example2.com/resource2"
    	)
    	testCases := []struct {
    		description          string
    		gate                 bool
    		responsesPerResource map[string]*pluginapi.ContainerAllocateResponse
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/img/java-sourcesets-process-resources.graffle

    java-sourcesets-process-resources.graffle ApplicationVersionco.omnigroup.OmniGraffle7.MacAppStore186.9ColorProfilesdataAA/gAAAAUbWVhcwAABAwAAA+wEBAQcBDQETARkBHwElA+gIDAgwCFAIdAiYCLwI4A+wD+QQGBBMEIAQtBDsESARVB+BIwEmgSoBLYExATTBOEE+BQ0FHAUrBToFSQVYBWcF/B9IH5Qf4CAsIHwgyCEYI+EL+QwSDCoMQwxcDHUMjgynD/DpsOtg7SDu4PCQ8lD0EP/PD+wQCRAmEEMQYRB+EJsQuRDXEPURExExEU8R+UUBhQnFEkUahSLFK0Uzh/cYGxhAGGUYihivGNUY+hkgGUUZaxmRGbcZ3RoEG+HukfEx8+H2kflB+/H+ogFSBBIGwgmCDEIPAhHC/HL/4wNTBsMKQw2zESMUoxgj/E0KzRlNJ402DUTNU01...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/repositories/resolver/ResourceVersionListerTest.groovy

            and:
            1 * repo.resource(new ExternalResourceName("/")) >> resource1
            1 * resource1.list() >> ["1.2", "1.3"]
            1 * repo.resource(new ExternalResourceName("/org.acme/")) >> resource2
            1 * resource2.list() >> ["1.3", "1.4"]
            0 * _
        }
    
        def 'overlapping patterns filter out parts matching more than one pattern'() {
            def resource1 = Mock(ExternalResource)
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  5. pkg/kubelet/kuberuntime/kuberuntime_container_linux_test.go

    				return
    			}
    
    			if !tc.nodeSwapFeatureGateEnabled || tc.cgroupVersion == cgroupV1 || (tc.swapBehavior == types.LimitedSwap && tc.qosClass != v1.PodQOSBurstable) {
    				expectNoSwap(tc.cgroupVersion, resourcesC1, resourcesC2)
    				return
    			}
    
    			if tc.swapBehavior == types.NoSwap || tc.swapBehavior == "" {
    				expectNoSwap(tc.cgroupVersion, resourcesC1, resourcesC2)
    				return
    			}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41K bytes
    - Viewed (0)
  6. hack/testdata/multi-resource-2.yaml

    # Simple test that errors should not block apply of valid
    # resources. The ConfigMap should successfully apply, while
    # the custom resource fails because the CRD is missing.
    apiVersion: v1
    kind: ConfigMap
    metadata:
      name: foo
    ---
    apiVersion: example.com/v1
    kind: Bogus
    metadata:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 04 22:48:31 UTC 2020
    - 292 bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/repositories/resolver/MavenVersionListerTest.groovy

            </versions>
        </versioning>
    </metadata>""".bytes))
            }
            0 * resourceAccessor._
            0 * resource._
        }
    
        def "builds union of versions"() {
            LocallyAvailableExternalResource resource1 = Mock()
            LocallyAvailableExternalResource resource2 = Mock()
            def pattern1 = pattern("prefix1/" + MavenPattern.M2_PATTERN)
            def pattern2 = pattern("prefix2/" + MavenPattern.M2_PATTERN)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  8. testing/architecture-test/src/changes/archunit-store/public-api-mutable-text-resource.txt

    Method <org.gradle.api.plugins.quality.CodeNarcExtension.getConfig()> has raw return type org.gradle.api.resources.TextResource in (CodeNarcExtension.java:0)
    Method <org.gradle.api.plugins.quality.PmdExtension.getRuleSetConfig()> has raw return type org.gradle.api.resources.TextResource in (PmdExtension.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 827 bytes
    - Viewed (0)
  9. hack/testdata/multi-resource-3.yaml

    # Test failures do not block the apply for valid resources.
    # pod-a and pod-c should apply, while POD-B is invalid
    # because of the capitialization.
    apiVersion: v1
    kind: Pod
    metadata:
      name: pod-a
    spec:
      containers:
      - name: kubernetes-pause
        image: registry.k8s.io/pause:3.10
    ---
    apiVersion: v1
    kind: Pod
    metadata:
      name: POD-B
    spec:
      containers:
      - name: kubernetes-pause
        image: registry.k8s.io/pause:3.10
    ---
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 560 bytes
    - Viewed (0)
  10. maven-model-builder/src/test/resources/poms/validation/missing-resource-directory-pom.xml

    <project>
      <modelVersion>4.0.0</modelVersion>
      <artifactId>foo</artifactId>
      <groupId>foo</groupId>
      <version>99.44</version>
      <packaging>bleh</packaging>
      <build>
        <resources>
          <resource>
    
          </resource>
        </resources>
        <testResources>
          <testResource>
    
          </testResource>
        </testResources>
      </build>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 27 20:48:13 UTC 2009
    - 1.1K bytes
    - Viewed (0)
Back to top