public class V1CinderPersistentVolumeSource extends Object
Constructor and Description |
---|
V1CinderPersistentVolumeSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1CinderPersistentVolumeSource |
fsType(String fsType) |
String |
getFsType()
Filesystem type to mount.
|
V1SecretReference |
getSecretRef()
Optional: points to a secret object containing parameters used to connect to OpenStack.
|
String |
getVolumeID()
volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
|
int |
hashCode() |
Boolean |
isReadOnly()
Optional: Defaults to false (read/write).
|
V1CinderPersistentVolumeSource |
readOnly(Boolean readOnly) |
V1CinderPersistentVolumeSource |
secretRef(V1SecretReference secretRef) |
void |
setFsType(String fsType) |
void |
setReadOnly(Boolean readOnly) |
void |
setSecretRef(V1SecretReference secretRef) |
void |
setVolumeID(String volumeID) |
String |
toString() |
V1CinderPersistentVolumeSource |
volumeID(String volumeID) |
public V1CinderPersistentVolumeSource fsType(String fsType)
public String getFsType()
public void setFsType(String fsType)
public V1CinderPersistentVolumeSource readOnly(Boolean readOnly)
public Boolean isReadOnly()
public void setReadOnly(Boolean readOnly)
public V1CinderPersistentVolumeSource secretRef(V1SecretReference secretRef)
public V1SecretReference getSecretRef()
public void setSecretRef(V1SecretReference secretRef)
public V1CinderPersistentVolumeSource volumeID(String volumeID)
public String getVolumeID()
public void setVolumeID(String volumeID)
Copyright © 2019. All rights reserved.