Variable K8sIoApiCoreV1NodeSelectorRequirementOperatorEnumConst
K8sIoApiCoreV1NodeSelectorRequirementOperatorEnum: {
DoesNotExist: "DoesNotExist";
Exists: "Exists";
Gt: "Gt";
In: "In";
Lt: "Lt";
NotIn: "NotIn";
} = ...
Type Declaration
ReadonlyDoesNotExist: "DoesNotExist"
ReadonlyExists: "Exists"
ReadonlyGt: "Gt"
ReadonlyIn: "In"
ReadonlyLt: "Lt"
ReadonlyNotIn: "NotIn"