@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface IoK8sApiCoreV1ContainerStateTerminated

    ContainerStateTerminated is a terminated state of a container.

    interface IoK8sApiCoreV1ContainerStateTerminated {
        containerID?: string;
        exitCode: number;
        finishedAt?: string;
        message?: string;
        reason?: string;
        signal?: number;
        startedAt?: string;
    }
    Index

    Properties

    containerID?: string

    Container's ID in the format '://<container_id>'

    exitCode: number

    Exit status from the last termination of the container

    int32

    finishedAt?: string

    Time at which the container last terminated

    message?: string

    Message regarding the last termination of the container

    reason?: string

    (brief) reason from the last termination of the container

    signal?: number

    Signal from the last termination of the container

    int32

    startedAt?: string

    Time at which previous execution of the container started