constants

package
v0.26.13 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AIPromptType

type AIPromptType string

AIPromptType AI提示词类型

const (
	// AIPromptTypeEvent 事件分析类型
	AIPromptTypeEvent AIPromptType = "Event"

	// AIPromptTypeDescribe 资源描述分析类型
	AIPromptTypeDescribe AIPromptType = "Describe"

	// AIPromptTypeExample 示例类型
	AIPromptTypeExample AIPromptType = "Example"

	// AIPromptTypeFieldExample 字段示例类型
	AIPromptTypeFieldExample AIPromptType = "FieldExample"

	// AIPromptTypeResource 资源类型
	AIPromptTypeResource AIPromptType = "Resource"

	// AIPromptTypeK8sGPTResource K8sGPT资源类型
	AIPromptTypeK8sGPTResource AIPromptType = "K8sGPTResource"

	// AIPromptTypeAnySelection 任意选择类型
	AIPromptTypeAnySelection AIPromptType = "AnySelection"

	// AIPromptTypeAnyQuestion 任意问题类型
	AIPromptTypeAnyQuestion AIPromptType = "AnyQuestion"

	// AIPromptTypeCron Cron表达式类型
	AIPromptTypeCron AIPromptType = "Cron"

	// AIPromptTypeLogSummary 日志总结类型
	AIPromptTypeLogSummary AIPromptType = "LogSummary"

	// AIPromptTypeLogAsk 日志问答类型
	AIPromptTypeLogAsk AIPromptType = "LogAsk"

	// AIPromptTypeYamlGenerate YAML生成类型
	AIPromptTypeYamlGenerate AIPromptType = "YamlGenerate"
)

Jump to

Keyboard shortcuts

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