package kubecaml

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

Custom_resource_definition_spec describes how a user wants their resource to appear

type t
val to_yojson : t -> Yojson.Safe.t
val group : t -> string

Group is the group this resource belongs in

val scope : t -> string

Scope indicates whether this resource is cluster or namespace scoped. Default is namespaced

Subresources describes the subresources for Custom_resources This field is alpha_level and should only be sent to servers that enable subresources via the Custom_resource_subresources feature gate.

Validation describes the validation methods for Custom_resources

val version : t -> string

Version is the version this resource belongs in

module Object : Object.S with type value := t
OCaml

Innovation. Community. Security.