FD.io VPP  v18.01.1-37-g7ea3975
Vector Packet Processing
src/plugins/kubeproxy

kube-proxy conf

Summary/usage

kube-proxy conf [buckets <n>] [timeout <s>].

Declaration and implementation

Declaration: kp_conf_command (src/plugins/kubeproxy/kp_cli.c line 230)

Implementation: kp_conf_command_fn.

kube-proxy pod

Summary/usage

kube-proxy pod <vip-prefix> [<address> [<address> [...]]] [del].

Declaration and implementation

Declaration: kp_pod_command (src/plugins/kubeproxy/kp_cli.c line 177)

Implementation: kp_pod_command_fn.

kube-proxy set interface nat4

Summary/usage

kube-proxy set interface nat4 in <intfc> [del].

Declaration and implementation

Declaration: kp_set_interface_nat4_command (src/plugins/kubeproxy/kp_cli.c line 342)

Implementation: kp_set_interface_nat4_command_fn.

kube-proxy vip

Summary/usage

kube-proxy vip <prefix> port <n> target_port <n> node_port <n> [nat4|nat6)] [new_len <n>] [del].

Declaration and implementation

Declaration: kp_vip_command (src/plugins/kubeproxy/kp_cli.c line 102)

Implementation: kp_vip_command_fn.

show kube-proxy

Summary/usage

show kube-proxy.

Declaration and implementation

Declaration: kp_show_command (src/plugins/kubeproxy/kp_cli.c line 246)

Implementation: kp_show_command_fn.

show kube-proxy vips

Summary/usage

show kube-proxy vips [verbose].

Declaration and implementation

Declaration: kp_show_vips_command (src/plugins/kubeproxy/kp_cli.c line 276)

Implementation: kp_show_vips_command_fn.

test kube-proxy flowtable flush

Summary/usage

test kube-proxy flowtable flush.

Declaration and implementation

Declaration: kp_flowtable_flush_command (src/plugins/kubeproxy/kp_cli.c line 378)

Implementation: kp_flowtable_flush_command_fn.