package kubecaml

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

Node_status is information about the current status of a node.

type t
val to_yojson : t -> Yojson.Safe.t

List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses

Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.

Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity

Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition

Endpoints of daemons running on the Node.

List of container images on this node

Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info

val phase : t -> string option

Node_phase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated.

val volumes_attached : t -> Kubernetes.Definitions.Api.Core.V1.Attached_volume.t list option

List of volumes that are attached to the node.

val volumes_in_use : t -> string list option

List of attachable volumes in use (mounted) by the node.

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

Innovation. Community. Security.