Documentation ¶ Index ¶ func ParseJSON(file string, keys ...string) (result string, err error) type K8s func NewK8s() *K8s func (k8s *K8s) FindPod(name, namespace string) string func (k8s *K8s) ForwardPod(name, namespace, port string) chan struct{} func (k8s *K8s) FromConfigMap(name, namespace, file string) (result string, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ParseJSON ¶ func ParseJSON(file string, keys ...string) (result string, err error) Types ¶ type K8s ¶ type K8s struct { // contains filtered or unexported fields } func NewK8s ¶ func NewK8s() *K8s func (*K8s) FindPod ¶ func (k8s *K8s) FindPod(name, namespace string) string func (*K8s) ForwardPod ¶ func (k8s *K8s) ForwardPod(name, namespace, port string) chan struct{} func (*K8s) FromConfigMap ¶ func (k8s *K8s) FromConfigMap(name, namespace, file string) (result string, err error) Source Files ¶ View all Source files kube.go Click to show internal directories. Click to hide internal directories.