Documentation ¶
Index ¶
Constants ¶
View Source
const ( PrefixPath = "/scheduler" InstancesPath = "/instances" InstancePath = "/instances/%s" )
Paths
View Source
const (
Port = 50001
)
Variables ¶
View Source
var ( SchedulerServiceName = "scheduler" DefaultHostPort = SchedulerServiceName + ":" + strconv.Itoa(Port) )
Functions ¶
func GetInstancePath ¶
func GetInstancesPath ¶
func GetInstancesPath() string
Types ¶
type ContainerInstanceDTO ¶
Click to show internal directories.
Click to hide internal directories.