Documentation ¶
Overview ¶
Package provider contains the cluster name provider
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClusterNameProvider ¶
func ChainCluster ¶
func ChainCluster(logger *zap.Logger, providers map[string]ClusterNameProvider, priorityList []string) (ClusterNameProvider, error)
Chain providers into a single provider that returns the first available hostname.
Click to show internal directories.
Click to hide internal directories.