mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
show ip address of pod (#5613)
This commit is contained in:
parent
8aa03bb81b
commit
6ac9c4367e
2 changed files with 9 additions and 0 deletions
|
@ -68,6 +68,7 @@ function computeContainers(data) {
|
|||
const res = new KubernetesPodContainer();
|
||||
res.Type = KubernetesPodContainerTypes.APP;
|
||||
res.PodName = data.metadata.name;
|
||||
res.PodIP = data.status.podIP;
|
||||
res.Name = item.name;
|
||||
res.Image = item.image;
|
||||
res.ImagePullPolicy = item.imagePullPolicy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue