Documentation ¶
Index ¶
- Constants
- func AddFlags(flags *flag.FlagSet)
- func GetKubeconfig() clientcmd.ClientConfig
- func GetPodStatusReason(pod *corev1.Pod) string
- func GetRESTConfig() (*rest.Config, error)
- func NodeIsReady(node v1.Node) bool
- func PortForward(config *restclient.Config, localPort int, remotePort int, namespace string, ...) (chan struct{}, error)
Constants ¶
View Source
const NotReadyTaint = "node.kubernetes.io/not-ready"
View Source
const UnreachableTaint = "node.kubernetes.io/unreachable"
View Source
const UnschedulableTaint = "node.kubernetes.io/unschedulable"
Variables ¶
This section is empty.
Functions ¶
func GetKubeconfig ¶ added in v0.13.4
func GetKubeconfig() clientcmd.ClientConfig
func GetPodStatusReason ¶ added in v0.17.0
func GetRESTConfig ¶ added in v0.9.44
func NodeIsReady ¶ added in v0.14.0
func PortForward ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.