Container

class Container

A container encapsulates the runtime environment for an application.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of URIs for containers created in the context Region.

Link copied to clipboard

Containers and container images are Region-specific. This is the Region context for the container.

Functions

Link copied to clipboard
inline fun copy(block: Container.Builder.() -> Unit = {}): Container
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String