Clarify documentation.
This commit is contained in:
parent
5efef2a083
commit
22446c3618
1 changed files with 3 additions and 1 deletions
|
|
@ -246,7 +246,9 @@ public abstract class AbstractMonitor<O extends KubernetesObject,
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handle an observed change.
|
* Handle an observed change. The method is invoked by the observer
|
||||||
|
* thread(s). It is the responsibility of the implementing class to
|
||||||
|
* fire derived events on the appropriate event pipeline.
|
||||||
*
|
*
|
||||||
* @param client the client
|
* @param client the client
|
||||||
* @param change the change
|
* @param change the change
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue