Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Test9 (0.03 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenScopesIntegrationTest.groovy

                .dependsOn(m4, scope: 'runtime')
                .dependsOn(notRequired, scope: 'test')
                .dependsOn(notRequired, scope: 'provided')
                .publish()
            def m9 = mavenRepo.module('test', 'test9', '1.0')
                .dependsOn(m5, scope: 'compile')
                .dependsOn(m6, scope: 'runtime')
                .dependsOn(notRequired, scope: 'test')
                .dependsOn(notRequired, scope: 'provided')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 14.4K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/events_test.go

    					APIVersion: "other/v1beta1",
    					Kind:       "Job",
    					Namespace:  "foo",
    				},
    			},
    			false,
    		}, {
    			&core.Event{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:      "test9",
    					Namespace: "foo",
    				},
    				InvolvedObject: core.ObjectReference{
    					APIVersion: "other/v1beta1",
    					Kind:       "Job",
    					Namespace:  "foo",
    				},
    			},
    			true,
    		}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 01 19:47:37 UTC 2022
    - 37.2K bytes
    - Viewed (0)
  3. pkg/printers/internalversion/printers_test.go

    			ccc: networking.ServiceCIDR{
    				ObjectMeta: metav1.ObjectMeta{Name: "test9"},
    				Spec: networking.ServiceCIDRSpec{
    					CIDRs: []string{ipv4CIDR, ipv6CIDR},
    				},
    			},
    			options: printers.GenerateOptions{},
    			// Columns: Name, PerNodeHostBits, IPv4, IPv6, Age.
    			expected: []metav1.TableRow{{Cells: []interface{}{"test9", ipv4CIDR + "," + ipv6CIDR, "<unknown>"}}},
    		},
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
Back to top