package kubecaml

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

Allowed_flex_volume represents a single Flexvolume that is allowed to be used.

module Allowed_host_path : sig ... end

defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.

module Eviction : sig ... end

Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by Pos_ting to .../pods/<pod name>/evictions.

module Fs_group_strategy_options : sig ... end

Fs_group_strategy_options defines the strategy type and options used to create the strategy.

module Host_port_range : sig ... end

Host Port Range defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.

module Id_range : sig ... end

Id Range provides a min/max of an allowed range of Ids.

module Pod_disruption_budget : sig ... end

Pod_disruption_budget is an object to define the max disruption that can be caused to a collection of pods

module Pod_disruption_budget_list : sig ... end

Pod_disruption_budget_list is a collection of Pod_disruption_budgets.

module Pod_disruption_budget_spec : sig ... end

Pod_disruption_budget_spec is a description of a Pod_disruption_budget.

module Pod_disruption_budget_status : sig ... end

Pod_disruption_budget_status represents information about the status of a Pod_disruption_budget. Status may trail the actual state of a system.

module Pod_security_policy : sig ... end

Pod Security Policy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.

module Pod_security_policy_list : sig ... end

Pod Security Policy List is a list of Pod_security_policy objects.

module Pod_security_policy_spec : sig ... end

Pod Security Policy Spec defines the policy enforced.

module Run_as_user_strategy_options : sig ... end

Run A s_user Strategy Options defines the strategy type and any options used to create the strategy.

module Se_linux_strategy_options : sig ... end

Se_linux Strategy Options defines the strategy type and any options used to create the strategy.

Supplemental_groups_strategy_options defines the strategy type and options used to create the strategy.

OCaml

Innovation. Community. Security.