Uses of Interface
org.cdk8s.plus25.k8s.KubeEventListProps
-
Packages that use KubeEventListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeEventListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeEventListProps Modifier and Type Class Description static classKubeEventListProps.Jsii$ProxyAn implementation forKubeEventListPropsMethods in org.cdk8s.plus25.k8s that return KubeEventListProps Modifier and Type Method Description KubeEventListPropsKubeEventListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeEventListProps Modifier and Type Method Description static ObjectKubeEventList. manifest(KubeEventListProps props)Renders a Kubernetes manifest for "io.k8s.api.events.v1.EventList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeEventListProps Constructor Description KubeEventList(software.constructs.Construct scope, String id, KubeEventListProps props)Defines a "io.k8s.api.events.v1.EventList" API object.
-