@Generated(value="jsonschema2pojo") public class BootVolume extends Object implements io.fabric8.kubernetes.api.builder.Editable<BootVolumeBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
BootVolume()
No args constructor for use in serialization
|
BootVolume(String encryptionKey) |
| Modifier and Type | Method and Description |
|---|---|
BootVolumeBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
String |
getEncryptionKey() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setEncryptionKey(String encryptionKey) |
BootVolumeBuilder |
toBuilder() |
public BootVolume()
public BootVolume(String encryptionKey)
public String getEncryptionKey()
public void setEncryptionKey(String encryptionKey)
public BootVolumeBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<BootVolumeBuilder>public BootVolumeBuilder toBuilder()
Copyright © 2015–2024 Red Hat. All rights reserved.