package kubecaml

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

Mutating_webhook_configuration describes the configuration of and admission webhook that accept or reject and may change the object.

Mutating_webhook_configuration_list is a list of Mutating_webhook_configuration.

module Rule_with_operations : sig ... end

Rule_with_operations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.

module Service_reference : sig ... end

Service_reference holds a reference to Service.legacy.k8s.io

Validating_webhook_configuration describes the configuration of and admission webhook that accept or reject and object without changing it.

Validating_webhook_configuration_list is a list of Validating_webhook_configuration.

module Webhook : sig ... end

Webhook describes an admission webhook and the resources and operations it applies to.

module Webhook_client_config : sig ... end

Webhook_client_config contains the information to make a Tls connection with the webhook