NodeSelectorOperator

class controller.models.domain.kubernetes.NodeSelectorOperator(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

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'