Uses of Interface
org.cdk8s.plus24.k8s.KubePodSecurityPolicyV1Beta1Props
-
Packages that use KubePodSecurityPolicyV1Beta1Props Package Description org.cdk8s.plus24.k8s -
-
Uses of KubePodSecurityPolicyV1Beta1Props in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubePodSecurityPolicyV1Beta1Props Modifier and Type Class Description static class
KubePodSecurityPolicyV1Beta1Props.Jsii$Proxy
An implementation forKubePodSecurityPolicyV1Beta1Props
Methods in org.cdk8s.plus24.k8s that return KubePodSecurityPolicyV1Beta1Props Modifier and Type Method Description KubePodSecurityPolicyV1Beta1Props
KubePodSecurityPolicyV1Beta1Props.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type KubePodSecurityPolicyV1Beta1Props Modifier and Type Method Description List<KubePodSecurityPolicyV1Beta1Props>
KubePodSecurityPolicyListV1Beta1Props. getItems()
items is a list of schema objects.List<KubePodSecurityPolicyV1Beta1Props>
KubePodSecurityPolicyListV1Beta1Props.Jsii$Proxy. getItems()
Methods in org.cdk8s.plus24.k8s with parameters of type KubePodSecurityPolicyV1Beta1Props Modifier and Type Method Description static Object
KubePodSecurityPolicyV1Beta1. manifest(KubePodSecurityPolicyV1Beta1Props props)
Renders a Kubernetes manifest for "io.k8s.api.policy.v1beta1.PodSecurityPolicy".Method parameters in org.cdk8s.plus24.k8s with type arguments of type KubePodSecurityPolicyV1Beta1Props Modifier and Type Method Description KubePodSecurityPolicyListV1Beta1.Builder
KubePodSecurityPolicyListV1Beta1.Builder. items(List<? extends KubePodSecurityPolicyV1Beta1Props> items)
items is a list of schema objects.KubePodSecurityPolicyListV1Beta1Props.Builder
KubePodSecurityPolicyListV1Beta1Props.Builder. items(List<? extends KubePodSecurityPolicyV1Beta1Props> items)
Sets the value ofKubePodSecurityPolicyListV1Beta1Props.getItems()
Constructors in org.cdk8s.plus24.k8s with parameters of type KubePodSecurityPolicyV1Beta1Props Constructor Description KubePodSecurityPolicyV1Beta1(software.constructs.Construct scope, String id, KubePodSecurityPolicyV1Beta1Props props)
Defines a "io.k8s.api.policy.v1beta1.PodSecurityPolicy" API object.
-