Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "kubeaudit",
Short: "A Kubernetes security auditor",
Long: `kubeaudit is a program that will help you audit
your Kubernetes clusters. Specify -l to run kubeaudit using ~/.kube/config
otherwise it will attempt to create an in-cluster client.
#patcheswelcome`,
}
Functions ¶
Types ¶
type Result ¶
type Result struct {
// contains filtered or unexported fields
}
func ServiceAccountIter ¶
func ServiceAccountIter(t interface{}) (result *Result)
Click to show internal directories.
Click to hide internal directories.