mirror of
https://github.com/rancher/types.git
synced 2025-08-31 21:00:16 +00:00
ExternalIP to node
This commit is contained in:
committed by
Darren Shepherd
parent
0efe60ff1a
commit
a1a28ef8e8
@@ -103,9 +103,10 @@ func nativeNodeTypes(schemas *types.Schemas) *types.Schemas {
|
||||
schema.CodeName = "InternalNodeStatus"
|
||||
schema.CodeNamePlural = "InternalNodeStatuses"
|
||||
}, struct {
|
||||
IPAddress string
|
||||
Hostname string
|
||||
Info NodeInfo
|
||||
IPAddress string
|
||||
ExternalIPAddress string `json:"externalIpAddress,omitempty"`
|
||||
Hostname string
|
||||
Info NodeInfo
|
||||
}{})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user