Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for mainTest (0.21 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    Alan Donovan <******@****.***> 1711741778 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

      amd64 binary instead of the go-runner that matches that architecture.
      
      This commit explicitly sets the '--platform=linux/${arch}' to ensure
      we're pulling the correct go-runner arch from the manifest list.
      
      Before:
      `FROM ${base_image}`
      
      After:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    			Spec: core.ReplicationControllerSpec{
    				Selector: map[string]string{"foo": "bar"},
    				Template: &validPodTemplate.Template,
    			},
    		},
    		"invalid manifest": {
    			ObjectMeta: metav1.ObjectMeta{Name: "abc", Namespace: metav1.NamespaceDefault},
    			Spec: core.ReplicationControllerSpec{
    				Selector: validSelector,
    			},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top