# Functions
GetRequiredNodeAffinity returns the parsing result of pod's nodeSelector and nodeAffinity.
NewLazyErrorNodeSelector creates a NodeSelector that only reports parse errors when no terms match.
NewNodeSelector returns a NodeSelector or aggregate parsing errors found.
NewPreferredSchedulingTerms returns a PreferredSchedulingTerms or all the parsing errors found.
# Structs
LazyErrorNodeSelector is a runtime representation of v1.NodeSelector that only reports parse errors when no terms match.
NodeSelector is a runtime representation of v1.NodeSelector.
PreferredSchedulingTerms is a runtime representation of []v1.PreferredSchedulingTerms.
No description provided by the author