Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of about 10,000 for Pull (0.11 sec)

  1. docs/zh/docs/fastapi-people.md

    ---
    
    **FastAPI** 得到了社区的大力支持。因此我想突出他们的贡献。
    
    这些人:
    
    * [帮助他人解决 GitHub 上的问题](help-fastapi.md#github_1){.internal-link target=_blank}。
    * [创建 Pull Requests](help-fastapi.md#pr){.internal-link target=_blank}。
    * 审核 Pull Requests, 对于 [翻译](contributing.md#_8){.internal-link target=_blank} 尤为重要。
    
    向他们致以掌声。 👏 🙇
    
    ## FastAPI 专家
    
    这些用户一直以来致力于 [帮助他人解决 GitHub 上的问题](help-fastapi.md#github_1){.internal-link target=_blank}。 🙇
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 25 17:09:48 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  2. pkg/model/wasm.go

    package model
    
    import (
    	"istio.io/istio/pkg/wellknown"
    )
    
    const (
    	// name of environment variable at Wasm VM, which will carry the Wasm image pull secret.
    	WasmSecretEnv = "ISTIO_META_WASM_IMAGE_PULL_SECRET"
    	// name of environment variable at Wasm VM, which will carry the Wasm image pull policy.
    	WasmPolicyEnv = "ISTIO_META_WASM_IMAGE_PULL_POLICY"
    	// name of environment variable at Wasm VM, which will carry the resource version of WasmPlugin.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 04 20:29:08 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  3. 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)
  4. pkg/kubelet/metrics/metrics_test.go

    )
    
    const imagePullDurationKey = "kubelet_" + ImagePullDurationKey
    
    func TestImagePullDurationMetric(t *testing.T) {
    	t.Run("register image pull duration", func(t *testing.T) {
    		Register()
    		defer clearMetrics()
    
    		// Pairs of image size in bytes and pull duration in seconds
    		dataPoints := [][]float64{
    			// 0 byets, 0 seconds
    			{0, 0},
    			// 5MB, 10 seconds
    			{5 * 1024 * 1024, 10},
    			// 15MB, 20 seconds
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 08 00:30:31 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. maven-xml-impl/src/main/java/org/apache/maven/internal/xml/XmlNodeBuilder.java

                throws XmlPullParserException, IOException {
            boolean spacePreserve = false;
            String name = null;
            String value = null;
            Object location = null;
            Map<String, String> attrs = null;
            List<XmlNode> children = null;
            int eventType = parser.getEventType();
            boolean emptyTag = false;
            while (eventType != XmlPullParser.END_DOCUMENT) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  8. releasenotes/notes/wasm-multilayer.yaml

    kind: feature
    area: extensibility
    issue: []
    releaseNotes:
      - |
        **Improved** WasmPlugin images (docker and OCI standard image) to support more than one layer as per spec changes.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 12 20:20:52 UTC 2022
    - 261 bytes
    - Viewed (0)
  9. docs/de/docs/help-fastapi.md

    **Hinweis**: Wenn Sie das tun, bitte ich Sie, auch anderen zu helfen. 😉
    
    ## Pull Requests prüfen
    
    Sie können mir helfen, Pull Requests von anderen zu überprüfen (Review).
    
    Noch einmal, bitte versuchen Sie Ihr Bestes, freundlich zu sein. 🤗
    
    ---
    
    Hier ist, was Sie beachten sollten und wie Sie einen Pull Request überprüfen:
    
    ### Das Problem verstehen
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:29:57 UTC 2024
    - 16K bytes
    - Viewed (0)
  10. CONTRIBUTING.md

    ```
    
    Please make every effort to follow existing conventions and style in order to keep the code as
    readable as possible.
    
    Contribute code changes through GitHub by forking the repository and sending a pull request. We
    squash all pull requests on merge.
    
    
    Gradle Setup
    ------------
    
    ```
    $ cat local.properties
    sdk.dir=PATH_TO_ANDROID_HOME/sdk
    org.gradle.caching=true
    ```
    
    Running Android Tests
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Tue Feb 14 08:26:50 UTC 2023
    - 2K bytes
    - Viewed (0)
Back to top