Builder

class Builder

Properties

Link copied to clipboard

The container runtime (such as, Docker or containerd) used to run the container.

Link copied to clipboard
var id: String?

Container ID.

Link copied to clipboard

Container image.

Link copied to clipboard

Part of the image name before the last slash. For example, imagePrefix for public.ecr.aws/amazonlinux/amazonlinux:latest would be public.ecr.aws/amazonlinux. If the image name is relative and does not have a slash, this field is empty.

Link copied to clipboard
var name: String?

Container name.

Link copied to clipboard

Container security context.

Link copied to clipboard

Container volume mounts.

Functions

Link copied to clipboard