Uses of Class
org.cdk8s.plus25.k8s.HostPathVolumeSource.Builder
-
Packages that use HostPathVolumeSource.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of HostPathVolumeSource.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return HostPathVolumeSource.Builder Modifier and Type Method Description static HostPathVolumeSource.BuilderHostPathVolumeSource. builder()HostPathVolumeSource.BuilderHostPathVolumeSource.Builder. path(String path)Sets the value ofHostPathVolumeSource.getPath()HostPathVolumeSource.BuilderHostPathVolumeSource.Builder. type(String type)Sets the value ofHostPathVolumeSource.getType()Constructors in org.cdk8s.plus25.k8s with parameters of type HostPathVolumeSource.Builder Constructor Description Jsii$Proxy(HostPathVolumeSource.Builder builder)Constructor that initializes the object based on literal property values passed by theHostPathVolumeSource.Builder.
-