public interface Helm
| Modifier and Type | Interface and Description |
|---|---|
static class |
Helm.Asto
Implementation of
Helm for abstract storage. |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
add(Collection<com.artipie.asto.Key> charts,
com.artipie.asto.Key indexpath)
Add info to index about charts.
|
CompletionStage<Void> |
batchUpdate(com.artipie.asto.Key prefix)
Batch update of Helm files for repository.
|
CompletionStage<Void> |
delete(Collection<com.artipie.asto.Key> charts,
com.artipie.asto.Key indexpath)
Remove info from index about charts.
|
CompletionStage<Void> |
reindex(com.artipie.asto.Key prefix)
Creates a new index for whole repo.
|
CompletionStage<Void> batchUpdate(com.artipie.asto.Key prefix)
prefix - Repository prefixCompletionStage<Void> add(Collection<com.artipie.asto.Key> charts, com.artipie.asto.Key indexpath)
charts - Keys for charts which should be added to index fileindexpath - Path to index fileCompletionStage<Void> delete(Collection<com.artipie.asto.Key> charts, com.artipie.asto.Key indexpath)
charts - Keys for charts which should be removed from index file. These keys
should start with specified prefixindexpath - Path to index fileCompletionStage<Void> reindex(com.artipie.asto.Key prefix)
prefix - Prefix to repository which should be reindexedCopyright © 2012–2021 jcabi.com. All rights reserved.