Package io.fabric8.kubernetes.api.model
Class RBDPersistentVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.model.RBDPersistentVolumeSource
- All Implemented Interfaces:
KubernetesResource
,Serializable
@Generated("org.jsonschema2pojo") public class RBDPersistentVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RBDPersistentVolumeSource()
No args constructor for use in serializationRBDPersistentVolumeSource(String fsType, String image, String keyring, List<String> monitors, String pool, Boolean readOnly, SecretReference secretRef, String user)
-
Method Summary
Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
String
getFsType()
String
getImage()
String
getKeyring()
List<String>
getMonitors()
String
getPool()
Boolean
getReadOnly()
SecretReference
getSecretRef()
String
getUser()
void
setAdditionalProperty(String name, Object value)
void
setFsType(String fsType)
void
setImage(String image)
void
setKeyring(String keyring)
void
setMonitors(List<String> monitors)
void
setPool(String pool)
void
setReadOnly(Boolean readOnly)
void
setSecretRef(SecretReference secretRef)
void
setUser(String user)
-
Constructor Details
-
RBDPersistentVolumeSource
public RBDPersistentVolumeSource()No args constructor for use in serialization -
RBDPersistentVolumeSource
public RBDPersistentVolumeSource(String fsType, String image, String keyring, List<String> monitors, String pool, Boolean readOnly, SecretReference secretRef, String user)- Parameters:
image
-pool
-secretRef
-readOnly
-fsType
-keyring
-user
-monitors
-
-
-
Method Details
-
getFsType
- Returns:
- The fsType
-
setFsType
- Parameters:
fsType
- The fsType
-
getImage
- Returns:
- The image
-
setImage
- Parameters:
image
- The image
-
getKeyring
- Returns:
- The keyring
-
setKeyring
- Parameters:
keyring
- The keyring
-
getMonitors
- Returns:
- The monitors
-
setMonitors
- Parameters:
monitors
- The monitors
-
getPool
- Returns:
- The pool
-
setPool
- Parameters:
pool
- The pool
-
getReadOnly
- Returns:
- The readOnly
-
setReadOnly
- Parameters:
readOnly
- The readOnly
-
getSecretRef
- Returns:
- The secretRef
-
setSecretRef
- Parameters:
secretRef
- The secretRef
-
getUser
- Returns:
- The user
-
setUser
- Parameters:
user
- The user
-
getAdditionalProperties
-
setAdditionalProperty
-