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