public interface ListSecretsCmd extends SyncDockerCmd<List<Secret>>
Modifier and Type | Interface and Description |
---|---|
static interface |
ListSecretsCmd.Exec |
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
getFilters() |
ListSecretsCmd |
withIdFilter(List<String> ids) |
ListSecretsCmd |
withLabelFilter(Map<String,String> labels) |
ListSecretsCmd |
withNameFilter(List<String> names) |
exec
@CheckForNull Map<String,List<String>> getFilters()
ListSecretsCmd withIdFilter(List<String> ids)
ids
- - Show only secrets with the given idsListSecretsCmd withNameFilter(List<String> names)
names
- - Show only secrets with the given namesListSecretsCmd withLabelFilter(Map<String,String> labels)
labels
- - Show only secrets with the passed labels. Labels is a Map
that contains label keys and valuesCopyright © 2025. All rights reserved.