package kubecaml

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

Node_daemon_endpoints lists ports opened by daemons running on the Node.

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?kubelet_endpoint:Kubernetes.Definitions.Api.Core.V1.Daemon_endpoint.t -> unit -> t

Endpoint on which Kubelet is listening.

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