Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for kubeProbeToInternalProber (0.61 sec)

  1. pkg/kube/inject/app_probe.go

    				portMap[p.Name] = p.ContainerPort
    			}
    		}
    		if h := updateNamedPort(kubeProbeToInternalProber(c.ReadinessProbe), portMap); h != nil {
    			out[readyz] = h
    		}
    		if h := updateNamedPort(kubeProbeToInternalProber(c.LivenessProbe), portMap); h != nil {
    			out[livez] = h
    		}
    		if h := updateNamedPort(kubeProbeToInternalProber(c.StartupProbe), portMap); h != nil {
    			out[startupz] = h
    		}
    
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 04 15:06:24 UTC 2023
    - 8.4K bytes
    - Viewed (0)
Back to top