Uses of Interface
org.cdk8s.plus24.k8s.AllowedHostPathV1Beta1
-
Packages that use AllowedHostPathV1Beta1 Package Description org.cdk8s.plus24.k8s -
-
Uses of AllowedHostPathV1Beta1 in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement AllowedHostPathV1Beta1 Modifier and Type Class Description static class
AllowedHostPathV1Beta1.Jsii$Proxy
An implementation forAllowedHostPathV1Beta1
Methods in org.cdk8s.plus24.k8s that return AllowedHostPathV1Beta1 Modifier and Type Method Description AllowedHostPathV1Beta1
AllowedHostPathV1Beta1.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type AllowedHostPathV1Beta1 Modifier and Type Method Description default List<AllowedHostPathV1Beta1>
PodSecurityPolicySpecV1Beta1. getAllowedHostPaths()
allowedHostPaths is an allowlist of host paths.List<AllowedHostPathV1Beta1>
PodSecurityPolicySpecV1Beta1.Jsii$Proxy. getAllowedHostPaths()
Method parameters in org.cdk8s.plus24.k8s with type arguments of type AllowedHostPathV1Beta1 Modifier and Type Method Description PodSecurityPolicySpecV1Beta1.Builder
PodSecurityPolicySpecV1Beta1.Builder. allowedHostPaths(List<? extends AllowedHostPathV1Beta1> allowedHostPaths)
Sets the value ofPodSecurityPolicySpecV1Beta1.getAllowedHostPaths()
-