DeploymentLogsRequest interface

Properties

containerType

The type of container to retrieve logs from.

tail

The maximum number of lines to tail.

Property Details

containerType

The type of container to retrieve logs from.

containerType?: string

Property Value

string

tail

The maximum number of lines to tail.

tail?: number

Property Value

number