Uses of Class
io.fabric8.kubernetes.client.informers.cache.ReducedStateItemStore.KeyState
-
Packages that use ReducedStateItemStore.KeyState Package Description io.fabric8.kubernetes.client.informers.cache -
-
Uses of ReducedStateItemStore.KeyState in io.fabric8.kubernetes.client.informers.cache
Fields in io.fabric8.kubernetes.client.informers.cache declared as ReducedStateItemStore.KeyState Modifier and Type Field Description static ReducedStateItemStore.KeyStateReducedStateItemStore. NAME_KEY_STATEstatic ReducedStateItemStore.KeyStateReducedStateItemStore. UID_KEY_STATEConstructors in io.fabric8.kubernetes.client.informers.cache with parameters of type ReducedStateItemStore.KeyState Constructor Description ReducedStateItemStore(ReducedStateItemStore.KeyState keyState, Class<V> typeClass, KubernetesSerialization serialization, String... valueFields)Create a state store with only the fields specified.
-