Package org.cdk8s.plus25.k8s
Interface EventSource
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EventSource.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.534Z") @Stability(Stable) public interface EventSource extends software.amazon.jsii.JsiiSerializable
EventSource contains information for an event.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEventSource.BuilderA builder forEventSourcestatic classEventSource.Jsii$ProxyAn implementation forEventSource
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static EventSource.Builderbuilder()default StringgetComponent()Component from which the event is generated.default StringgetHost()Node name on which the event is generated.
-
-
-
Method Detail
-
getComponent
@Stability(Stable) @Nullable default String getComponent()
Component from which the event is generated.
-
getHost
@Stability(Stable) @Nullable default String getHost()
Node name on which the event is generated.
-
builder
@Stability(Stable) static EventSource.Builder builder()
- Returns:
- a
EventSource.BuilderofEventSource
-
-