package kubecaml

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

Role_ref contains information that points to the role being used

type t
val to_yojson : t -> Yojson.Safe.t
val make : name:string -> kind:string -> api_group:string -> unit -> t
val api_group : t -> string

Api_group is the group for the resource being referenced

val kind : t -> string

Kind is the type of resource being referenced

val name : t -> string

Name is the name of resource being referenced

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