Uses of Enum Class
io.yupiik.kubernetes.bindings.bundlebee.v1.JsonPointerOperator
Packages that use JsonPointerOperator
-
Uses of JsonPointerOperator in io.yupiik.kubernetes.bindings.bundlebee.v1
Methods in io.yupiik.kubernetes.bindings.bundlebee.v1 that return JsonPointerOperatorModifier and TypeMethodDescriptionAwaitCondition.getOperatorType()static JsonPointerOperatorReturns the enum constant of this class with the specified name.static JsonPointerOperator[]JsonPointerOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.yupiik.kubernetes.bindings.bundlebee.v1 with parameters of type JsonPointerOperatorModifier and TypeMethodDescriptionAwaitCondition.operatorType(JsonPointerOperator operatorType) voidAwaitCondition.setOperatorType(JsonPointerOperator operatorType) Constructors in io.yupiik.kubernetes.bindings.bundlebee.v1 with parameters of type JsonPointerOperatorModifierConstructorDescriptionAwaitCondition(String conditionType, JsonPointerOperator operatorType, String pointer, AwaitConditionType type, String value)