| Package | Description |
|---|---|
| com.spotify.helios.common.descriptors |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentInfo
Information about the Helios Agent (aka "host").
|
class |
Deployment
|
class |
DeploymentGroup
Represents a Helios deployment group.
|
class |
DeploymentGroupEvent
Represents something that has happened to a deployment group.
|
class |
DeploymentGroupStatus
The state of a deployment group.
|
class |
ExecHealthCheck |
class |
HealthCheck
Defines the health check for the Helios job.
|
class |
HostInfo
Represents the Agent system information.
|
class |
HostSelector |
class |
HostStatus
Gives the Helios host status for the agent, which includes all jobs, their statuses, as well
as host and agent information.
|
class |
HttpHealthCheck |
class |
Job
Represents a Helios job.
|
class |
JobId
Uniquely Identifies Jobs
Has a string representation in JSON of:
|
class |
PortMapping
Represents a mapping from a port inside the container to be exposed on the agent.
|
class |
Resources
Sets the runtime constraints for a container.
|
class |
RolloutTask |
class |
ServiceEndpoint
Note: When this is used as a map key, it shows up as
|
class |
ServicePortParameters
Stores metadata for a service port.
|
class |
ServicePorts
A set of port names, that is map keys, together with ServicePortParameters containing optional
metadata for a port.
|
class |
Task
|
class |
TaskStatus
The state of the deployed job (aka a task).
|
class |
TaskStatusEvent
Represents something that has happened to a Task.
|
class |
TcpHealthCheck |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Descriptor> |
Descriptor.parse(byte[] bytes,
Class<T> clazz) |
static <T extends Descriptor> |
Descriptor.parse(String value,
Class<T> clazz) |
Copyright © 2015. All rights reserved.