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