Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 3,613 for resources_ (0.5 sec)

  1. platforms/documentation/docs/src/docs/userguide/img/java-sourcesets-process-resources.png

    java-sourcesets-process-resources.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 21:47:26 UTC 2024
    - 36K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/native-binaries/windows-resources/groovy/src/hello/headers/resources.h

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 25 bytes
    - Viewed (0)
  3. 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)
  4. pkg/kubelet/cm/topologymanager/scope_pod_test.go

    				},
    			},
    			expected: []map[string][]TopologyHint{
    				{
    					"resource1": {TopologyHint{}},
    				},
    				{},
    			},
    		},
    		{
    			name: "HintProvider with 2 resources returns hints",
    			hp: []HintProvider{
    				&mockHintProvider{
    					map[string][]TopologyHint{
    						"resource1": {TopologyHint{}},
    						"resource2": {TopologyHint{}},
    					},
    				},
    			},
    			expected: []map[string][]TopologyHint{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 12 11:25:55 UTC 2020
    - 6.1K bytes
    - Viewed (0)
  5. 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)
  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. 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)
  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. pkg/kubelet/kuberuntime/kuberuntime_container_linux_test.go

    				}
    			}
    			pod.Spec.Containers[0].Resources = resourceReqsC1
    			pod.Spec.Containers[1].Resources = resourceReqsC2
    
    			resourcesC1 := m.generateLinuxContainerResources(pod, &pod.Spec.Containers[0], false)
    			resourcesC2 := m.generateLinuxContainerResources(pod, &pod.Spec.Containers[1], false)
    
    			if tc.swapDisabledOnNode {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41K bytes
    - Viewed (0)
Back to top