public class StorageOSVolumeSource extends Object implements KubernetesResource
| Constructor and Description |
|---|
StorageOSVolumeSource()
No args constructor for use in serialization
|
StorageOSVolumeSource(String fsType,
Boolean readOnly,
LocalObjectReference secretRef,
String volumeName,
String volumeNamespace) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getFsType() |
Boolean |
getReadOnly() |
LocalObjectReference |
getSecretRef() |
String |
getVolumeName() |
String |
getVolumeNamespace() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFsType(String fsType) |
void |
setReadOnly(Boolean readOnly) |
void |
setSecretRef(LocalObjectReference secretRef) |
void |
setVolumeName(String volumeName) |
void |
setVolumeNamespace(String volumeNamespace) |
public StorageOSVolumeSource()
public StorageOSVolumeSource(String fsType, Boolean readOnly, LocalObjectReference secretRef, String volumeName, String volumeNamespace)
volumeNamespace - volumeName - secretRef - 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 getVolumeName()
public void setVolumeName(String volumeName)
public String getVolumeNamespace()
public void setVolumeNamespace(String volumeNamespace)
Copyright © 2015–2021 Red Hat. All rights reserved.