BaseImageTriggerArgs

data class BaseImageTriggerArgs(val baseImageTriggerType: Output<Either<String, BaseImageTriggerType>>, val name: Output<String>, val status: Output<Either<String, TriggerStatus>>? = null, val updateTriggerEndpoint: Output<String>? = null, val updateTriggerPayloadType: Output<Either<String, UpdateTriggerPayloadType>>? = null) : ConvertibleToJava<BaseImageTriggerArgs>

The trigger based on base image dependency.

Constructors

Link copied to clipboard
constructor(baseImageTriggerType: Output<Either<String, BaseImageTriggerType>>, name: Output<String>, status: Output<Either<String, TriggerStatus>>? = null, updateTriggerEndpoint: Output<String>? = null, updateTriggerPayloadType: Output<Either<String, UpdateTriggerPayloadType>>? = null)

Properties

Link copied to clipboard

The type of the auto trigger for base image dependency updates.

Link copied to clipboard
val name: Output<String>

The name of the trigger.

Link copied to clipboard
val status: Output<Either<String, TriggerStatus>>? = null

The current status of trigger.

Link copied to clipboard
val updateTriggerEndpoint: Output<String>? = null

The endpoint URL for receiving update triggers.

Link copied to clipboard

Type of Payload body for Base image update triggers.

Functions

Link copied to clipboard
open override fun toJava(): BaseImageTriggerArgs