Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for buildC (0.23 sec)

  1. staging/src/k8s.io/api/core/v1/types.go

    	// allocated and the endpoints are published as a set of endpoints rather
    	// than a virtual IP.
    	// "NodePort" builds on ClusterIP and allocates a port on every node which
    	// routes to the same endpoints as the clusterIP.
    	// "LoadBalancer" builds on NodePort and creates an external load-balancer
    	// (if supported in the current cloud) which routes to the same endpoints
    	// as the clusterIP.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.8.md

    
    #### Go Client
    * Add support for client-side spam filtering of events([#47367](https://github.com/kubernetes/kubernetes/pull/47367))
    
    
    ## External Dependencies
    
    Continuous integration builds use Docker versions 1.11.2, 1.12.6, 1.13.1,
    and 17.03.2. These versions were validated on Kubernetes 1.8. However,
    consult an appropriate installation or upgrade guide before deciding what
    versions of Docker to use.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  3. src/net/http/h2_bundle.go

    // synctestGroupInterface is the methods of synctestGroup used by Server and Transport.
    // It's defined as an interface here to let us keep synctestGroup entirely test-only
    // and not a part of non-test builds.
    type http2synctestGroupInterface interface {
    	Join()
    	Now() time.Time
    	NewTimer(d time.Duration) http2timer
    	AfterFunc(d time.Duration, f func()) http2timer
    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