Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option struct { conf.FileConfig conf.LicenseServerConfig conf.LogConfig conf.ZkConfig conf.CertConfig conf.ServiceConfig DockerSock string `json:"docker_sock" value:"unix:///var/run/docker.sock" usage:"docker socket file"` PluginSocketDir string `json:"plugin_socket_dir" value:"/var/lib/kubelet/device-plugins" usage:"device-plugin socket directory"` ClusterID string `json:"clusterid" value:"" usage:"mesos cluster id"` Engine string `json:"engine" value:"k8s" usage:"enum: k8s、mesos; default: k8s"` ReservedCPUSetList string `json:"reserved_cpuset_list" value:"" usage:"cpuset number list to be reserved, e.g. 6,7,8"` }
Option is option in flags
Click to show internal directories.
Click to hide internal directories.