Uses of Interface
io.fabric8.kubernetes.api.builder.Visitable
-
Packages that use Visitable Package Description io.fabric8.kubernetes.api.builder io.fabric8.kubernetes.model.util -
-
Uses of Visitable in io.fabric8.kubernetes.api.builder
Subinterfaces of Visitable in io.fabric8.kubernetes.api.builder Modifier and Type Interface Description interface
VisitableBuilder<T,V extends VisitableBuilder<T,V>>
Methods in io.fabric8.kubernetes.api.builder that return types with arguments of type Visitable Modifier and Type Method Description List<Visitable<?>>
VisitableMap. aggregate()
List<Visitable<?>>
VisitableMap. get(Object key)
Iterator<Visitable<?>>
VisitableMap. iterator()
Methods in io.fabric8.kubernetes.api.builder with parameters of type Visitable Modifier and Type Method Description default T
Visitable. getTarget(Visitable<T> visitable)
Method parameters in io.fabric8.kubernetes.api.builder with type arguments of type Visitable Modifier and Type Method Description void
VisitableMap. forEach(Consumer<? super Visitable<?>> action)
-
Uses of Visitable in io.fabric8.kubernetes.model.util
Classes in io.fabric8.kubernetes.model.util that implement Visitable Modifier and Type Class Description class
DummyBuilder
-