@Generated(value="jsonschema2pojo") public class CinderVolumeSource extends Object implements io.fabric8.kubernetes.api.builder.Editable<CinderVolumeSourceBuilder>, KubernetesResource
| Constructor and Description |
|---|
CinderVolumeSource()
No args constructor for use in serialization
|
CinderVolumeSource(String fsType,
Boolean readOnly,
LocalObjectReference secretRef,
String volumeID) |
| Modifier and Type | Method and Description |
|---|---|
CinderVolumeSourceBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
String |
getFsType() |
Boolean |
getReadOnly() |
LocalObjectReference |
getSecretRef() |
String |
getVolumeID() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFsType(String fsType) |
void |
setReadOnly(Boolean readOnly) |
void |
setSecretRef(LocalObjectReference secretRef) |
void |
setVolumeID(String volumeID) |
CinderVolumeSourceBuilder |
toBuilder() |
public CinderVolumeSource()
public CinderVolumeSource(String fsType, Boolean readOnly, LocalObjectReference secretRef, String volumeID)
public String getFsType()
public void setFsType(String fsType)
public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public LocalObjectReference getSecretRef()
public void setSecretRef(LocalObjectReference secretRef)
public String getVolumeID()
public void setVolumeID(String volumeID)
public CinderVolumeSourceBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<CinderVolumeSourceBuilder>public CinderVolumeSourceBuilder toBuilder()
Copyright © 2015–2024 Red Hat. All rights reserved.