public class SecretSpec extends Object 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) |
public static final long serialVersionUID
public SecretSpec withName(String name)
name
public SecretSpec withData(String data)
data
public SecretSpec withLabels(Map<String,String> labels)
labels
@CheckForNull public Map<String,String> getLabels()
labels
Copyright © 2020. All rights reserved.