Versions in this module Expand all Collapse all v1 v1.19.1 Oct 25, 2022 Changes in this version + var BcsCniDir string + var BcsContainerExecutorPath string + var BcsProcessExecutorPath string + var NetImage string + var Passwd = static.BcsDefaultPasswd + var User = static.BcsDefaultUser + func BuildResources(r *types.Resource) []*mesos.Resource + func CanTaskGroupReschedule(taskGroup *types.TaskGroup) bool + func CanTaskGroupShutdown(taskGroup *types.TaskGroup) bool + func CheckVersion(version *types.Version, store store.Store) error + func CreateBcsExecutorInfo(offer *mesos.Offer, taskGroupID *string, version *types.Version, ...) *mesos.ExecutorInfo + func CreateTaskGroup(version *types.Version, ID string, appInstances uint64, appClusterID string, ...) (*types.TaskGroup, error) + func CreateTaskGroupInfo(offer *mesos.Offer, version *types.Version, resources []*mesos.Resource, ...) *mesos.TaskGroupInfo + func GetTaskGroupID(taskGroupInfo *mesos.TaskGroupInfo) *string + func GetVersionRequestIpCount(version *types.Version) int + func InitExecutorInfo(CExec, PExec, CniDir, netImage string) + func IsTaskGroupEnd(taskGroup *types.TaskGroup) bool + func ReBuildTaskGroupID(taskGroupID string) (string, error)