Documentation ¶
Index ¶
- func NewConvertCommand(streams genericclioptions.IOStreams) *cobra.Command
- func NewDeleteCommand(streams genericclioptions.IOStreams, f factory.Factory) *cobra.Command
- func NewFalcoDeleteCommand(streams genericclioptions.IOStreams, f factory.Factory) *cobra.Command
- func NewFalcoInstallCommand(streams genericclioptions.IOStreams, f factory.Factory) *cobra.Command
- func NewInstallCommand(streams genericclioptions.IOStreams, f factory.Factory) *cobra.Command
- func NewProbeInstallCommand(streams genericclioptions.IOStreams) *cobra.Command
- func NewPspRulesConvCommand(streams genericclioptions.IOStreams) *cobra.Command
- func NewRootCommand(streams genericclioptions.IOStreams) *cobra.Command
- type CommandOptions
- func NewConvertOptions(streams genericclioptions.IOStreams) CommandOptions
- func NewDeleteOptions(streams genericclioptions.IOStreams) CommandOptions
- func NewFalcoDeleteOptions(streams genericclioptions.IOStreams) CommandOptions
- func NewFalcoInstallOptions(streams genericclioptions.IOStreams) CommandOptions
- func NewInstallOptions(streams genericclioptions.IOStreams) CommandOptions
- func NewProbeInstallOptions(streams genericclioptions.IOStreams) CommandOptions
- func NewPspRulesConvOptions(streams genericclioptions.IOStreams) CommandOptions
- func NewRootOptions(streams genericclioptions.IOStreams) CommandOptions
- type ConvertOptions
- type DeleteOptions
- type FalcoDeleteOptions
- type FalcoInstallOptions
- type InstallOptions
- type ProbeInstallOptions
- type PspRulesConvOptions
- type RootOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConvertCommand ¶
func NewConvertCommand(streams genericclioptions.IOStreams) *cobra.Command
NewConvertCommand creates the `convert` command
func NewDeleteCommand ¶
NewDeleteCommand creates the `delete` command
func NewFalcoDeleteCommand ¶
NewFalcoDeleteCommand creates the `delete falco` command
func NewFalcoInstallCommand ¶
NewFalcoInstallCommand creates the `install falco` command
func NewInstallCommand ¶
NewInstallCommand creates the `install` command
func NewProbeInstallCommand ¶
func NewProbeInstallCommand(streams genericclioptions.IOStreams) *cobra.Command
NewProbeInstallCommand creates the `install probe` command
func NewPspRulesConvCommand ¶
func NewPspRulesConvCommand(streams genericclioptions.IOStreams) *cobra.Command
NewPspRulesConvCommand instantiates the `convert psp` command
func NewRootCommand ¶
func NewRootCommand(streams genericclioptions.IOStreams) *cobra.Command
NewRootCommand creates the command
Types ¶
type CommandOptions ¶
CommandOptions is ...
func NewConvertOptions ¶
func NewConvertOptions(streams genericclioptions.IOStreams) CommandOptions
NewConvertOptions instantiates the `convert` command options
func NewDeleteOptions ¶
func NewDeleteOptions(streams genericclioptions.IOStreams) CommandOptions
NewDeleteOptions instantiates the `delete` command options
func NewFalcoDeleteOptions ¶
func NewFalcoDeleteOptions(streams genericclioptions.IOStreams) CommandOptions
NewFalcoDeleteOptions instantiates the `delete falco` command options
func NewFalcoInstallOptions ¶
func NewFalcoInstallOptions(streams genericclioptions.IOStreams) CommandOptions
NewFalcoInstallOptions instantiates the `install falco` command options
func NewInstallOptions ¶
func NewInstallOptions(streams genericclioptions.IOStreams) CommandOptions
NewInstallOptions instantiates the `install` command options
func NewProbeInstallOptions ¶
func NewProbeInstallOptions(streams genericclioptions.IOStreams) CommandOptions
NewProbeInstallOptions instantiates the `install probe` command options
func NewPspRulesConvOptions ¶
func NewPspRulesConvOptions(streams genericclioptions.IOStreams) CommandOptions
NewPspRulesConvOptions instantiates PspRulesConvOptions
func NewRootOptions ¶
func NewRootOptions(streams genericclioptions.IOStreams) CommandOptions
NewRootOptions instantiates the base command options
type ConvertOptions ¶
type ConvertOptions struct {
genericclioptions.IOStreams
}
ConvertOptions represents the convert command options
type DeleteOptions ¶
type DeleteOptions struct {
genericclioptions.IOStreams
}
DeleteOptions represents the `delete` command options
type FalcoDeleteOptions ¶
type FalcoDeleteOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
FalcoDeleteOptions represents the `delete falco` command options
type FalcoInstallOptions ¶
type FalcoInstallOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
FalcoInstallOptions represents the `install falco` command options
type InstallOptions ¶
type InstallOptions struct {
genericclioptions.IOStreams
}
InstallOptions represents the install command options
type ProbeInstallOptions ¶
type ProbeInstallOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
ProbeInstallOptions represents the `install probe` command options
type PspRulesConvOptions ¶
type PspRulesConvOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
PspRulesConvOptions represents options for PSP to Falco rules conversion
type RootOptions ¶
type RootOptions struct { genericclioptions.IOStreams // contains filtered or unexported fields }
RootOptions represents the base command options