# Functions

NewClusterNodePoolIdentifier generates a new ClusterNodePoolIdentifier based on the provided configuration.
NewCombinedClusterPoolIdentifier returns a new combinedClusterPoolIdentifier.
NewNodeClassPoolIdentifier returns a new nodeClassClusterPoolIdentifier implementation of the ClusterNodePoolIdentifier interface.
NewNodeDatacenterPoolIdentifier returns a new nodeDatacenterClusterPoolIdentifier implementation of the ClusterNodePoolIdentifier interface.
NewNodePoolClusterPoolIdentifier returns a new nodePoolClusterPoolIdentifier implementation of the ClusterNodePoolIdentifier interface.

# Constants

CombinedClusterPoolIdentifierAnd requires all identifiers to return true.
CombinedClusterPoolIdentifierOr requires at least one identifier to return true.

# Interfaces

ClusterNodePoolIdentifier is the interface that defines how nodes are classed into pools of resources.

# Type aliases

CombinedClusterPoolIdentifierMode defines how different ClusterNodePoolIdentifiers are combined.