package overlay
import "github.com/docker/docker/libnetwork/drivers/windows/overlay"
Package overlay is a generated protocol buffer package.
It is generated from these files:
drivers/windows/overlay/overlay.proto
It has these top-level messages:
PeerRecord
Index ¶
- Variables
- type PeerRecord
- func (*PeerRecord) Descriptor() ([]byte, []int)
- func (m *PeerRecord) GetEndpointIP() string
- func (m *PeerRecord) GetEndpointMAC() string
- func (m *PeerRecord) GetTunnelEndpointIP() string
- func (this *PeerRecord) GoString() string
- func (m *PeerRecord) Marshal() (dAtA []byte, err error)
- func (m *PeerRecord) MarshalTo(dAtA []byte) (int, error)
- func (*PeerRecord) ProtoMessage()
- func (m *PeerRecord) Reset()
- func (m *PeerRecord) Size() (n int)
- func (this *PeerRecord) String() string
- func (m *PeerRecord) Unmarshal(dAtA []byte) error
Variables ¶
var ( ErrInvalidLengthOverlay = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowOverlay = fmt.Errorf("proto: integer overflow") )
Types ¶
type PeerRecord ¶
type PeerRecord struct { // Endpoint IP is the IP of the container attachment on the // given overlay network. EndpointIP string `protobuf:"bytes,1,opt,name=endpoint_ip,json=endpointIp,proto3" json:"endpoint_ip,omitempty"` // Endpoint MAC is the mac address of the container attachment // on the given overlay network. EndpointMAC string `protobuf:"bytes,2,opt,name=endpoint_mac,json=endpointMac,proto3" json:"endpoint_mac,omitempty"` // Tunnel Endpoint IP defines the host IP for the host in // which this container is running and can be reached by // building a tunnel to that host IP. TunnelEndpointIP string `protobuf:"bytes,3,opt,name=tunnel_endpoint_ip,json=tunnelEndpointIp,proto3" json:"tunnel_endpoint_ip,omitempty"` }
PeerRecord defines the information corresponding to a peer container in the overlay network.
func (*PeerRecord) Descriptor ¶
func (*PeerRecord) Descriptor() ([]byte, []int)
func (*PeerRecord) GetEndpointIP ¶
func (m *PeerRecord) GetEndpointIP() string
func (*PeerRecord) GetEndpointMAC ¶
func (m *PeerRecord) GetEndpointMAC() string
func (*PeerRecord) GetTunnelEndpointIP ¶
func (m *PeerRecord) GetTunnelEndpointIP() string
func (*PeerRecord) GoString ¶
func (this *PeerRecord) GoString() string
func (*PeerRecord) Marshal ¶
func (m *PeerRecord) Marshal() (dAtA []byte, err error)
func (*PeerRecord) MarshalTo ¶
func (m *PeerRecord) MarshalTo(dAtA []byte) (int, error)
func (*PeerRecord) ProtoMessage ¶
func (*PeerRecord) ProtoMessage()
func (*PeerRecord) Reset ¶
func (m *PeerRecord) Reset()
func (*PeerRecord) Size ¶
func (m *PeerRecord) Size() (n int)
func (*PeerRecord) String ¶
func (this *PeerRecord) String() string
func (*PeerRecord) Unmarshal ¶
func (m *PeerRecord) Unmarshal(dAtA []byte) error
Source Files ¶
- Version
- v26.0.0-rc1+incompatible
- Published
- Feb 28, 2024
- Platform
- js/wasm
- Imports
- 7 packages
- Last checked
- 36 minutes ago –
Tools for package owners.