Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 2.35 KB

File metadata and controls

20 lines (16 loc) · 2.35 KB

V1BuildRequest

Properties

Name Type Description Notes
api_version str 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 V1BinaryBuildSource binary indicates a request to build from a binary provided to the builder [optional]
docker_strategy_options V1DockerStrategyOptions DockerStrategyOptions contains additional docker-strategy specific options for the build [optional]
env list[V1EnvVar] env contains additional environment variables you want to pass into a builder container. ValueFrom is not supported. [optional]
_from V1ObjectReference from is the reference to the ImageStreamTag that triggered the build. [optional]
kind str Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the openshift.client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds [optional]
last_version 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 V1ObjectMeta metadata for BuildRequest. [optional]
revision V1SourceRevision revision is the information from the source for a specific repo snapshot. [optional]
triggered_by list[V1BuildTriggerCause] triggeredBy describes which triggers started the most recent update to the build configuration and contains information about those triggers.
triggered_by_image V1ObjectReference triggeredByImage is the Image that triggered this build. [optional]

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