| 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.
|
public CompletionStage<Void> batchUpdate(com.artipie.asto.Key prefix)
HelmbatchUpdate in interface Helmprefix - Repository prefixpublic CompletionStage<Void> add(Collection<com.artipie.asto.Key> charts, com.artipie.asto.Key indexpath)
Helmpublic CompletionStage<Void> delete(Collection<com.artipie.asto.Key> charts, com.artipie.asto.Key indexpath)
Helmpublic CompletionStage<Void> reindex(com.artipie.asto.Key prefix)
HelmCopyright © 2012–2021 jcabi.com. All rights reserved.