Documentation ¶
Index ¶
- func K8STerminal(clustername, namespace, podname, containername string, ...)
- func SoldierTerminal(clusterSvc clusterpb.ClusterServiceServer, r *http.Request, initmessage []byte, ...)
- func Terminal(clusterSvc clusterpb.ClusterServiceServer, w http.ResponseWriter, ...)
- type Auditor
- type ContainerInfo
- type ContainerInfoArg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func K8STerminal ¶
func SoldierTerminal ¶
func SoldierTerminal(clusterSvc clusterpb.ClusterServiceServer, r *http.Request, initmessage []byte, upperConn *websocket.Conn)
SoldierTerminal proxy of soldier
func Terminal ¶
func Terminal(clusterSvc clusterpb.ClusterServiceServer, w http.ResponseWriter, r *http.Request)
Types ¶
type Auditor ¶
type Auditor struct {
// contains filtered or unexported fields
}
func (*Auditor) AuditCommand ¶
type ContainerInfo ¶
type ContainerInfo struct { Env []string `json:"env"` Name string `json:"name"` Args json.RawMessage `json:"args"` }
type ContainerInfoArg ¶
Click to show internal directories.
Click to hide internal directories.