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 : ?path:string -> namespace:string -> name:string -> unit -> t
val name : t -> string

`name` is the name of the service. Required

val namespace : t -> string

`namespace` is the namespace of the service. Required

val path : t -> string option

`path` is an optional Url path which will be sent in any request to this service.

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