Documentation
¶
Index ¶
Constants ¶
View Source
const AnnotationKeyNoPDB = "login-protector.cybozu.io/no-pdb"
View Source
const AnnotationKeyTrackerName = "login-protector.cybozu.io/tracker-name"
View Source
const AnnotationKeyTrackerPort = "login-protector.cybozu.io/tracker-port"
View Source
const AnnotationLoggedIn = "login-protector.cybozu.io/logged-in"
View Source
const DefaultTrackerName = "local-session-tracker"
View Source
const DefaultTrackerPort = "8080"
View Source
const KindPod = "Pod"
View Source
const KindStatefulSet = "StatefulSet"
View Source
const LabelKeyLoginProtectorProtect = "login-protector.cybozu.io/protect"
View Source
const ValueFalse = "false"
View Source
const ValueTrue = "true"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Process ¶
type Process struct {
// PID represents the process ID
PID string `json:"pid"`
// Command represents the filename of the executable
Command string `json:"command"`
// User represents the username of the process owner
User string `json:"user"`
}
Process represents the process information
Click to show internal directories.
Click to hide internal directories.