Interface: LogOptions

    lib/k8s/pod .LogOptions

    Properties

    follow

    Optional follow: boolean

    Whether to follow the log stream

    Defined in

    lib/k8s/pod.ts:52


    showPrevious

    Optional showPrevious: boolean

    Whether to show the logs from previous runs of the container (only for restarted containers)

    Defined in

    lib/k8s/pod.ts:48


    showTimestamps

    Optional showTimestamps: boolean

    Whether to show the timestamps in the logs

    Defined in

    lib/k8s/pod.ts:50


    tailLines

    Optional tailLines: number

    The number of lines to display from the end side of the log

    Defined in

    lib/k8s/pod.ts:46