package kubecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Storage_class : sig ... end

Storage_class describes the parameters for a class of storage for which Persistent_volumes can be dynamically provisioned.

module Storage_class_list : sig ... end

Storage_class_list is a collection of storage classes.

module Volume_attachment : sig ... end

Volume_attachment captures the intent to attach or detach the specified volume to/from the specified node.

module Volume_attachment_list : sig ... end

Volume_attachment_list is a collection of Volume_attachment objects.

module Volume_attachment_source : sig ... end

Volume_attachment_source represents a volume that should be attached. Right now only Persisten_volumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.

module Volume_attachment_spec : sig ... end

Volume_attachment_spec is the specification of a Volume_attachment request.

module Volume_attachment_status : sig ... end

Volume_attachment_status is the status of a Volume_attachment request.

module Volume_error : sig ... end

Volume_error captures an error encountered during a volume operation.

OCaml

Innovation. Community. Security.