# Functions
NewNodeShutdown creates a new NodeShutdown struct restricted to one type of shutdown (typ); podToNodeID is mapping from K8s Pod name to Elasticsearch node ID; reason is an arbitrary bit of metadata that will be attached to each node shutdown request in Elasticsearch and can help to track and audit shutdown requests.
No description provided by the author
# Variables
No description provided by the author
# Structs
NodeShutdown implements the shutdown.Interface with the Elasticsearch node shutdown API.
NodeShutdownStatus describes the current shutdown status of an Elasticsearch node/Pod.
# Type aliases
ClearCondition predicate that can be used to limit the Clear function.