Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for reachable (0.1 sec)

  1. CHANGELOG/CHANGELOG-1.30.md

       ([#122530](https://github.com/kubernetes/kubernetes/pull/122530), [@neolit123](https://github.com/neolit123))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.29.md

    - Generated `ResourceClaim` names are now more readable because of an additional hyphen before the random suffix (`<pod name>-<claim name>-<random suffix>`). ([#120336](https://github.com/kubernetes/kubernetes/pull/120336), [@pohly](https://github.com/pohly))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  3. src/net/http/h2_bundle.go

    			return o.BaseConfig.Handler
    		}
    	}
    	return DefaultServeMux
    }
    
    // ServeConn serves HTTP/2 requests on the provided connection and
    // blocks until the connection is no longer readable.
    //
    // ServeConn starts speaking HTTP/2 assuming that c has not had any
    // reads or writes. It writes its initial settings frame and expects
    // to be able to read the preface and settings frame from the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top