Documentation ¶
Index ¶
Constants ¶
View Source
const ( // on the node it is (was) running. NodeUnreachablePodReason = "NodeLost" None = "<none>" )
Variables ¶
This section is empty.
Functions ¶
func MakeServicePortString ¶
func MakeServicePortString(ports []core.ServicePort) string
func Register ¶
func Register(c ColumnConverter)
func ServiceExternalIP ¶ added in v0.9.9
Types ¶
type ColumnConverter ¶
type IngressClassPrinter ¶
type IngressClassPrinter struct{}
func (IngressClassPrinter) Convert ¶
func (p IngressClassPrinter) Convert(o runtime.Object) (map[string]interface{}, error)
func (IngressClassPrinter) GVK ¶
func (_ IngressClassPrinter) GVK() schema.GroupVersionKind
type IngressPrinter ¶
type IngressPrinter struct{}
func (IngressPrinter) Convert ¶
func (p IngressPrinter) Convert(o runtime.Object) (map[string]interface{}, error)
func (IngressPrinter) GVK ¶
func (_ IngressPrinter) GVK() schema.GroupVersionKind
type PodPrinter ¶
type PodPrinter struct{}
func (PodPrinter) Convert ¶
func (p PodPrinter) Convert(o runtime.Object) (map[string]interface{}, error)
"name": "Name", "name": "Ready", "name": "Status", "name": "Restarts", "name": "Age", "name": "IP", "name": "Node", "name": "Nominated Node", "name": "Readiness Gates",
func (PodPrinter) GVK ¶
func (_ PodPrinter) GVK() schema.GroupVersionKind
Click to show internal directories.
Click to hide internal directories.