Documentation
¶
Index ¶
- Variables
- func MarshalStatus(status *network.Status) (*types.Any, error)
- func StatusFrom(extra *types.Any) (*network.Status, error)
- type Extra
- func (*Extra) Descriptor() ([]byte, []int)
- func (m *Extra) GetIPAMStatus() []*IPAMStatus
- func (m *Extra) Marshal() (dAtA []byte, err error)
- func (m *Extra) MarshalTo(dAtA []byte) (int, error)
- func (m *Extra) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Extra) ProtoMessage()
- func (m *Extra) Reset()
- func (m *Extra) Size() (n int)
- func (m *Extra) String() string
- func (m *Extra) Unmarshal(dAtA []byte) error
- func (m *Extra) XXX_DiscardUnknown()
- func (m *Extra) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Extra) XXX_Merge(src proto.Message)
- func (m *Extra) XXX_Size() int
- func (m *Extra) XXX_Unmarshal(b []byte) error
- type GetNetworkExtraOptions
- func (*GetNetworkExtraOptions) Descriptor() ([]byte, []int)
- func (m *GetNetworkExtraOptions) GetWithIPAMStatus() bool
- func (m *GetNetworkExtraOptions) Marshal() (dAtA []byte, err error)
- func (m *GetNetworkExtraOptions) MarshalTo(dAtA []byte) (int, error)
- func (m *GetNetworkExtraOptions) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetNetworkExtraOptions) ProtoMessage()
- func (m *GetNetworkExtraOptions) Reset()
- func (m *GetNetworkExtraOptions) Size() (n int)
- func (m *GetNetworkExtraOptions) String() string
- func (m *GetNetworkExtraOptions) Unmarshal(dAtA []byte) error
- func (m *GetNetworkExtraOptions) XXX_DiscardUnknown()
- func (m *GetNetworkExtraOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetNetworkExtraOptions) XXX_Merge(src proto.Message)
- func (m *GetNetworkExtraOptions) XXX_Size() int
- func (m *GetNetworkExtraOptions) XXX_Unmarshal(b []byte) error
- type IPAMStatus
- func (*IPAMStatus) Descriptor() ([]byte, []int)
- func (m *IPAMStatus) GetDynamicIPsAvailable() uint64
- func (m *IPAMStatus) GetIPsInUse() uint64
- func (m *IPAMStatus) GetSubnet() []byte
- func (m *IPAMStatus) Marshal() (dAtA []byte, err error)
- func (m *IPAMStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *IPAMStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*IPAMStatus) ProtoMessage()
- func (m *IPAMStatus) Reset()
- func (m *IPAMStatus) Size() (n int)
- func (m *IPAMStatus) String() string
- func (m *IPAMStatus) Unmarshal(dAtA []byte) error
- func (m *IPAMStatus) XXX_DiscardUnknown()
- func (m *IPAMStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IPAMStatus) XXX_Merge(src proto.Message)
- func (m *IPAMStatus) XXX_Size() int
- func (m *IPAMStatus) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type Extra ¶
type Extra struct {
IPAMStatus []*IPAMStatus `protobuf:"bytes,1,rep,name=IPAMStatus,proto3" json:"IPAMStatus,omitempty"`
}
func (*Extra) Descriptor ¶
func (*Extra) GetIPAMStatus ¶
func (m *Extra) GetIPAMStatus() []*IPAMStatus
func (*Extra) ProtoMessage ¶
func (*Extra) ProtoMessage()
func (*Extra) XXX_DiscardUnknown ¶
func (m *Extra) XXX_DiscardUnknown()
func (*Extra) XXX_Marshal ¶
func (*Extra) XXX_Unmarshal ¶
type GetNetworkExtraOptions ¶
type GetNetworkExtraOptions struct {
WithIPAMStatus bool `protobuf:"varint,1,opt,name=WithIPAMStatus,proto3" json:"WithIPAMStatus,omitempty"`
}
func OptionsFrom ¶
func OptionsFrom(typeurl string, value []byte) (GetNetworkExtraOptions, error)
func (*GetNetworkExtraOptions) Descriptor ¶
func (*GetNetworkExtraOptions) Descriptor() ([]byte, []int)
func (*GetNetworkExtraOptions) GetWithIPAMStatus ¶
func (m *GetNetworkExtraOptions) GetWithIPAMStatus() bool
func (*GetNetworkExtraOptions) Marshal ¶
func (m *GetNetworkExtraOptions) Marshal() (dAtA []byte, err error)
func (*GetNetworkExtraOptions) MarshalTo ¶
func (m *GetNetworkExtraOptions) MarshalTo(dAtA []byte) (int, error)
func (*GetNetworkExtraOptions) MarshalToSizedBuffer ¶
func (m *GetNetworkExtraOptions) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetNetworkExtraOptions) ProtoMessage ¶
func (*GetNetworkExtraOptions) ProtoMessage()
func (*GetNetworkExtraOptions) Reset ¶
func (m *GetNetworkExtraOptions) Reset()
func (*GetNetworkExtraOptions) Size ¶
func (m *GetNetworkExtraOptions) Size() (n int)
func (*GetNetworkExtraOptions) String ¶
func (m *GetNetworkExtraOptions) String() string
func (*GetNetworkExtraOptions) Unmarshal ¶
func (m *GetNetworkExtraOptions) Unmarshal(dAtA []byte) error
func (*GetNetworkExtraOptions) XXX_DiscardUnknown ¶
func (m *GetNetworkExtraOptions) XXX_DiscardUnknown()
func (*GetNetworkExtraOptions) XXX_Marshal ¶
func (m *GetNetworkExtraOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetNetworkExtraOptions) XXX_Merge ¶
func (m *GetNetworkExtraOptions) XXX_Merge(src proto.Message)
func (*GetNetworkExtraOptions) XXX_Size ¶
func (m *GetNetworkExtraOptions) XXX_Size() int
func (*GetNetworkExtraOptions) XXX_Unmarshal ¶
func (m *GetNetworkExtraOptions) XXX_Unmarshal(b []byte) error
type IPAMStatus ¶
type IPAMStatus struct {
Subnet []byte `protobuf:"bytes,1,opt,name=Subnet,proto3" json:"Subnet,omitempty"`
IPsInUse uint64 `protobuf:"varint,2,opt,name=IPsInUse,proto3" json:"IPsInUse,omitempty"`
DynamicIPsAvailable uint64 `protobuf:"varint,3,opt,name=DynamicIPsAvailable,proto3" json:"DynamicIPsAvailable,omitempty"`
}
func (*IPAMStatus) Descriptor ¶
func (*IPAMStatus) Descriptor() ([]byte, []int)
func (*IPAMStatus) GetDynamicIPsAvailable ¶
func (m *IPAMStatus) GetDynamicIPsAvailable() uint64
func (*IPAMStatus) GetIPsInUse ¶
func (m *IPAMStatus) GetIPsInUse() uint64
func (*IPAMStatus) GetSubnet ¶
func (m *IPAMStatus) GetSubnet() []byte
func (*IPAMStatus) Marshal ¶
func (m *IPAMStatus) Marshal() (dAtA []byte, err error)
func (*IPAMStatus) MarshalToSizedBuffer ¶
func (m *IPAMStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*IPAMStatus) ProtoMessage ¶
func (*IPAMStatus) ProtoMessage()
func (*IPAMStatus) Reset ¶
func (m *IPAMStatus) Reset()
func (*IPAMStatus) Size ¶
func (m *IPAMStatus) Size() (n int)
func (*IPAMStatus) String ¶
func (m *IPAMStatus) String() string
func (*IPAMStatus) Unmarshal ¶
func (m *IPAMStatus) Unmarshal(dAtA []byte) error
func (*IPAMStatus) XXX_DiscardUnknown ¶
func (m *IPAMStatus) XXX_DiscardUnknown()
func (*IPAMStatus) XXX_Marshal ¶
func (m *IPAMStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IPAMStatus) XXX_Merge ¶
func (m *IPAMStatus) XXX_Merge(src proto.Message)
func (*IPAMStatus) XXX_Size ¶
func (m *IPAMStatus) XXX_Size() int
func (*IPAMStatus) XXX_Unmarshal ¶
func (m *IPAMStatus) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.