Revision f351c4776ce97b39ae31138b7cb2ba66a5a21354 authored by Quentin Monnet on 16 November 2022, 02:00:31 UTC, committed by Quentin Monnet on 16 November 2022, 02:09:06 UTC
Add a new guide for Cilium's standalone L4LB. The tutorial and tests are
taken from the test script at test/l4lb/test.sh. This first version of
the document is to be completed with the description of more advanced
features.

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
1 parent 4aa559a
Raw File
extensions.json
{
	// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
	// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp

	// List of extensions which should be recommended for users of this workspace.
	"recommendations": [
		"golang.go",
		"ms-vscode.cpptools",
		"timonwong.shellcheck",
		"idanp.checkpatch",
		"redhat.vscode-yaml"
	],
	// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
	"unwantedRecommendations": [
	]
}
back to top