package ocluster-api

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

Module Reader.DockerBuildSource

Sourcetype struct_t = [
  1. | `DockerBuild_b7cdf36259df55e5
]
Sourcemodule Dockerfile : sig ... end
Sourceval dockerfile_get : t -> Dockerfile.t
Sourceval has_push_target : t -> bool
Sourceval push_target_get : t -> string
Sourceval has_push_user : t -> bool
Sourceval push_user_get : t -> string
Sourceval has_push_password : t -> bool
Sourceval push_password_get : t -> string
Sourceval has_build_args : t -> bool
Sourceval build_args_get : t -> (Capnp.Message.ro, string, array_t) Capnp.Array.t
Sourceval build_args_get_list : t -> string list
Sourceval build_args_get_array : t -> string array
Sourceval squash_get : t -> bool
Sourceval buildkit_get : t -> bool
Sourceval include_git_get : t -> bool
Sourceval of_message : 'cap message_t -> t
Sourceval of_builder : struct_t builder_t -> t
OCaml

Innovation. Community. Security.