Skip navigation links
A I L O P 

A

AllDefaultConfigMapsController - Class in io.github.ljnelson.dev5432.configmap.controller
AllDefaultConfigMapsController() - Constructor for class io.github.ljnelson.dev5432.configmap.controller.AllDefaultConfigMapsController
AllDefaultConfigMapsController.AllDefaultConfigMaps - Annotation Type in io.github.ljnelson.dev5432.configmap.controller
A qualifier annotation that itself is qualified with KubernetesEventSelector allowing it to pair relevant producer and observer methods so that certain ConfigMap resources can be observed.

I

io.github.ljnelson.dev5432.configmap.controller - package io.github.ljnelson.dev5432.configmap.controller
Provides classes and interfaces to demonstrate how to write a Kubernetes controller using the fabric8 Kubernetes client project and CDI 2.0.

L

logger - Static variable in class io.github.ljnelson.dev5432.configmap.controller.AllDefaultConfigMapsController
A Logger for logging messages.

O

onConfigMapAddition(ConfigMap, KubernetesClient) - Method in class io.github.ljnelson.dev5432.configmap.controller.AllDefaultConfigMapsController
A Kubernetes event observer method that will be notified with ConfigMap "events" that describe the addition of a ConfigMap to a Kubernetes cluster.
onConfigMapDeletion(ConfigMap, KubernetesClient) - Method in class io.github.ljnelson.dev5432.configmap.controller.AllDefaultConfigMapsController
A Kubernetes event observer method that will be notified with ConfigMap "events" that describe the deletion of a ConfigMap from a Kubernetes cluster.
onConfigMapModification(ConfigMap, Optional<ConfigMap>, KubernetesClient) - Method in class io.github.ljnelson.dev5432.configmap.controller.AllDefaultConfigMapsController
A Kubernetes event observer method that will be notified with ConfigMap "events" that describe the modification of a ConfigMap in a Kubernetes cluster.

P

produceAllDefaultConfigMaps(KubernetesClient) - Static method in class io.github.ljnelson.dev5432.configmap.controller.AllDefaultConfigMapsController
A producer method which is a Kubernetes event selector that produces a NonNamespaceOperation whose list() and watch(Watcher) methods will eventually produce events that will be processed by the AllDefaultConfigMapsController.onConfigMapAddition(ConfigMap, KubernetesClient) Kubernetes event observer method.
produceKubernetesResourceCache() - Static method in class io.github.ljnelson.dev5432.configmap.controller.AllDefaultConfigMapsController
A producer method that returns an application-scoped Map of ConfigMaps indexed by the keys that Kubernetes assigns to them.
A I L O P 
Skip navigation links

Copyright © 2018–2018, Laird Nelson. All rights reserved.