integration

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var IntegrationCmd = &cobra.Command{
	Use:     "integration",
	Aliases: []string{"integrations"},
	Short:   "Integrate another tool into K8sGPT",
	Long: `Integrate another tool into K8sGPT. For example:
	
	k8sgpt integration activate trivy
	
	This would allow you to deploy trivy into your cluster and use a K8sGPT analyzer to parse trivy results.`,
	Run: func(cmd *cobra.Command, args []string) {
		_ = cmd.Help()
	},
}

IntegrationCmd represents the integrate command

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL