Versions in this module Expand all Collapse all v0 v0.3.0 Dec 23, 2023 v0.2.1 Apr 11, 2023 Changes in this version + type K8Node struct + IpAddr string + IpAddrV6 string + MacAddr string + MacAddrV6 string + Name string + NetType string + type Nodes struct + Items map[string]*K8Node + var NodeCache Nodes + func (ns *Nodes) All() map[string]K8Node + func (ns *Nodes) Get(name string) *K8Node + func (ns *Nodes) Set(n *v1.Node) error + func (ns *Nodes) Unset(name string) error + type SvcEpsMember struct + IpAddr string + MacAddr string + TargetPort int + func FormatMembersFromServiceEndpoints(svc *v1.Service, eps *v1.Endpoints) ([]SvcEpsMember, error)