Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val build :
?level:Current.Level.t ->
?cache_hint:string ->
t ->
pool:string ->
src:Current_git.Commit_id.t list ->
options:Cluster_api.Docker.Spec.options ->
[ `Contents of string | `Path of string ] ->
unit Current.Primitive.t
val build_and_push :
?level:Current.Level.t ->
?cache_hint:string ->
t ->
push_target:Cluster_api.Docker.Image_id.t ->
pool:string ->
src:Current_git.Commit_id.t list ->
options:Cluster_api.Docker.Spec.options ->
[ `Contents of string | `Path of string ] ->
string Current.Primitive.t
val build_obuilder :
?level:Current.Level.t ->
?cache_hint:string ->
t ->
pool:string ->
src:Current_git.Commit_id.t list ->
Cluster_api.Obuilder_job.Spec.t ->
unit Current.Primitive.t