Documentation ¶
Index ¶
Constants ¶
View Source
const ( Deny = "-" Wildcard = "*" Ingress = "Ingress" Egress = "Egress" )
Variables ¶
This section is empty.
Functions ¶
func RunPlugin ¶
func RunPlugin(configFlags *genericclioptions.ConfigFlags, cmd *cobra.Command) error
Runs the plugin
Types ¶
type SourceType ¶ added in v1.0.4
type SourceType int
const ( PodSelector SourceType = 1 NamespaceSelector SourceType = 2 IpBlock SourceType = 3 PodAndNameSpaceSelector SourceType = 4 )
Click to show internal directories.
Click to hide internal directories.