Class DeltaFIFO<T>

java.lang.Object
io.fabric8.kubernetes.client.informers.cache.DeltaFIFO<T>
All Implemented Interfaces:
Store<Object>

public class DeltaFIFO<T>
extends Object
implements Store<Object>
The DeltaFIFO inherits from an Object queue since that we're actually reading from it as Deltas but writing it as Kubernetes object. This is taken from official client: https://github.com/kubernetes-client/java/blob/master/util/src/main/java/io/kubernetes/client/informer/cache/DeltaFIFO.java which is ported from official go client: https://github.com/kubernetes/client-go/blob/master/tools/cache/delta_fifo.go