Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Discover ¶
func Discover(client *submarinerClientset.Clientset, namespace string) (map[string]*GlobalNetwork, error)
func ShowNetworks ¶
func ShowNetworks(networks map[string]*GlobalNetwork)
Types ¶
type GlobalNetwork ¶
type GlobalNetwork struct { GlobalCIDRs []string ServiceCIDRs []string ClusterCIDRs []string ClusterId string }
func (*GlobalNetwork) Show ¶
func (gn *GlobalNetwork) Show()
Click to show internal directories.
Click to hide internal directories.