Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for listener2 (0.24 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                    minLength: 1
                    type: string
                  listeners:
                    description: "Listeners associated with this Gateway. Listeners define
                      logical endpoints that are bound on this Gateway's addresses. At
                      least one Listener MUST be specified. \n Each Listener in a set
                      of Listeners (for example, in a single Gateway) MUST be _distinct_,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    topLevelDescription; private final String args; public void FilterFactoryParams(Description, String); public String getArgs(); public Description getTopLevelDescripti(); } org/junit/runner/Result$Listener.class package org.junit.runner; synchronized class Result$Listener extends notification.RunListener { private void Result$Listener(Result); public void testRunStarted(Description) throws Exception; public void testRunFinished(Result) throws Exception; public void testFinished(Description) throws Exception; public...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  3. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    a=t[t.length-1].node;throw this.handleError(n,a)}}}if(this.listeners.OnceExit)for(let[t,r]of this.listeners.OnceExit){this.result.lastPlugin=t;try{if(e.type==="document"){let n=e.nodes.map(a=>r(a,this.helpers));await Promise.all(n)}else await r(e,this.helpers)}catch(n){throw this.handleError(n)}}}return this.processed=!0,this.stringify()}prepareVisitors(){this.listeners={};let e=(t,r,n)=>{this.listeners[r]||(this.listeners[r]=[]),this.listeners[r].push([t,n])};for(let t of this.plugins)if(typeof t=="object")for(let...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  4. CHANGELOG/CHANGELOG-1.24.md

    - Kube-proxy will no longer hold service node ports open on the node. Users are still advised not to run any listener on node ports range used by kube-proxy. ([#108496](https://github.com/kubernetes/kubernetes/pull/108496), [@khenidak](https://github.com/khenidak))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

              "secretName": {
                "description": "secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the \"Host\" header field used by an IngressRule, the SNI host is used for termination and value of the \"Host\" header is used for routing.",
                "type": "string"
              }
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.8.md

    * AWS: Avoid spurious ELB listener recreation - ignore case when matching protocol ([#47391](https://github.com/kubernetes/kubernetes/pull/47391), [@justinsb](https://github.com/justinsb))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  7. src/net/http/h2_bundle.go

    	}
    }
    
    func (rl *http2clientConnReadLoop) processPing(f *http2PingFrame) error {
    	if f.IsAck() {
    		cc := rl.cc
    		cc.mu.Lock()
    		defer cc.mu.Unlock()
    		// If ack, notify listener if any
    		if c, ok := cc.pings[f.Data]; ok {
    			close(c)
    			delete(cc.pings, f.Data)
    		}
    		return nil
    	}
    	cc := rl.cc
    	cc.wmu.Lock()
    	defer cc.wmu.Unlock()
    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