Uses of Interface
org.cdk8s.plus25.k8s.StorageOsPersistentVolumeSource
-
Packages that use StorageOsPersistentVolumeSource Package Description org.cdk8s.plus25.k8s -
-
Uses of StorageOsPersistentVolumeSource in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement StorageOsPersistentVolumeSource Modifier and Type Class Description static classStorageOsPersistentVolumeSource.Jsii$ProxyAn implementation forStorageOsPersistentVolumeSourceMethods in org.cdk8s.plus25.k8s that return StorageOsPersistentVolumeSource Modifier and Type Method Description StorageOsPersistentVolumeSourceStorageOsPersistentVolumeSource.Builder. build()Builds the configured instance.default StorageOsPersistentVolumeSourcePersistentVolumeSpec. getStorageos()storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod More info: https://examples.k8s.io/volumes/storageos/README.md.StorageOsPersistentVolumeSourcePersistentVolumeSpec.Jsii$Proxy. getStorageos()Methods in org.cdk8s.plus25.k8s with parameters of type StorageOsPersistentVolumeSource Modifier and Type Method Description PersistentVolumeSpec.BuilderPersistentVolumeSpec.Builder. storageos(StorageOsPersistentVolumeSource storageos)Sets the value ofPersistentVolumeSpec.getStorageos()
-