Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "cilium",
Short: "CLI",
Long: `CLI for interacting with the local Cilium Agent`,
BashCompletionFunction: bashCompletionFunc,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
type Verbosity ¶ added in v0.10.0
type Verbosity uint8
Verbosity levels for formatting output.
const ( // INFO is the level of verbosity in which summaries of Drop and Capture // messages are printed out when the monitor is invoked INFO Verbosity = iota + 1 // DEBUG is the level of verbosity in which more information about packets // is printed than in INFO mode. Debug, Drop, and Capture messages are printed. DEBUG // VERBOSE is the level of verbosity in which the most information possible // about packets is printed out. Currently is not utilized. VERBOSE )
Source Files
¶
- bash_completion.go
- bpf.go
- bpf_ct.go
- bpf_ct_list.go
- bpf_policy.go
- bpf_policy_add.go
- bpf_policy_delete.go
- bpf_policy_list.go
- bpf_tunnel.go
- bpf_tunnel_list.go
- config.go
- endpoint.go
- endpoint_config.go
- endpoint_disconnect.go
- endpoint_get.go
- endpoint_labels.go
- endpoint_list.go
- endpoint_regenerate.go
- helpers.go
- identity.go
- identity_get.go
- monitor.go
- policy.go
- policy_delete.go
- policy_get.go
- policy_import.go
- policy_trace.go
- policy_validate.go
- policy_wait.go
- root.go
- service.go
- service_delete.go
- service_get.go
- service_list.go
- service_update.go
- status.go
- version.go
Click to show internal directories.
Click to hide internal directories.