Package io.kubernetes.client.fluent
Class VisitorWiretap<T>
java.lang.Object
io.kubernetes.client.fluent.VisitorWiretap<T>
- All Implemented Interfaces:
Visitor<T>
-
Method Summary
Modifier and TypeMethodDescription<F> Booleanstatic <T> VisitorWiretap<T>create(Visitor<T> visitor, Collection<VisitorListener> listeners) getType()intorder()voidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.kubernetes.client.fluent.Visitor
addRequirement, addRequirement, getRequirement, hasItem, hasVisitMethodMatching
-
Method Details
-
create
public static <T> VisitorWiretap<T> create(Visitor<T> visitor, Collection<VisitorListener> listeners) -
getType
-
visit
-
order
public int order() -
visit
-
canVisit
-