Interface KubernetesSharedWatcher.Watch
-
- All Superinterfaces:
AutoCloseable
- Enclosing interface:
- KubernetesSharedWatcher<T>
public static interface KubernetesSharedWatcher.Watch extends AutoCloseable
The Watch returned after creating watching, which can be used to close the watching.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()
-
-
-
Method Detail
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
-