Uses of Interface
org.cdk8s.plus24.k8s.AllowedCsiDriverV1Beta1
-
Packages that use AllowedCsiDriverV1Beta1 Package Description org.cdk8s.plus24.k8s -
-
Uses of AllowedCsiDriverV1Beta1 in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement AllowedCsiDriverV1Beta1 Modifier and Type Class Description static classAllowedCsiDriverV1Beta1.Jsii$ProxyAn implementation forAllowedCsiDriverV1Beta1Methods in org.cdk8s.plus24.k8s that return AllowedCsiDriverV1Beta1 Modifier and Type Method Description AllowedCsiDriverV1Beta1AllowedCsiDriverV1Beta1.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type AllowedCsiDriverV1Beta1 Modifier and Type Method Description default List<AllowedCsiDriverV1Beta1>PodSecurityPolicySpecV1Beta1. getAllowedCsiDrivers()AllowedCSIDrivers is an allowlist of inline CSI drivers that must be explicitly set to be embedded within a pod spec.List<AllowedCsiDriverV1Beta1>PodSecurityPolicySpecV1Beta1.Jsii$Proxy. getAllowedCsiDrivers()Method parameters in org.cdk8s.plus24.k8s with type arguments of type AllowedCsiDriverV1Beta1 Modifier and Type Method Description PodSecurityPolicySpecV1Beta1.BuilderPodSecurityPolicySpecV1Beta1.Builder. allowedCsiDrivers(List<? extends AllowedCsiDriverV1Beta1> allowedCsiDrivers)Sets the value ofPodSecurityPolicySpecV1Beta1.getAllowedCsiDrivers()
-