Class ReducedStateItemStore.KeyState
- java.lang.Object
-
- io.fabric8.kubernetes.client.informers.cache.ReducedStateItemStore.KeyState
-
- Enclosing class:
- ReducedStateItemStore<V extends io.fabric8.kubernetes.api.model.HasMetadata>
public static class ReducedStateItemStore.KeyState extends Object
-
-
Constructor Detail
-
KeyState
public KeyState(Function<io.fabric8.kubernetes.api.model.HasMetadata,String> keyFunction, Function<String,String[]> keyFieldFunction, String[]... keyFields)
The key function must decompose a given key into the given fields - in field order- Parameters:
keyFieldFunction- to convert a key into fieldskeyFields- the fields represented by the key
-
-