Go to the source code of this file.
|
static clib_error_t * | kp_vip_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | kp_pod_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | kp_conf_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | kp_show_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | kp_show_vips_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | kp_set_interface_nat4_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | kp_flowtable_flush_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
Initial value:=
{
.path = "kube-proxy conf",
.short_help = "kube-proxy conf [buckets <n>] [timeout <s>]",
}
static clib_error_t * kp_conf_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (kp_conf_command)
Definition at line 230 of file kp_cli.c.
Initial value:= {
.path = "test kube-proxy flowtable flush",
.short_help = "test kube-proxy flowtable flush",
}
static clib_error_t * kp_flowtable_flush_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (kp_flowtable_flush_command)
Definition at line 378 of file kp_cli.c.
Initial value:=
{
.path = "kube-proxy pod",
.short_help =
"kube-proxy pod <vip-prefix> [<address> [<address> [...]]] [del]",
}
static clib_error_t * kp_pod_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (kp_pod_command)
Definition at line 177 of file kp_cli.c.
Initial value:= {
.path = "kube-proxy set interface nat4",
.short_help = "kube-proxy set interface nat4 in <intfc> [del]",
}
static clib_error_t * kp_set_interface_nat4_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (kp_set_interface_nat4_command)
Definition at line 342 of file kp_cli.c.
Initial value:=
{
.path = "show kube-proxy",
.short_help = "show kube-proxy",
}
static clib_error_t * kp_show_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (kp_show_command)
Definition at line 246 of file kp_cli.c.
Initial value:=
{
.path = "show kube-proxy vips",
.short_help = "show kube-proxy vips [verbose]",
}
static clib_error_t * kp_show_vips_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (kp_show_vips_command)
Definition at line 276 of file kp_cli.c.
Initial value:=
{
.path = "kube-proxy vip",
.short_help = "kube-proxy vip <prefix> port <n> target_port <n>"
" node_port <n> [nat4|nat6)] [new_len <n>] [del]",
}
static clib_error_t * kp_vip_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (kp_vip_command)
Definition at line 102 of file kp_cli.c.