ApiType - the type parameterpublic interface ControllerWatch<ApiType>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<ApiType> |
getResourceClass()
Gets the watching resource class.
|
io.kubernetes.client.informer.ResourceEventHandler<ApiType> |
getResourceEventHandler()
Gets the event handler on watch events from the resource.
|
java.lang.Class<ApiType> getResourceClass()
io.kubernetes.client.informer.ResourceEventHandler<ApiType> getResourceEventHandler()
Copyright © 2019. All rights reserved.