Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExtractFieldPathAsString (0.17 sec)

  1. pkg/kubelet/kubelet_pods.go

    		}
    		return strings.Join(ips, ","), nil
    	case "status.podIP":
    		return podIP, nil
    	case "status.podIPs":
    		return strings.Join(podIPs, ","), nil
    	}
    	return fieldpath.ExtractFieldPathAsString(pod, internalFieldPath)
    }
    
    // containerResourceRuntimeValue returns the value of the provided container resource
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
Back to top