package current_ocluster

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val build : ?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 : ?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 : ?cache_hint:string -> t -> pool:string -> src:Current_git.Commit_id.t list -> Cluster_api.Obuilder_job.Spec.t -> unit Current.Primitive.t