Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WildCardCmd = &cobra.Command{ Use: "wild", Aliases: []string{ "w", }, Short: "wild is a tool to abuse wildcard feature in kubernetes service discovery", Run: func(cmd *cobra.Command, args []string) { if command.Opts.Zone == "" { log.Warn("zone can't empty") return } record := scanner.DumpWildCard(command.Opts.Zone) if record == nil || len(record) == 0 { log.Warnf("DumpWildCard Found Nothing") return } printer.PrintResult(record, command.Opts.OutputFile) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.