Documentation ¶
Overview ¶
Package model is a generated protocol buffer package.
It is generated from these files:
ipam.proto
It has these top-level messages:
AllocatedIP
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AllocatedIP ¶
type AllocatedIP struct { // id represents the assigned IP address ID uint32 `protobuf:"varint,1,opt,name=ID" json:"ID,omitempty"` // pod is an identifier tied to assigned IP Pod string `protobuf:"bytes,2,opt,name=pod" json:"pod,omitempty"` }
AllocatedIP represent an IP address allocated for a pod
func (*AllocatedIP) Descriptor ¶
func (*AllocatedIP) Descriptor() ([]byte, []int)
func (*AllocatedIP) GetID ¶
func (m *AllocatedIP) GetID() uint32
func (*AllocatedIP) GetPod ¶
func (m *AllocatedIP) GetPod() string
func (*AllocatedIP) ProtoMessage ¶
func (*AllocatedIP) ProtoMessage()
func (*AllocatedIP) Reset ¶
func (m *AllocatedIP) Reset()
func (*AllocatedIP) String ¶
func (m *AllocatedIP) String() string
Click to show internal directories.
Click to hide internal directories.