Uses of Class
org.cdk8s.plus24.k8s.CinderPersistentVolumeSource.Builder
-
Packages that use CinderPersistentVolumeSource.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of CinderPersistentVolumeSource.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return CinderPersistentVolumeSource.Builder Modifier and Type Method Description static CinderPersistentVolumeSource.Builder
CinderPersistentVolumeSource. builder()
CinderPersistentVolumeSource.Builder
CinderPersistentVolumeSource.Builder. fsType(String fsType)
Sets the value ofCinderPersistentVolumeSource.getFsType()
CinderPersistentVolumeSource.Builder
CinderPersistentVolumeSource.Builder. readOnly(Boolean readOnly)
Sets the value ofCinderPersistentVolumeSource.getReadOnly()
CinderPersistentVolumeSource.Builder
CinderPersistentVolumeSource.Builder. secretRef(SecretReference secretRef)
Sets the value ofCinderPersistentVolumeSource.getSecretRef()
CinderPersistentVolumeSource.Builder
CinderPersistentVolumeSource.Builder. volumeId(String volumeId)
Sets the value ofCinderPersistentVolumeSource.getVolumeId()
Constructors in org.cdk8s.plus24.k8s with parameters of type CinderPersistentVolumeSource.Builder Constructor Description Jsii$Proxy(CinderPersistentVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theCinderPersistentVolumeSource.Builder
.
-