Package org.cdk8s.plus24.k8s
Interface KubeEventListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeEventListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-07-08T00:25:14.483Z") @Stability(Stable) public interface KubeEventListProps extends software.amazon.jsii.JsiiSerializable
EventList is a list of Event objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeEventListProps.Builder
A builder forKubeEventListProps
static class
KubeEventListProps.Jsii$Proxy
An implementation forKubeEventListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeEventListProps.Builder
builder()
List<KubeEventProps>
getItems()
items is a list of schema objects.default ListMeta
getMetadata()
Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeEventProps> getItems()
items is a list of schema objects.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
builder
@Stability(Stable) static KubeEventListProps.Builder builder()
- Returns:
- a
KubeEventListProps.Builder
ofKubeEventListProps
-
-