public interface DependencyResolver extends WithToImmutable<DependencyResolver>
| Modifier and Type | Method and Description |
|---|---|
List<URL> |
resolve(Session session)
Resolves dependencies to additional kubernetes resources.
|
toImmutableList<URL> resolve(Session session) throws IOException
session - The session to resolve.IOException - if dependencies cannot be resolved.Copyright © 2018 JBoss by Red Hat. All rights reserved.