Documentation ¶
Overview ¶
Package discoverysummarizer contains code for the discovery summarizer (program to summarize discovery information from all federated api servers) as per https://github.com/kubernetes/kubernetes/blob/master/docs/proposals/federated-api-servers.md
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiscoverySummarizer ¶
func NewDiscoverySummarizer ¶
func NewDiscoverySummarizer(configFilePath string) (DiscoverySummarizer, error)
Creates a server to summarize all group versions supported by the servers mentioned in the given config file. Call Run() to bring up the server.
Click to show internal directories.
Click to hide internal directories.