Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LaunchWarningToProto ¶
func LaunchWarningToProto(lw []LaunchWarning) []apiv1.LaunchWarning
LaunchWarningToProto converts LaunchWarnings to their protobuf representation.
Types ¶
type LaunchWarning ¶
type LaunchWarning int
LaunchWarning represents warnings related to launching commands.
const ( // CurrentSlotsExceeded represents a resource pool having insufficient slots. CurrentSlotsExceeded LaunchWarning = 1 )
Click to show internal directories.
Click to hide internal directories.