Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 826 Bytes

V1BuildStrategy.md

File metadata and controls

13 lines (9 loc) · 826 Bytes

V1BuildStrategy

Properties

Name Type Description Notes
type str Type is the kind of build strategy.
docker_strategy V1DockerBuildStrategy DockerStrategy holds the parameters to the Docker build strategy. [optional]
source_strategy V1SourceBuildStrategy SourceStrategy holds the parameters to the Source build strategy. [optional]
custom_strategy V1CustomBuildStrategy CustomStrategy holds the parameters to the Custom build strategy [optional]

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