public abstract class BaseWatcher extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
namespaces |
protected ScheduledFuture |
relister |
protected Map<String,io.fabric8.kubernetes.client.Watch> |
watches |
| Constructor and Description |
|---|
BaseWatcher(String[] namespaces) |
| Modifier and Type | Method and Description |
|---|---|
abstract Runnable |
getStartTimerTask() |
protected boolean |
hasSlaveLabelOrAnnotation(Map<String,String> map) |
void |
onClose(io.fabric8.kubernetes.client.KubernetesClientException e) |
void |
start() |
void |
stop() |
protected ScheduledFuture relister
protected final String[] namespaces
public BaseWatcher(String[] namespaces)
public abstract Runnable getStartTimerTask()
public void start()
public void stop()
public void onClose(io.fabric8.kubernetes.client.KubernetesClientException e)
Copyright © 2016–2017 Red Hat. All rights reserved.