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