public interface ResourceInstaller extends WithToImmutable<ResourceInstaller>
| Modifier and Type | Method and Description |
|---|---|
List<io.fabric8.kubernetes.api.model.v2_2.HasMetadata> |
install(URL url)
Installs the resources found in the specified URL.
|
Map<io.fabric8.kubernetes.api.model.v2_2.HasMetadata,Boolean> |
uninstall(List<io.fabric8.kubernetes.api.model.v2_2.HasMetadata> list)
Uninstalls the resources found in the specified list.
|
Map<io.fabric8.kubernetes.api.model.v2_2.HasMetadata,Boolean> |
uninstall(URL url)
Uninstalls the resources found in the specified URL.
|
toImmutableList<io.fabric8.kubernetes.api.model.v2_2.HasMetadata> install(URL url)
url - The URL to read resources from.Map<io.fabric8.kubernetes.api.model.v2_2.HasMetadata,Boolean> uninstall(URL url)
url - The URL to read resources from.Map<io.fabric8.kubernetes.api.model.v2_2.HasMetadata,Boolean> uninstall(List<io.fabric8.kubernetes.api.model.v2_2.HasMetadata> list)
list - The list with the resources.Copyright © 2017 JBoss by Red Hat. All rights reserved.