Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 71 for foo0 (0.04 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/verification/DependencyVerificationWritingIntegTest.groovy

          </component>
          <component group="org" name="foo" version="1.0">
             <artifact name="foo-1.0.jar">
                <sha1 value="${getChecksum(foo, "sha1")}" origin="Generated by Gradle"/>
                <sha512 value="${getChecksum(foo, "sha512")}" origin="Generated by Gradle"/>
             </artifact>
             <artifact name="foo-1.0.pom">
                <sha1 value="${getChecksum(foo, "sha1", "pom")}" origin="Generated by Gradle"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 07:31:22 UTC 2024
    - 40.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/types.go

    	// major version, then minor version. An example sorted list of versions:
    	// v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
    	Versions []CustomResourceDefinitionVersion
    	// AdditionalPrinterColumns are additional columns shown e.g. in kubectl next to the name. Defaults to a created-at column.
    	// Optional, the global columns for all versions.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  3. pkg/api/pod/warnings_test.go

    			Annotations: map[string]string{`foo`: `bar`},
    		},
    		Spec: api.PodSpec{
    			NodeSelector: map[string]string{"foo": "bar", "baz": "quux"},
    			Affinity: &api.Affinity{
    				NodeAffinity: &api.NodeAffinity{
    					RequiredDuringSchedulingIgnoredDuringExecution: &api.NodeSelector{
    						NodeSelectorTerms: []api.NodeSelectorTerm{
    							{MatchExpressions: []api.NodeSelectorRequirement{{Key: `foo`}}},
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 17:51:48 UTC 2024
    - 42.1K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/AbstractConfigurationAttributesResolveIntegrationTest.groovy

                        doLast {
                            assert files.collect { it.name } == ['b-foo.jar', 'c-foo.jar']
                        }
                    }
                }
                project(':b') {
                    configurations {
                        foo {
                           attributes { $debug } // partial match on `buildType`
                        }
                        bar {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 17:30:11 UTC 2024
    - 64K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/test/integration/basic_test.go

    			var gottenNoxuInstance *unstructured.Unstructured
    			if disabledVersions[version2] {
    				gottenNoxuInstance = &unstructured.Unstructured{}
    				gottenNoxuInstance.SetName("foo")
    			} else {
    				gottenNoxuInstance, err = noxuResourceClient2.Get(context.TODO(), "foo", metav1.GetOptions{})
    				if err != nil {
    					t.Fatal(err)
    				}
    			}
    
    			gottenNoxuInstance.Object["updated"] = version2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 11:35:33 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  6. pilot/pkg/model/service_test.go

    		{"", "", "", "", 0},
    		{"|||", "", "", "", 0},
    		{"outbound_.8080_.v1_.foo.example.org", TrafficDirectionOutbound, "v1", "foo.example.org", 8080},
    		{"inbound_.8080_.v1_.foo.example.org", TrafficDirectionInbound, "v1", "foo.example.org", 8080},
    	}
    
    	for _, tt := range tests {
    		t.Run(tt.input, func(t *testing.T) {
    			d, s, h, p := ParseSubsetKey(tt.input)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/types.go

    	// major version, then minor version. An example sorted list of versions:
    	// v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
    	// +listType=atomic
    	Versions []CustomResourceDefinitionVersion `json:"versions" protobuf:"bytes,7,rep,name=versions"`
    
    	// conversion defines conversion settings for the CRD.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/types.go

    	// major version, then minor version. An example sorted list of versions:
    	// v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.
    	// +optional
    	// +listType=atomic
    	Versions []CustomResourceDefinitionVersion `json:"versions,omitempty" protobuf:"bytes,7,rep,name=versions"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  9. pkg/proxy/servicechangetracker_test.go

    			service: makeTestService("ns2", "external-name", func(svc *v1.Service) {
    				svc.Spec.Type = v1.ServiceTypeExternalName
    				svc.Spec.ClusterIP = "172.16.55.4" // Should be ignored
    				svc.Spec.ExternalName = "foo2.bar.com"
    				svc.Spec.Ports = addTestPort(svc.Spec.Ports, "portz", "UDP", 1235, 5321, 0)
    			}),
    			expected: map[ServicePortName]*BaseServicePortInfo{},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 33.7K bytes
    - Viewed (0)
  10. src/encoding/json/decode_test.go

    	Int64:      6,
    	Uint:       7,
    	Uint8:      8,
    	Uint16:     9,
    	Uint32:     10,
    	Uint64:     11,
    	Uintptr:    12,
    	Float32:    14.1,
    	Float64:    15.1,
    	Foo:        "foo",
    	Foo2:       "foo2",
    	IntStr:     42,
    	UintptrStr: 44,
    	String:     "16",
    	Map: map[string]Small{
    		"17": {Tag: "tag17"},
    		"18": {Tag: "tag18"},
    	},
    	MapP: map[string]*Small{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:40:14 UTC 2024
    - 67.6K bytes
    - Viewed (0)
Back to top