Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 2.63 KB

V1BuildRequest.md

File metadata and controls

20 lines (16 loc) · 2.63 KB

V1BuildRequest

Properties

Name Type Description Notes
apiVersion string APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources [optional]
binary \UniversityOfAdelaide\OpenShift\Model\V1BinaryBuildSource binary indicates a request to build from a binary provided to the builder [optional]
dockerStrategyOptions \UniversityOfAdelaide\OpenShift\Model\V1DockerStrategyOptions DockerStrategyOptions contains additional docker-strategy specific options for the build [optional]
env \UniversityOfAdelaide\OpenShift\Model\V1EnvVar[] env contains additional environment variables you want to pass into a builder container. ValueFrom is not supported. [optional]
from \UniversityOfAdelaide\OpenShift\Model\V1ObjectReference from is the reference to the ImageStreamTag that triggered the build. [optional]
kind string Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds [optional]
lastVersion int lastVersion (optional) is the LastVersion of the BuildConfig that was used to generate the build. If the BuildConfig in the generator doesn't match, a build will not be generated. [optional]
metadata \UniversityOfAdelaide\OpenShift\Model\V1ObjectMeta metadata for BuildRequest. [optional]
revision \UniversityOfAdelaide\OpenShift\Model\V1SourceRevision revision is the information from the source for a specific repo snapshot. [optional]
triggeredBy \UniversityOfAdelaide\OpenShift\Model\V1BuildTriggerCause[] triggeredBy describes which triggers started the most recent update to the build configuration and contains information about those triggers.
triggeredByImage \UniversityOfAdelaide\OpenShift\Model\V1ObjectReference triggeredByImage is the Image that triggered this build. [optional]

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