Documentation
¶
Index ¶
- Constants
- Variables
- func DetermineLBApiEndpointChange(currentLbs, desiredLbs []*spec.LBcluster) (string, string, spec.ApiEndpointChangeState)
- func FindAssignedLbApiEndpoint(clusters []*spec.LBcluster) *spec.LBcluster
- func IndexLoadbalancerById(target string, clusters []*spec.LBcluster) int
- func NodePublic(name string, cluster *spec.K8Scluster) string
- func Ping(logger zerolog.Logger, count int, dst string) error
- func PingNodes(logger zerolog.Logger, state *spec.Clusters) (map[string][]string, map[string]map[string][]string, error)
Constants ¶
View Source
const ( // PingRetryCount is the number of times the ping will be retried // to determine if the node is healthy of not. PingRetryCount = 5 )
Variables ¶
View Source
var ErrEchoTimeout = errors.New("icmp request timeout")
ErrEchoTimeout is returned when the reply is not received within the requested timeout.
Functions ¶
func DetermineLBApiEndpointChange ¶ added in v0.9.3
func FindAssignedLbApiEndpoint ¶ added in v0.9.3
func IndexLoadbalancerById ¶ added in v0.9.3
func NodePublic ¶ added in v0.9.7
func NodePublic(name string, cluster *spec.K8Scluster) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.