public class ListSecretsCmdImpl extends AbstrDockerCmd<ListSecretsCmd,List<Secret>> implements ListSecretsCmd
ListSecretsCmd.Execexecution| Constructor and Description |
|---|
ListSecretsCmdImpl(ListSecretsCmd.Exec 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) |
close, exec, registryAuth, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecpublic ListSecretsCmdImpl(ListSecretsCmd.Exec exec)
public Map<String,List<String>> getFilters()
getFilters in interface ListSecretsCmdpublic ListSecretsCmd withIdFilter(List<String> ids)
withIdFilter in interface ListSecretsCmdpublic ListSecretsCmd withNameFilter(List<String> names)
withNameFilter in interface ListSecretsCmdpublic ListSecretsCmd withLabelFilter(Map<String,String> labels)
withLabelFilter in interface ListSecretsCmdCopyright © 2025. All rights reserved.