Class Csi
- java.lang.Object
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.Csi
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.java.generator.CRGeneratorRunner") public class Csi extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Csi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDriver()StringgetFsType()NodePublishSecretRefgetNodePublishSecretRef()BooleangetReadOnly()Map<String,String>getVolumeAttributes()voidsetDriver(String driver)voidsetFsType(String fsType)voidsetNodePublishSecretRef(NodePublishSecretRef nodePublishSecretRef)voidsetReadOnly(Boolean readOnly)voidsetVolumeAttributes(Map<String,String> volumeAttributes)
-
-
-
Method Detail
-
getDriver
public String getDriver()
-
setDriver
public void setDriver(String driver)
-
getFsType
public String getFsType()
-
setFsType
public void setFsType(String fsType)
-
getNodePublishSecretRef
public NodePublishSecretRef getNodePublishSecretRef()
-
setNodePublishSecretRef
public void setNodePublishSecretRef(NodePublishSecretRef nodePublishSecretRef)
-
getReadOnly
public Boolean getReadOnly()
-
setReadOnly
public void setReadOnly(Boolean readOnly)
-
-