package kubecaml

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

Initializer describes the name and the failure policy of an initializer, and what resources it applies to.

module Initializer_configuration : sig ... end

Initializer_configuration describes the configuration of initializers.

module Initializer_configuration_list : sig ... end

Initializer_configuration_list is a list of Initializer_configuration.

module Rule : sig ... end

Rule is a tuple of Api_groups, Api_version, and Resources.it is recommended to make sure that all the tuple expansions are valid.