vcenter namespaces: container

A container holds the data that describes a container within a pod.

Representation:

{
    "image""string",
    "reason""string",
    "finished_at""string",
    "name""string",
    "started_at""string",
    "status""string"
}

Attributes:

Name Type Description
Required
name string The name of the container.

image string The image the container is running.

status string The container's current condition.

started_at string Time at which the container was last (re-)started.

finished_at string Time at which the container last terminated.

reason string Details about the container's current condition, if any.