mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
feat: kubernets service - display external hostname (#486)
This commit is contained in:
parent
28b222fffa
commit
798fa2396a
4 changed files with 45 additions and 5 deletions
|
@ -35,8 +35,8 @@ type (
|
|||
}
|
||||
|
||||
K8sServiceIngress struct {
|
||||
IP string `json:"IP"`
|
||||
Host string `json:"Host"`
|
||||
IP string `json:"IP"`
|
||||
Hostname string `json:"Hostname"`
|
||||
}
|
||||
|
||||
// K8sServiceDeleteRequests is a mapping of namespace names to a slice of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue