Documentation
¶
View Source
const (
Name = "pty-device-plugin"
)
type Options struct {
KubeletSocket string `yaml:"kubelet_socket"`
ListenSocket string `yaml:"listen_socket"`
PTSSocketDir string `yaml:"pts_socket_dir"`
MaxPtyCount uint8 `yaml:"max_pty"`
Shell string `yaml:"shell"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.