Uses of Interface
org.cdk8s.plus25.k8s.EventSeries
-
Packages that use EventSeries Package Description org.cdk8s.plus25.k8s -
-
Uses of EventSeries in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement EventSeries Modifier and Type Class Description static classEventSeries.Jsii$ProxyAn implementation forEventSeriesMethods in org.cdk8s.plus25.k8s that return EventSeries Modifier and Type Method Description EventSeriesEventSeries.Builder. build()Builds the configured instance.default EventSeriesKubeEventProps. getSeries()series is data about the Event series this event represents or nil if it's a singleton Event.EventSeriesKubeEventProps.Jsii$Proxy. getSeries()Methods in org.cdk8s.plus25.k8s with parameters of type EventSeries Modifier and Type Method Description KubeEvent.BuilderKubeEvent.Builder. series(EventSeries series)series is data about the Event series this event represents or nil if it's a singleton Event.KubeEventProps.BuilderKubeEventProps.Builder. series(EventSeries series)Sets the value ofKubeEventProps.getSeries()
-