Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.29 KB

V1BuildOutput.md

File metadata and controls

12 lines (8 loc) · 1.29 KB

V1BuildOutput

Properties

Name Type Description Notes
imageLabels \UniversityOfAdelaide\OpenShift\Model\V1ImageLabel[] imageLabels define a list of labels that are applied to the resulting image. If there are multiple labels with the same name then the last one in the list is used. [optional]
pushSecret \UniversityOfAdelaide\OpenShift\Model\V1LocalObjectReference PushSecret is the name of a Secret that would be used for setting up the authentication for executing the Docker push to authentication enabled Docker Registry (or Docker Hub). [optional]
to \UniversityOfAdelaide\OpenShift\Model\V1ObjectReference to defines an optional location to push the output of this build to. Kind must be one of 'ImageStreamTag' or 'DockerImage'. This value will be used to look up a Docker image repository to push to. In the case of an ImageStreamTag, the ImageStreamTag will be looked for in the namespace of the build unless Namespace is specified. [optional]

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