package
Version:
v0.0.0-...-7d896e5
Opens a new window with list of versions in this module.
Published: Jul 31, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Link struct {
Source string `json:"source"`
Target string `json:"target"`
Value int `json:"value"`
}
type Node struct {
Id string `json:"id"`
Name string `json:"name"`
}
type Sankey interface {
LoadK8SObjects()
GetK8SObjects() interface{}
CreateGraphData()
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.