mirror of
https://github.com/rancher/types.git
synced 2025-08-10 17:01:34 +00:00
Generated changes
This commit is contained in:
parent
aafde0c191
commit
bfa484ceb0
@ -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"`
|
||||
}
|
||||
|
@ -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"`
|
||||
}
|
||||
|
@ -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"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user