Uses of Class
org.cdk8s.plus24.k8s.KubePodSecurityPolicyV1Beta1Props.Builder
-
Packages that use KubePodSecurityPolicyV1Beta1Props.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of KubePodSecurityPolicyV1Beta1Props.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return KubePodSecurityPolicyV1Beta1Props.Builder Modifier and Type Method Description static KubePodSecurityPolicyV1Beta1Props.BuilderKubePodSecurityPolicyV1Beta1Props. builder()KubePodSecurityPolicyV1Beta1Props.BuilderKubePodSecurityPolicyV1Beta1Props.Builder. metadata(ObjectMeta metadata)Sets the value ofKubePodSecurityPolicyV1Beta1Props.getMetadata()KubePodSecurityPolicyV1Beta1Props.BuilderKubePodSecurityPolicyV1Beta1Props.Builder. spec(PodSecurityPolicySpecV1Beta1 spec)Sets the value ofKubePodSecurityPolicyV1Beta1Props.getSpec()Constructors in org.cdk8s.plus24.k8s with parameters of type KubePodSecurityPolicyV1Beta1Props.Builder Constructor Description Jsii$Proxy(KubePodSecurityPolicyV1Beta1Props.Builder builder)Constructor that initializes the object based on literal property values passed by theKubePodSecurityPolicyV1Beta1Props.Builder.
-