| Modifier and Type | Fields and Description |
|---|---|
static String |
DEFAULT_FINALIZER |
| Modifier and Type | Required Element and Description |
|---|---|
String |
crdName |
Class<? extends io.fabric8.kubernetes.client.CustomResource> |
customResourceClass |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
finalizerName |
boolean |
generationAwareEventProcessing
If true, will process new event only if generation increased since the last processing, otherwise will
process all events.
|
public static final String DEFAULT_FINALIZER
public abstract String crdName
public abstract Class<? extends io.fabric8.kubernetes.client.CustomResource> customResourceClass
public abstract String finalizerName
public abstract boolean generationAwareEventProcessing
Copyright © 2020. All rights reserved.