Uses of Interface
org.cdk8s.plus24.k8s.KubeEventV1Beta1Props
-
Packages that use KubeEventV1Beta1Props Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeEventV1Beta1Props in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeEventV1Beta1Props Modifier and Type Class Description static classKubeEventV1Beta1Props.Jsii$ProxyAn implementation forKubeEventV1Beta1PropsMethods in org.cdk8s.plus24.k8s that return KubeEventV1Beta1Props Modifier and Type Method Description KubeEventV1Beta1PropsKubeEventV1Beta1Props.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type KubeEventV1Beta1Props Modifier and Type Method Description List<KubeEventV1Beta1Props>KubeEventListV1Beta1Props. getItems()items is a list of schema objects.List<KubeEventV1Beta1Props>KubeEventListV1Beta1Props.Jsii$Proxy. getItems()Methods in org.cdk8s.plus24.k8s with parameters of type KubeEventV1Beta1Props Modifier and Type Method Description static ObjectKubeEventV1Beta1. manifest(KubeEventV1Beta1Props props)Renders a Kubernetes manifest for "io.k8s.api.events.v1beta1.Event".Method parameters in org.cdk8s.plus24.k8s with type arguments of type KubeEventV1Beta1Props Modifier and Type Method Description KubeEventListV1Beta1.BuilderKubeEventListV1Beta1.Builder. items(List<? extends KubeEventV1Beta1Props> items)items is a list of schema objects.KubeEventListV1Beta1Props.BuilderKubeEventListV1Beta1Props.Builder. items(List<? extends KubeEventV1Beta1Props> items)Sets the value ofKubeEventListV1Beta1Props.getItems()Constructors in org.cdk8s.plus24.k8s with parameters of type KubeEventV1Beta1Props Constructor Description KubeEventV1Beta1(software.constructs.Construct scope, String id, KubeEventV1Beta1Props props)Defines a "io.k8s.api.events.v1beta1.Event" API object.
-