Package version:

The trigger based on base image dependency.

interface BaseImageTrigger {
    baseImageTriggerType: string;
    name: string;
    status?: string;
    updateTriggerEndpoint?: string;
    updateTriggerPayloadType?: string;
}

Properties

baseImageTriggerType: string

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

name: string

The name of the trigger.

status?: string

The current status of trigger.

updateTriggerEndpoint?: string

The endpoint URL for receiving update triggers.

updateTriggerPayloadType?: string

Type of Payload body for Base image update triggers.