Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectedSites ¶
func GetConnectedSites ¶
func GetConnectedSites(namespace string, clientset *kubernetes.Clientset, config *restclient.Config) (ConnectedSites, error)
type RouterNode ¶
type RouterNode struct { Id string `json:"id"` Name string `json:"name"` NextHop string `json:"nextHop"` }
func GetNodes ¶
func GetNodes(namespace string, clientset *kubernetes.Clientset, config *restclient.Config) ([]RouterNode, error)
Click to show internal directories.
Click to hide internal directories.