Documentation ¶
Index ¶
- Constants
- func Convert(o runtime.Object) (map[string]interface{}, error)
- func MakeServicePortString(ports []core.ServicePort) string
- func Register(c ColumnConverter)
- type CSIDriverPrinter
- type CSINodePrinter
- type ColumnConverter
- type CronJobPrinter
- type DaemonSetPrinter
- type DeploymentPrinter
- type IngressClassPrinter
- type IngressPrinter
- type JobPrinter
- type PodPrinter
- type ReplicaSetPrinter
- type ReplicationControllerPrinter
- type ServicePrinter
- type StatefulSetPrinter
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)
Types ¶
type CSIDriverPrinter ¶
type CSIDriverPrinter struct{}
func (CSIDriverPrinter) Convert ¶
func (p CSIDriverPrinter) Convert(o runtime.Object) (map[string]interface{}, error)
func (CSIDriverPrinter) GVK ¶
func (_ CSIDriverPrinter) GVK() schema.GroupVersionKind
type CSINodePrinter ¶
type CSINodePrinter struct{}
func (CSINodePrinter) Convert ¶
func (p CSINodePrinter) Convert(o runtime.Object) (map[string]interface{}, error)
func (CSINodePrinter) GVK ¶
func (_ CSINodePrinter) GVK() schema.GroupVersionKind
type ColumnConverter ¶
type CronJobPrinter ¶
type CronJobPrinter struct{}
func (CronJobPrinter) Convert ¶
func (p CronJobPrinter) Convert(o runtime.Object) (map[string]interface{}, error)
func (CronJobPrinter) GVK ¶
func (_ CronJobPrinter) GVK() schema.GroupVersionKind
type DaemonSetPrinter ¶
type DaemonSetPrinter struct{}
func (DaemonSetPrinter) Convert ¶
func (p DaemonSetPrinter) Convert(o runtime.Object) (map[string]interface{}, error)
func (DaemonSetPrinter) GVK ¶
func (_ DaemonSetPrinter) GVK() schema.GroupVersionKind
type DeploymentPrinter ¶
type DeploymentPrinter struct{}
func (DeploymentPrinter) Convert ¶
func (p DeploymentPrinter) Convert(o runtime.Object) (map[string]interface{}, error)
func (DeploymentPrinter) GVK ¶
func (_ DeploymentPrinter) GVK() schema.GroupVersionKind
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 JobPrinter ¶
type JobPrinter struct{}
func (JobPrinter) Convert ¶
func (p JobPrinter) Convert(o runtime.Object) (map[string]interface{}, error)
func (JobPrinter) GVK ¶
func (_ JobPrinter) 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
type ReplicaSetPrinter ¶
type ReplicaSetPrinter struct{}
func (ReplicaSetPrinter) Convert ¶
func (p ReplicaSetPrinter) Convert(o runtime.Object) (map[string]interface{}, error)
func (ReplicaSetPrinter) GVK ¶
func (_ ReplicaSetPrinter) GVK() schema.GroupVersionKind
type ReplicationControllerPrinter ¶
type ReplicationControllerPrinter struct{}
func (ReplicationControllerPrinter) Convert ¶
func (p ReplicationControllerPrinter) Convert(o runtime.Object) (map[string]interface{}, error)
func (ReplicationControllerPrinter) GVK ¶
func (_ ReplicationControllerPrinter) GVK() schema.GroupVersionKind
type ServicePrinter ¶
type ServicePrinter struct{}
func (ServicePrinter) Convert ¶
func (p ServicePrinter) Convert(o runtime.Object) (map[string]interface{}, error)
func (ServicePrinter) GVK ¶
func (_ ServicePrinter) GVK() schema.GroupVersionKind
type StatefulSetPrinter ¶
type StatefulSetPrinter struct{}
func (StatefulSetPrinter) Convert ¶
func (p StatefulSetPrinter) Convert(o runtime.Object) (map[string]interface{}, error)
func (StatefulSetPrinter) GVK ¶
func (_ StatefulSetPrinter) GVK() schema.GroupVersionKind
Source Files ¶
Click to show internal directories.
Click to hide internal directories.