See: Description
| Interface | Description |
|---|---|
| ContainerOrchestrationService |
Interface for managing the container lifecycle and interacting with the
container manager daemon.
|
| RegistryCredentials |
Marker interface for Remote Repository Credentials
|
| Class | Description |
|---|---|
| ContainerConfiguration |
Object which represents a container configuration used to request the
generation of a new container instance.
|
| ContainerConfiguration.ContainerConfigurationBuilder | |
| ContainerInstanceDescriptor |
Object which represents a instantiated container.
|
| ContainerInstanceDescriptor.ContainerInstanceDescriptorBuilder | |
| ContainerNetworkConfiguration |
Object which represents a container network configuration used to when
requesting the generation of a new container instance.
|
| ContainerNetworkConfiguration.ContainerNetworkConfigurationBuilder | |
| ContainerPort |
This class is used to represent a port mapping within a container.
|
| ImageConfiguration |
Object which represents an Image configuration used to request the generation
of a new image instance
|
| ImageConfiguration.ImageConfigurationBuilder | |
| ImageInstanceDescriptor |
Object which represents an image.
|
| ImageInstanceDescriptor.ImageInstanceDescriptorBuilder | |
| PasswordRegistryCredentials |
Stores the credentials for password authentication to Container Orchestration registry
The password provided is managed as
Password and is encrypted by the
CryptoService.encryptAes(char[]) |
| Enum | Description |
|---|---|
| ContainerState |
Enum representing the possible container states as tracked by the orchestrator
|
| PortInternetProtocol |
This is an enum containing all supported internet protocols that can be run at a port in a container.
|