NodeSelectorOperator# class nublado.controller.models.domain.kubernetes.NodeSelectorOperator(*values)# Bases: Enum Match operations for node selectors. Attributes Summary DOES_NOT_EXIST EXISTS GT IN LT NOT_IN Attributes Documentation DOES_NOT_EXIST = 'DoesNotExist'# EXISTS = 'Exists'# GT = 'Gt'# IN = 'In'# LT = 'Lt'# NOT_IN = 'NotIn'#