public class SecretSpec extends DockerObject implements Serializable
RemoteApiVersion#VERSION_1_25| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
SecretSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getData() |
Map<String,String> |
getLabels() |
String |
getName() |
SecretSpec |
withData(String data) |
SecretSpec |
withLabels(Map<String,String> labels) |
SecretSpec |
withName(String name) |
getRawValuespublic static final long serialVersionUID
public SecretSpec withName(String name)
namepublic SecretSpec withData(String data)
datapublic SecretSpec withLabels(Map<String,String> labels)
labels@CheckForNull public Map<String,String> getLabels()
labelsCopyright © 2025. All rights reserved.