Uses of Enum Class
io.yupiik.kubernetes.bindings.bundlebee.v1.ConditionType
Packages that use ConditionType
-
Uses of ConditionType in io.yupiik.kubernetes.bindings.bundlebee.v1
Methods in io.yupiik.kubernetes.bindings.bundlebee.v1 that return ConditionTypeModifier and TypeMethodDescriptionCondition.getType()static ConditionTypeReturns the enum constant of this class with the specified name.static ConditionType[]ConditionType.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 ConditionTypeModifier and TypeMethodDescriptionvoidCondition.setType(ConditionType type) Condition.type(ConditionType type) Constructors in io.yupiik.kubernetes.bindings.bundlebee.v1 with parameters of type ConditionTypeModifierConstructorDescriptionCondition(String key, Boolean negate, ConditionType type, String value)