public class CinderVolumeSource extends Object implements 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 |
|---|---|
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) |
public CinderVolumeSource()
public CinderVolumeSource(String fsType, Boolean readOnly, LocalObjectReference secretRef, String volumeID)
secretRef - volumeID - readOnly - fsType - 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)
Copyright © 2015–2021 Red Hat. All rights reserved.