Uses of Interface
org.cdk8s.plus25.k8s.KubeEventProps
-
Packages that use KubeEventProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeEventProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeEventProps Modifier and Type Class Description static classKubeEventProps.Jsii$ProxyAn implementation forKubeEventPropsMethods in org.cdk8s.plus25.k8s that return KubeEventProps Modifier and Type Method Description KubeEventPropsKubeEventProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeEventProps Modifier and Type Method Description List<KubeEventProps>KubeEventListProps. getItems()items is a list of schema objects.List<KubeEventProps>KubeEventListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeEventProps Modifier and Type Method Description static ObjectKubeEvent. manifest(KubeEventProps props)Renders a Kubernetes manifest for "io.k8s.api.events.v1.Event".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeEventProps Modifier and Type Method Description KubeEventList.BuilderKubeEventList.Builder. items(List<? extends KubeEventProps> items)items is a list of schema objects.KubeEventListProps.BuilderKubeEventListProps.Builder. items(List<? extends KubeEventProps> items)Sets the value ofKubeEventListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeEventProps Constructor Description KubeEvent(software.constructs.Construct scope, String id, KubeEventProps props)Defines a "io.k8s.api.events.v1.Event" API object.
-