Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 68 of 68 for Warningf (0.16 sec)

  1. cluster/gce/gci/configure-helper.sh

      # shellcheck disable=SC2086
      iptables -w ${command} OUTPUT -p tcp --dport 80 -d ${METADATA_SERVER_IP} -m owner ${invert:-} --uid-owner=${METADATA_SERVER_ALLOWED_UID_RANGE:-0-2999} -j ${action}
    }
    
    # WARNING: DO NOT USE THE FILTER TABLE! Some implementations of network policy
    # think they own it and will stomp all over your changes. At this time, the
    # mangle table is less contentious so use that if possible.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.5.md

    * Added rkt binary to GCI ([#35321](https://github.com/kubernetes/kubernetes/pull/35321), [@vishh](https://github.com/vishh))
    * Fixed mutation warning in Attach/Detach controller ([#35273](https://github.com/kubernetes/kubernetes/pull/35273), [@jsafrane](https://github.com/jsafrane))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  3. fastapi/applications.py

                assert self.version, "A version must be provided for OpenAPI, e.g.: '2.1.0'"
            # TODO: remove when discarding the openapi_prefix parameter
            if openapi_prefix:
                logger.warning(
                    '"openapi_prefix" has been deprecated in favor of "root_path", which '
                    "follows more closely the ASGI standard, is simpler, and more "
                    "automatic. Check the docs at "
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet_pods_test.go

    	testKubelet.kubelet.recorder = fakeRecorder
    	testKubelet.kubelet.secretManager = secret.NewFakeManagerWithSecrets(secrets)
    	defer testKubelet.Cleanup()
    
    	expectedEvent := "Warning FailedToRetrieveImagePullSecret Unable to retrieve some image pull secrets (secretFoo); attempting to pull the image may not succeed."
    
    	testPod := &v1.Pod{
    		ObjectMeta: metav1.ObjectMeta{
    			Namespace:   "nsFoo",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    //		Comma-separated list of toolchain experiments to enable or disable.
    //		The list of available experiments may change arbitrarily over time.
    //		See src/internal/goexperiment/flags.go for currently valid values.
    //		Warning: This variable is provided for the development and testing
    //		of the Go toolchain itself. Use beyond that purpose is unsupported.
    //	GO_EXTLINK_ENABLED
    //		Whether the linker should use external linking mode
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. src/net/http/serve_test.go

    			return
    		}
    		defer c.Close()
    		if _, err := c.Write([]byte(wantBody)); err != nil {
    			t.Errorf("Write to hijacked body: %v", err)
    		}
    	}), func(ts *httptest.Server) {
    		// Don't spam log with warning about superfluous WriteHeader call.
    		ts.Config.ErrorLog = log.New(tlogWriter{t}, "log: ", 0)
    	}).ts
    
    	conn, err := net.Dial("tcp", ts.Listener.Addr().String())
    	if err != nil {
    		t.Fatalf("net.Dial: %v", err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    and there stood the Queen in front of them, with her arms folded,
    frowning like a thunderstorm.
    
      `A fine day, your Majesty!' the Duchess began in a low, weak
    voice.
    
      `Now, I give you fair warning,' shouted the Queen, stamping on
    the ground as she spoke; `either you or your head must be off,
    and that in about half no time!  Take your choice!'
    
      The Duchess took her choice, and was gone in a moment.
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    and there stood the Queen in front of them, with her arms folded,
    frowning like a thunderstorm.
    
      `A fine day, your Majesty!' the Duchess began in a low, weak
    voice.
    
      `Now, I give you fair warning,' shouted the Queen, stamping on
    the ground as she spoke; `either you or your head must be off,
    and that in about half no time!  Take your choice!'
    
      The Duchess took her choice, and was gone in a moment.
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
Back to top