Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRBACGraph ¶
func GenerateOutput ¶
func GraphLegend ¶
Types ¶
type HtmlReport ¶
type HtmlReport struct { Graph *dot.Graph Legend *dot.Graph // contains filtered or unexported fields }
func (*HtmlReport) Generate ¶
func (r *HtmlReport) Generate() (out string, err error)
type Opts ¶
type Opts struct { //Input source - cluster or input file/stdin ClusterContext string Infile string //Show Actuall use by Pods ShowPodsOnly bool Outfile string Outformat string ShowRules bool ShowLegend bool ShowPSP bool IncludedNamespaces string ExcludedNamespaces string IncludeSubjectsRegex string }
type Permissions ¶
Click to show internal directories.
Click to hide internal directories.