runner_scheduler

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 16, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RUNNER_TASK_COLLECT_LOG = apis.ApiSpec{
	Path:        "/api/runner/collect/logs/<runnerSource>",
	BackendPath: "/api/runner/collect/logs/<runnerSource>",
	Host:        "action-runner-scheduler.marathon.l4lb.thisdcos.directory:9500",
	Scheme:      "http",
	Method:      http.MethodPost,
	IsOpenAPI:   true,
	CheckLogin:  false,
	CheckToken:  false,
}
View Source
var RUNNER_TASK_CREATE = apis.ApiSpec{
	Path:        "/api/runner/tasks",
	BackendPath: "/api/runner/tasks",
	Host:        "action-runner-scheduler.marathon.l4lb.thisdcos.directory:9500",
	Scheme:      "http",
	Method:      http.MethodPost,
	IsOpenAPI:   true,
	CheckLogin:  true,
	CheckToken:  true,
}
View Source
var RUNNER_TASK_FETCH = apis.ApiSpec{
	Path:        "/api/runner/fetch-task",
	BackendPath: "/api/runner/fetch-task",
	Host:        "action-runner-scheduler.marathon.l4lb.thisdcos.directory:9500",
	Scheme:      "http",
	Method:      http.MethodGet,
	IsOpenAPI:   true,
	CheckLogin:  false,
	CheckToken:  false,
}
View Source
var RUNNER_TASK_GET = apis.ApiSpec{
	Path:        "/api/runner/tasks/<runnerTaskID>",
	BackendPath: "/api/runner/tasks/<runnerTaskID>",
	Host:        "action-runner-scheduler.marathon.l4lb.thisdcos.directory:9500",
	Scheme:      "http",
	Method:      http.MethodGet,
	IsOpenAPI:   true,
	CheckLogin:  true,
	CheckToken:  true,
}
View Source
var RUNNER_TASK_UPDATE = apis.ApiSpec{
	Path:        "/api/runner/tasks/<runnerTaskID>",
	BackendPath: "/api/runner/tasks/<runnerTaskID>",
	Host:        "action-runner-scheduler.marathon.l4lb.thisdcos.directory:9500",
	Scheme:      "http",
	Method:      http.MethodPut,
	IsOpenAPI:   true,
	CheckLogin:  false,
	CheckToken:  false,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL