Discover Packages
github.com/Netflix/titus-executor
vpc
tool
gc3
package
Version:
v0.0.0-...-c3677c5
Opens a new window with list of versions in this module.
Published: Jan 10, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Args struct {
KubernetesPodsURL string
SourceOfTruth string
TransitionNamespaceDir string
}
type Executor struct {
ID string `json:"id"`
Name string `json:"name"`
ExecutorID string `json:"executor_id"`
SlaveID string `json:"slave_id"`
Tasks []Task `json:"tasks"`
}
type Framework struct {
ID string `json:"id"`
Name string `json:"name"`
Executors []Executor `json:"executors"`
}
type State struct {
Frameworks []Framework `json:"frameworks"`
}
type Task struct {
FrameworkID string `json:"framework_id"`
ID string `json:"id"`
Name string `json:"name"`
SlaveID string `json:"slave_id"`
State string `json:"state"`
}
Task holds a task as defined in the /state Mesos HTTP endpoint.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.