Uses of Interface
org.cdk8s.plus24.k8s.EventSource
-
Packages that use EventSource Package Description org.cdk8s.plus24.k8s -
-
Uses of EventSource in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement EventSource Modifier and Type Class Description static class
EventSource.Jsii$Proxy
An implementation forEventSource
Methods in org.cdk8s.plus24.k8s that return EventSource Modifier and Type Method Description EventSource
EventSource.Builder. build()
Builds the configured instance.default EventSource
KubeEventProps. getDeprecatedSource()
deprecatedSource is the deprecated field assuring backward compatibility with core.v1 Event type.EventSource
KubeEventProps.Jsii$Proxy. getDeprecatedSource()
default EventSource
KubeEventV1Beta1Props. getDeprecatedSource()
deprecatedSource is the deprecated field assuring backward compatibility with core.v1 Event type.EventSource
KubeEventV1Beta1Props.Jsii$Proxy. getDeprecatedSource()
Methods in org.cdk8s.plus24.k8s with parameters of type EventSource Modifier and Type Method Description KubeEvent.Builder
KubeEvent.Builder. deprecatedSource(EventSource deprecatedSource)
deprecatedSource is the deprecated field assuring backward compatibility with core.v1 Event type.KubeEventProps.Builder
KubeEventProps.Builder. deprecatedSource(EventSource deprecatedSource)
Sets the value ofKubeEventProps.getDeprecatedSource()
KubeEventV1Beta1.Builder
KubeEventV1Beta1.Builder. deprecatedSource(EventSource deprecatedSource)
deprecatedSource is the deprecated field assuring backward compatibility with core.v1 Event type.KubeEventV1Beta1Props.Builder
KubeEventV1Beta1Props.Builder. deprecatedSource(EventSource deprecatedSource)
Sets the value ofKubeEventV1Beta1Props.getDeprecatedSource()
-