1
0
mirror of https://github.com/rancher/types.git synced 2025-08-10 17:01:34 +00:00

Generated changes

This commit is contained in:
Alena Prokharchyk 2018-02-08 16:05:58 -08:00 committed by Darren Shepherd
parent aafde0c191
commit bfa484ceb0
3 changed files with 39 additions and 39 deletions

View File

@ -1,20 +1,20 @@
package client
const (
PublicEndpointType = "publicEndpoint"
PublicEndpointFieldAddress = "address"
PublicEndpointFieldNodeName = "node"
PublicEndpointFieldPodName = "pod"
PublicEndpointFieldPort = "port"
PublicEndpointFieldProtocol = "protocol"
PublicEndpointFieldServiceName = "service"
PublicEndpointType = "publicEndpoint"
PublicEndpointFieldAddress = "address"
PublicEndpointFieldNodeId = "nodeId"
PublicEndpointFieldPodId = "podId"
PublicEndpointFieldPort = "port"
PublicEndpointFieldProtocol = "protocol"
PublicEndpointFieldServiceId = "serviceId"
)
type PublicEndpoint struct {
Address string `json:"address,omitempty"`
NodeName string `json:"node,omitempty"`
PodName string `json:"pod,omitempty"`
Port *int64 `json:"port,omitempty"`
Protocol string `json:"protocol,omitempty"`
ServiceName string `json:"service,omitempty"`
Address string `json:"address,omitempty"`
NodeId string `json:"nodeId,omitempty"`
PodId string `json:"podId,omitempty"`
Port *int64 `json:"port,omitempty"`
Protocol string `json:"protocol,omitempty"`
ServiceId string `json:"serviceId,omitempty"`
}

View File

@ -1,20 +1,20 @@
package client
const (
PublicEndpointType = "publicEndpoint"
PublicEndpointFieldAddress = "address"
PublicEndpointFieldNodeName = "node"
PublicEndpointFieldPodName = "pod"
PublicEndpointFieldPort = "port"
PublicEndpointFieldProtocol = "protocol"
PublicEndpointFieldServiceName = "service"
PublicEndpointType = "publicEndpoint"
PublicEndpointFieldAddress = "address"
PublicEndpointFieldNodeId = "nodeId"
PublicEndpointFieldPodId = "podId"
PublicEndpointFieldPort = "port"
PublicEndpointFieldProtocol = "protocol"
PublicEndpointFieldServiceId = "serviceId"
)
type PublicEndpoint struct {
Address string `json:"address,omitempty"`
NodeName string `json:"node,omitempty"`
PodName string `json:"pod,omitempty"`
Port *int64 `json:"port,omitempty"`
Protocol string `json:"protocol,omitempty"`
ServiceName string `json:"service,omitempty"`
Address string `json:"address,omitempty"`
NodeId string `json:"nodeId,omitempty"`
PodId string `json:"podId,omitempty"`
Port *int64 `json:"port,omitempty"`
Protocol string `json:"protocol,omitempty"`
ServiceId string `json:"serviceId,omitempty"`
}

View File

@ -1,20 +1,20 @@
package client
const (
PublicEndpointType = "publicEndpoint"
PublicEndpointFieldAddress = "address"
PublicEndpointFieldNodeName = "node"
PublicEndpointFieldPodName = "pod"
PublicEndpointFieldPort = "port"
PublicEndpointFieldProtocol = "protocol"
PublicEndpointFieldServiceName = "service"
PublicEndpointType = "publicEndpoint"
PublicEndpointFieldAddress = "address"
PublicEndpointFieldNodeId = "nodeId"
PublicEndpointFieldPodId = "podId"
PublicEndpointFieldPort = "port"
PublicEndpointFieldProtocol = "protocol"
PublicEndpointFieldServiceId = "serviceId"
)
type PublicEndpoint struct {
Address string `json:"address,omitempty"`
NodeName string `json:"node,omitempty"`
PodName string `json:"pod,omitempty"`
Port *int64 `json:"port,omitempty"`
Protocol string `json:"protocol,omitempty"`
ServiceName string `json:"service,omitempty"`
Address string `json:"address,omitempty"`
NodeId string `json:"nodeId,omitempty"`
PodId string `json:"podId,omitempty"`
Port *int64 `json:"port,omitempty"`
Protocol string `json:"protocol,omitempty"`
ServiceId string `json:"serviceId,omitempty"`
}