webkubectl

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2024 License: GPL-3.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Install

func Install(authParent, noAuthParty iris.Party)

Types

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

func NewHandler

func NewHandler() *Handler

func (*Handler) CreateSession

func (h *Handler) CreateSession() iris.Handler

func (*Handler) GetConfigFile

func (h *Handler) GetConfigFile() iris.Handler

type Session

type Session struct {
	User string

	Cluster string `json:"cluster"`
	// contains filtered or unexported fields
}

type SessionResponse

type SessionResponse struct {
	Token string `json:"token"`
}

type TerminalSessions

type TerminalSessions struct {
	// contains filtered or unexported fields
}

func NewTerminalSessions

func NewTerminalSessions() *TerminalSessions

func (*TerminalSessions) Delete

func (t *TerminalSessions) Delete(key string)

func (*TerminalSessions) Get

func (t *TerminalSessions) Get(key string) *Session

func (*TerminalSessions) Put

func (t *TerminalSessions) Put(key string, sess *Session)

Jump to

Keyboard shortcuts

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