Uses of Interface
org.cdk8s.plus25.k8s.FcVolumeSource
-
Packages that use FcVolumeSource Package Description org.cdk8s.plus25.k8s -
-
Uses of FcVolumeSource in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement FcVolumeSource Modifier and Type Class Description static classFcVolumeSource.Jsii$ProxyAn implementation forFcVolumeSourceMethods in org.cdk8s.plus25.k8s that return FcVolumeSource Modifier and Type Method Description FcVolumeSourceFcVolumeSource.Builder. build()Builds the configured instance.default FcVolumeSourcePersistentVolumeSpec. getFc()fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.FcVolumeSourcePersistentVolumeSpec.Jsii$Proxy. getFc()default FcVolumeSourceVolume. getFc()fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.FcVolumeSourceVolume.Jsii$Proxy. getFc()Methods in org.cdk8s.plus25.k8s with parameters of type FcVolumeSource Modifier and Type Method Description PersistentVolumeSpec.BuilderPersistentVolumeSpec.Builder. fc(FcVolumeSource fc)Sets the value ofPersistentVolumeSpec.getFc()Volume.BuilderVolume.Builder. fc(FcVolumeSource fc)Sets the value ofVolume.getFc()
-