Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _PORT (0.04 sec)

  1. pkg/kubelet/envvars/envvars.go

    		}
    
    		hostPort := net.JoinHostPort(service.Spec.ClusterIP, strconv.Itoa(int(sp.Port)))
    
    		if i == 0 {
    			// Docker special-cases the first port.
    			all = append(all, v1.EnvVar{
    				Name:  prefix + "_PORT",
    				Value: fmt.Sprintf("%s://%s", strings.ToLower(protocol), hostPort),
    			})
    		}
    		portPrefix := fmt.Sprintf("%s_PORT_%d_%s", prefix, sp.Port, strings.ToUpper(protocol))
    		all = append(all, []v1.EnvVar{
    			{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 09 11:14:08 UTC 2017
    - 3.3K bytes
    - Viewed (0)
  2. src/internal/trace/traceviewer/static/webcomponents.min.js

    slashes";break;case"relative":if(this._isRelative=!0,"file"!=this._scheme&&(this._scheme=s._scheme),f==y){this._host=s._host,this._port=s._port,this._path=s._path.slice(),this._query=s._query,this._username=s._username,this._password=s._password;break e}if("/"==y||"\\"==y)"\\"==y&&c("\\ is an invalid code point."),l="relative slash";else if("?"==y)this._host=s._host,this._port=s._port,this._path=s._path.slice(),this._query="?",this._username=s._username,this._password=s._password,l="query";else{if("#"!=y){var...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 115.6K bytes
    - Viewed (0)
Back to top