Documentation ¶ Index ¶ type Handler func New(gptClient *gptscript.GPTScript, runtimeClient kclient.Client, ...) *Handler func (h *Handler) Cleanup(req router.Request, _ router.Response) error func (h *Handler) Reconcile(req router.Request, resp router.Response) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Handler ¶ type Handler struct { // contains filtered or unexported fields } func New ¶ func New(gptClient *gptscript.GPTScript, runtimeClient kclient.Client, mcpRuntimeBackend, mcpNamespace, serviceNamespace, serviceAccountName string, staticSecrets []string, issuerURL string) *Handler func (*Handler) Cleanup ¶ func (h *Handler) Cleanup(req router.Request, _ router.Response) error func (*Handler) Reconcile ¶ func (h *Handler) Reconcile(req router.Request, resp router.Response) error Source Files ¶ View all Source files imagepullsecret.go Click to show internal directories. Click to hide internal directories.