Uses of Interface
org.cdk8s.plus24.k8s.AllowedFlexVolumeV1Beta1
-
Packages that use AllowedFlexVolumeV1Beta1 Package Description org.cdk8s.plus24.k8s -
-
Uses of AllowedFlexVolumeV1Beta1 in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement AllowedFlexVolumeV1Beta1 Modifier and Type Class Description static classAllowedFlexVolumeV1Beta1.Jsii$ProxyAn implementation forAllowedFlexVolumeV1Beta1Methods in org.cdk8s.plus24.k8s that return AllowedFlexVolumeV1Beta1 Modifier and Type Method Description AllowedFlexVolumeV1Beta1AllowedFlexVolumeV1Beta1.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type AllowedFlexVolumeV1Beta1 Modifier and Type Method Description default List<AllowedFlexVolumeV1Beta1>PodSecurityPolicySpecV1Beta1. getAllowedFlexVolumes()allowedFlexVolumes is an allowlist of Flexvolumes.List<AllowedFlexVolumeV1Beta1>PodSecurityPolicySpecV1Beta1.Jsii$Proxy. getAllowedFlexVolumes()Method parameters in org.cdk8s.plus24.k8s with type arguments of type AllowedFlexVolumeV1Beta1 Modifier and Type Method Description PodSecurityPolicySpecV1Beta1.BuilderPodSecurityPolicySpecV1Beta1.Builder. allowedFlexVolumes(List<? extends AllowedFlexVolumeV1Beta1> allowedFlexVolumes)Sets the value ofPodSecurityPolicySpecV1Beta1.getAllowedFlexVolumes()
-