Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetClusterRolesHandler ¶
func GetClusterRolesHandler(w http.ResponseWriter, r *http.Request)
Types ¶
type ClusterRoleSankeyGraph ¶
type ClusterRoleSankeyGraph struct { Nodes []sankey.Node `json:"nodes"` Links []sankey.Link `json:"links"` // contains filtered or unexported fields }
func (*ClusterRoleSankeyGraph) CreateGraphData ¶
func (cr *ClusterRoleSankeyGraph) CreateGraphData()
func (*ClusterRoleSankeyGraph) GetK8SObjects ¶
func (cr *ClusterRoleSankeyGraph) GetK8SObjects() interface{}
func (*ClusterRoleSankeyGraph) LoadK8SObjects ¶
func (cr *ClusterRoleSankeyGraph) LoadK8SObjects()
Click to show internal directories.
Click to hide internal directories.