Documentation ¶
Overview ¶
Package install provides a function to install gVisor in a k8s cluster.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶
type Command struct { Image string Cluster clusterflag.Flag DaemonSetName string DaemonSetNamespace string PauseContainerImage string }
Command implements subcommands.Command.
func (*Command) Execute ¶
func (c *Command) Execute(ctx context.Context, f *flag.FlagSet, _ ...any) subcommands.ExitStatus
Execute implements subcommands.Command.Execute. It installs gVisor in a Kubernetes cluster.
Click to show internal directories.
Click to hide internal directories.