{{pod.currentState.status}} on {{pod.currentState.host}}
Created: {{pod.creationTimestamp}}
Pod Networking : {{pod.currentState.podIP}} :{{port.containerPort}}
Host Networking {{pod.currentState.hostIP}} :{{port.hostPort}}
Labels:
{{label}} - {{value}}
Containers:
NameImageRestarts
{{container.name}} {{container.image}} {{pod.currentState.info[container.name].restartCount}}