Documentation
¶
Index ¶
- func NewJsonContent(v interface{}) (mcp.TextContent, error)
- func NewListContextsTool() fxctx.Tool
- func NewListEventsTool(pool k8s.ClientPool) fxctx.Tool
- func NewListPodsTool(pool k8s.ClientPool) fxctx.Tool
- func NewListServicesTool(pool k8s.ClientPool) fxctx.Tool
- func NewPodLogsTool(pool k8s.ClientPool) fxctx.Tool
- type ContextJsonEncoded
- type EventInList
- type InvolvedObject
- type PodInList
- type ServiceContent
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewJsonContent ¶
func NewJsonContent(v interface{}) (mcp.TextContent, error)
func NewListContextsTool ¶
func NewListEventsTool ¶
func NewListEventsTool(pool k8s.ClientPool) fxctx.Tool
func NewListPodsTool ¶
func NewListPodsTool(pool k8s.ClientPool) fxctx.Tool
func NewListServicesTool ¶ added in v0.0.18
func NewListServicesTool(pool k8s.ClientPool) fxctx.Tool
func NewPodLogsTool ¶
func NewPodLogsTool(pool k8s.ClientPool) fxctx.Tool
Types ¶
type ContextJsonEncoded ¶
type EventInList ¶
type EventInList struct { Action string `json:"action"` Message string `json:"message"` Type string `json:"type"` Reason string `json:"reason"` InvolvedObject InvolvedObject `json:"involvedObject"` }
type InvolvedObject ¶ added in v0.0.17
Click to show internal directories.
Click to hide internal directories.