| Package | Description |
|---|---|
| org.microbean.kubernetes.controller.cdi.annotation |
| Class and Description |
|---|
| Added
A
Qualifier that can be used only on an observer method's
event
parameter that is also annotated with an annotation annotated
with KubernetesEventSelector, thus indicating that the
observer method is interested in being notified of the
addition of certain Kubernetes resources. |
| Deleted
A
Qualifier that can be used only on an observer method's
event
parameter that is also annotated with an annotation annotated
with KubernetesEventSelector, thus indicating that the
observer method is interested in being notified of the
deletion of certain Kubernetes resources. |
| KubernetesResourceCache
A qualifier annotation that indicates that
the annotated element—which as of this writing must be a
Map<String, T>, where <T> is a type that
extends HasMetadata—is to be used to cache Kubernetes
resources. |
| Modified
A
Qualifier that can be used only on an observer method's
event
parameter that is also annotated with an annotation annotated
with KubernetesEventSelector, thus indicating that the
observer method is interested in being notified of the
modification of certain Kubernetes resources. |
| Prior
An extraordinarily special-purpose
Qualifier
annotation that may be used only to qualify a
parameter in an observer method that meets the following criteria:
The observer method's observed
event type is an instance of HasMetadata.
The observer method's observed
event type parameter is qualified with an annotation on which
KubernetesEventSelector and Qualifier appear.
The type of the parameter in question is a parameterized type
whose raw type is
Optional and whose sole actual type argument is
identical to the observer method's observed
event type.
|
Copyright © 2018–2018, microBean. All rights reserved.