Package org.cdk8s.plus24.k8s
Interface EventSource
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EventSource.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-05-25T02:26:40.790Z") @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 class
EventSource.Builder
A builder forEventSource
static class
EventSource.Jsii$Proxy
An implementation forEventSource
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static EventSource.Builder
builder()
default String
getComponent()
Component from which the event is generated.default String
getHost()
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.Builder
ofEventSource
-
-