package ocluster-api

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Builder.DockerBuildSource

Sourcetype struct_t = [
  1. | `DockerBuild_b7cdf36259df55e5
]
Sourcemodule Dockerfile : sig ... end
Sourceval dockerfile_get : t -> Dockerfile.t
Sourceval dockerfile_init : t -> Dockerfile.t
Sourceval has_push_target : t -> bool
Sourceval push_target_get : t -> string
Sourceval push_target_set : t -> string -> unit
Sourceval has_push_user : t -> bool
Sourceval push_user_get : t -> string
Sourceval push_user_set : t -> string -> unit
Sourceval has_push_password : t -> bool
Sourceval push_password_get : t -> string
Sourceval push_password_set : t -> string -> unit
Sourceval has_build_args : t -> bool
Sourceval build_args_get : t -> (Capnp.Message.rw, string, array_t) Capnp.Array.t
Sourceval build_args_get_list : t -> string list
Sourceval build_args_get_array : t -> string array
Sourceval build_args_set : t -> (Capnp.Message.rw, string, array_t) Capnp.Array.t -> (Capnp.Message.rw, string, array_t) Capnp.Array.t
Sourceval build_args_set_list : t -> string list -> (Capnp.Message.rw, string, array_t) Capnp.Array.t
Sourceval build_args_set_array : t -> string array -> (Capnp.Message.rw, string, array_t) Capnp.Array.t
Sourceval build_args_init : t -> int -> (Capnp.Message.rw, string, array_t) Capnp.Array.t
Sourceval squash_get : t -> bool
Sourceval squash_set : t -> bool -> unit
Sourceval buildkit_get : t -> bool
Sourceval buildkit_set : t -> bool -> unit
Sourceval include_git_get : t -> bool
Sourceval include_git_set : t -> bool -> unit
Sourceval of_message : Capnp.Message.rw message_t -> t
Sourceval to_message : t -> Capnp.Message.rw message_t
Sourceval to_reader : t -> struct_t reader_t
Sourceval init_root : ?message_size:int -> unit -> t
Sourceval init_pointer : pointer_t -> t
OCaml

Innovation. Community. Security.