@Generated(value="org.jsonschema2pojo") public class SecretVolumeSource extends Object implements KubernetesResource
| Constructor and Description |
|---|
SecretVolumeSource()
No args constructor for use in serialization
|
SecretVolumeSource(Integer defaultMode,
List<KeyToPath> items,
Boolean optional,
String secretName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Integer |
getDefaultMode() |
List<KeyToPath> |
getItems() |
Boolean |
getOptional() |
String |
getSecretName() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDefaultMode(Integer defaultMode) |
void |
setItems(List<KeyToPath> items) |
void |
setOptional(Boolean optional) |
void |
setSecretName(String secretName) |
public SecretVolumeSource()
public Integer getDefaultMode()
public void setDefaultMode(Integer defaultMode)
defaultMode - The defaultModepublic Boolean getOptional()
public void setOptional(Boolean optional)
optional - The optionalpublic String getSecretName()
public void setSecretName(String secretName)
secretName - The secretNameCopyright © 2015–2020 Red Hat. All rights reserved.