Versions in this module Expand all Collapse all v0 v0.1.0 Aug 15, 2024 Changes in this version + func OKHandler(w http.ResponseWriter, r *http.Request) + type PodInfo struct + IPAddress string + Name string + Namespace string + NodeName string + func PodInfoFromEnv() *PodInfo + type RootHandler struct + Arch string + OS string + func MustRootHandler(pod *PodInfo) *RootHandler + func (h *RootHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)