Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.27 KB

V1DeploymentTriggerImageChangeParams.md

File metadata and controls

13 lines (9 loc) · 1.27 KB

V1DeploymentTriggerImageChangeParams

Properties

Name Type Description Notes
automatic bool Automatic means that the detection of a new tag value should result in an image update inside the pod template. [optional]
containerNames string[] ContainerNames is used to restrict tag updates to the specified set of container names in a pod. If multiple triggers point to the same containers, the resulting behavior is undefined. Future API versions will make this a validation error. If ContainerNames does not point to a valid container, the trigger will be ignored. Future API versions will make this a validation error. [optional]
from \UniversityOfAdelaide\OpenShift\Model\V1ObjectReference From is a reference to an image stream tag to watch for changes. From.Name is the only required subfield - if From.Namespace is blank, the namespace of the current deployment trigger will be used.
lastTriggeredImage string LastTriggeredImage is the last image to be triggered. [optional]

[Back to Model list] [Back to API list] [Back to README]