Uses of Interface
org.cdk8s.plus25.k8s.HostPathVolumeSource
-
Packages that use HostPathVolumeSource Package Description org.cdk8s.plus25.k8s -
-
Uses of HostPathVolumeSource in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement HostPathVolumeSource Modifier and Type Class Description static classHostPathVolumeSource.Jsii$ProxyAn implementation forHostPathVolumeSourceMethods in org.cdk8s.plus25.k8s that return HostPathVolumeSource Modifier and Type Method Description HostPathVolumeSourceHostPathVolumeSource.Builder. build()Builds the configured instance.default HostPathVolumeSourcePersistentVolumeSpec. getHostPath()hostPath represents a directory on the host.HostPathVolumeSourcePersistentVolumeSpec.Jsii$Proxy. getHostPath()default HostPathVolumeSourceVolume. getHostPath()hostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container.HostPathVolumeSourceVolume.Jsii$Proxy. getHostPath()Methods in org.cdk8s.plus25.k8s with parameters of type HostPathVolumeSource Modifier and Type Method Description PersistentVolumeSpec.BuilderPersistentVolumeSpec.Builder. hostPath(HostPathVolumeSource hostPath)Sets the value ofPersistentVolumeSpec.getHostPath()Volume.BuilderVolume.Builder. hostPath(HostPathVolumeSource hostPath)Sets the value ofVolume.getHostPath()
-