Versions in this module Expand all Collapse all v1 v1.23.0 Apr 3, 2022 Changes in this version + const LEVEL_0 + const LEVEL_1 + const LEVEL_2 + const LEVEL_3 + const LEVEL_4 + const PortForwardProtocolV1Name + func GetSpinnerPodStatus(pod *corev1.Pod) string + func NewSpinner(suffix string, interval time.Duration) *spinner.Spinner + func NewSpinnerWithStatus(suffix string, interval time.Duration, final string, statusFunc func() string) *spinner.Spinner + type LocalProxyServer interface + Listen func() (func(), error) + func NewLocalProxy(restConfig *rest.Config, podNamespace, podName string, targetPort int32) LocalProxyServer + type PrefixWriter interface + Flush func() + Write func(level int, format string, a ...interface{}) + WriteLine func(a ...interface{}) + func NewPrefixWriter(out io.Writer) PrefixWriter