package kubecaml

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

Custom_resource_subresource_status defines how to serve the status subresource for Custom_resources. Status is represented by the `.status` Json path inside of a Custom_resource. When set, * exposes a /status subresource for the custom resource * Put requests to the /status subresource take a custom resource object, and ignore changes to anything except the status stanza * Put/post/patch requests to the custom resource ignore changes to the status stanza

val to_yojson : t -> Yojson.Safe.t
module Object : Object.S with type value := t
OCaml

Innovation. Community. Security.