@Generated(value="org.jsonschema2pojo") public class SecretSpec extends Object implements KubernetesResource
| Constructor and Description |
|---|
SecretSpec()
No args constructor for use in serialization
|
SecretSpec(String mountPath,
LocalObjectReference secretSource) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getMountPath() |
LocalObjectReference |
getSecretSource() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMountPath(String mountPath) |
void |
setSecretSource(LocalObjectReference secretSource) |
public SecretSpec()
public SecretSpec(String mountPath, LocalObjectReference secretSource)
mountPath - secretSource - public String getMountPath()
public void setMountPath(String mountPath)
mountPath - The mountPathpublic LocalObjectReference getSecretSource()
public void setSecretSource(LocalObjectReference secretSource)
secretSource - The secretSourceCopyright © 2011–2018 Red Hat. All rights reserved.