Package org.tkit.onecx.quarkus.operator
Class OperatorUtils
java.lang.Object
org.tkit.onecx.quarkus.operator.OperatorUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <S,T> boolean shouldProcessAdd(io.fabric8.kubernetes.client.CustomResource<S, T> resource) static <S,T> boolean shouldProcessUpdate(io.fabric8.kubernetes.client.CustomResource<S, T> newResource, io.fabric8.kubernetes.client.CustomResource<S, T> oldResource)
-
Constructor Details
-
OperatorUtils
public OperatorUtils()
-
-
Method Details
-
shouldProcessAdd
public static <S,T> boolean shouldProcessAdd(io.fabric8.kubernetes.client.CustomResource<S, T> resource) -
shouldProcessUpdate
public static <S,T> boolean shouldProcessUpdate(io.fabric8.kubernetes.client.CustomResource<S, T> newResource, io.fabric8.kubernetes.client.CustomResource<S, T> oldResource)
-