Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 3,098 for Pull (0.13 sec)

  1. pilot/pkg/xds/ecds_test.go

    		},
    		Spec: spec,
    	}
    }
    
    var (
    	// Secrets
    	defaultPullSecret = makeDockerCredentials("default-pull-secret", "default", map[string]string{
    		corev1.DockerConfigJsonKey: "default-docker-credential",
    	}, corev1.SecretTypeDockerConfigJson)
    	rootPullSecret = makeDockerCredentials("root-pull-secret", "istio-system", map[string]string{
    		corev1.DockerConfigJsonKey: "root-docker-credential",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 12K bytes
    - Viewed (0)
  2. pkg/kubelet/images/image_manager_test.go

    	pullerErr      error
    	qps            float32
    	burst          int
    	expected       []pullerExpects
    }
    
    func pullerTestCases() []pullerTestCase {
    	return []pullerTestCase{
    		{ // pull missing image
    			testName:       "image missing, pull",
    			containerImage: "missing_image",
    			policy:         v1.PullIfNotPresent,
    			inspectErr:     nil,
    			pullerErr:      nil,
    			qps:            0.0,
    			burst:          0,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 19K bytes
    - Viewed (0)
  3. CONTRIBUTING.md

    pull requests are approved and pass continuous integration checks, a TensorFlow
    team member will apply `ready to pull` label to your change. This means we are
    working on getting your pull request submitted to our internal repository. After
    the change has been submitted internally, your pull request will be merged
    automatically on GitHub.
    
    If you want to contribute, start working through the TensorFlow codebase,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 11:45:51 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  4. docs/de/docs/contributing.md

    !!! tip "Tipp"
        Sie können <a href="https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request" class="external-link" target="_blank">Kommentare mit Änderungsvorschlägen</a> zu vorhandenen Pull Requests hinzufügen.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 23:55:23 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  5. src/mdo/writer.vm

    import ${packageModelV4}.${class.name};
    #end
    import org.codehaus.plexus.util.xml.pull.EntityReplacementMap;
    import org.codehaus.plexus.util.xml.pull.MXParser;
    import org.codehaus.plexus.util.xml.pull.MXSerializer;
    import org.codehaus.plexus.util.xml.pull.XmlPullParser;
    import org.codehaus.plexus.util.xml.pull.XmlPullParserException;
    import org.codehaus.plexus.util.xml.pull.XmlSerializer;
    
    @Deprecated
    @Generated
    public class ${className} {
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Sep 14 11:48:15 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  6. docs/en/docs/contributing.md

        Check the docs about <a href="https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews" class="external-link" target="_blank">adding a pull request review</a> to approve it or request changes.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jan 11 17:42:43 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  7. src/iter/pull_test.go

    		var stop func()
    		if !goexits(t, func() {
    			next, stop = Pull(goexitSeq())
    			next()
    		}) {
    			t.Fatal("failed to Goexit from next")
    		}
    		if x, ok := next(); x != 0 || ok {
    			t.Fatal("iterator returned valid value after iterator Goexited")
    		}
    		stop()
    	})
    	t.Run("stop", func(t *testing.T) {
    		next, stop := Pull(goexitCleanupSeq())
    		x, ok := next()
    		if !ok || x != 55 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:09:28 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  8. samples/bookinfo/README.md

     => [auth] user1/examples-bookinfo-details-v1:pull,push token for registry-1.docker.io                                                                                                            0.0s
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:37 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  9. pkg/wasm/cache_test.go

    	testWasmGet(url1, defaultPullPolicy, "1", wantFilePath1, 1)
    	// 2nd time: Should not pull the binary and use the cache because defaultPullPolicy is IfNotPresent
    	testWasmGet(url1, defaultPullPolicy, "2", wantFilePath1, 1)
    	// 3rd time: Should not pull the binary because the policy is IfNotPresent
    	testWasmGet(url1, IfNotPresent, "3", wantFilePath1, 1)
    	// 4th time: Should not pull the binary because the resource version is not changed
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  10. docs/pl/docs/help-fastapi.md

    ## Przeglądaj Pull Requesty
    
    Możesz pomóc mi w przeglądaniu pull requestów autorstwa innych osób.
    
    Jak wcześniej wspomniałem, postaraj się być jak najbardziej życzliwy. 🤗
    
    ---
    
    Oto, co warto mieć na uwadze podczas oceny pull requestu:
    
    ### Zrozum problem
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 14.9K bytes
    - Viewed (0)
Back to top