# Functions

GetNodeDetail gets node details.
GetNodeList returns a list of all Nodes in the cluster.
GetNodeListFromChannels returns a list of all Nodes in the cluster.
GetNodePods return pods list in given named node.
PodRequestsAndLimits returns a dictionary of all defined resources summed up for all containers of the pod.

# Structs

Node is a presentation layer view of Kubernetes nodes.
NodeAllocatedResources describes node allocated resources.
NodeDetail is a presentation layer view of Kubernetes Node resource.
NodeList contains a list of nodes in the cluster.

# Type aliases

No description provided by the author