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)
public Boolean getOptional()
public void setOptional(Boolean optional)
public String getSecretName()
public void setSecretName(String secretName)
Copyright © 2015–2021 Red Hat. All rights reserved.