package kubecaml

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

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

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?namespace:string -> ?name:string -> unit -> t
val name : t -> string option

Name is the name of the service

val namespace : t -> string option

Namespace is the namespace of the service

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