Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BirdBGPPeers ¶
type BirdBGPPeers struct {
// contains filtered or unexported fields
}
BirdBGPPeers implement populator interface.
func NewBirdBGPPeers ¶
func NewBirdBGPPeers(ipv IPFamily) BirdBGPPeers
func (BirdBGPPeers) Populate ¶
func (b BirdBGPPeers) Populate(status *apiv3.CalicoNodeStatus) error
type BirdInfo ¶
type BirdInfo struct {
// contains filtered or unexported fields
}
BirdInfo implement populator interface.
func NewBirdInfo ¶
type BirdRoutes ¶
type BirdRoutes struct {
// contains filtered or unexported fields
}
BirdRoutes implement populator interface.
func NewBirdRoutes ¶
func NewBirdRoutes(ipv IPFamily) BirdRoutes
func (BirdRoutes) Populate ¶
func (b BirdRoutes) Populate(status *apiv3.CalicoNodeStatus) error
type ErrorSocketConnection ¶
type ErrorSocketConnection struct { Err error // contains filtered or unexported fields }
Error indicating connection to bird socket failed.
func (ErrorSocketConnection) Error ¶
func (e ErrorSocketConnection) Error() string
type Interface ¶
type Interface interface { Populate(status *apiv3.CalicoNodeStatus) error Show() }
Interface for a component to populate its status to node status resource.
Click to show internal directories.
Click to hide internal directories.