Uses of Class
org.cdk8s.plus25.k8s.CinderPersistentVolumeSource.Builder
-
Packages that use CinderPersistentVolumeSource.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of CinderPersistentVolumeSource.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return CinderPersistentVolumeSource.Builder Modifier and Type Method Description static CinderPersistentVolumeSource.BuilderCinderPersistentVolumeSource. builder()CinderPersistentVolumeSource.BuilderCinderPersistentVolumeSource.Builder. fsType(String fsType)Sets the value ofCinderPersistentVolumeSource.getFsType()CinderPersistentVolumeSource.BuilderCinderPersistentVolumeSource.Builder. readOnly(Boolean readOnly)Sets the value ofCinderPersistentVolumeSource.getReadOnly()CinderPersistentVolumeSource.BuilderCinderPersistentVolumeSource.Builder. secretRef(SecretReference secretRef)Sets the value ofCinderPersistentVolumeSource.getSecretRef()CinderPersistentVolumeSource.BuilderCinderPersistentVolumeSource.Builder. volumeId(String volumeId)Sets the value ofCinderPersistentVolumeSource.getVolumeId()Constructors in org.cdk8s.plus25.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.
-