Package org.cdk8s.plus24.k8s
Interface KubeEventListV1Beta1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeEventListV1Beta1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-06T02:54:45.862Z") @Stability(Stable) public interface KubeEventListV1Beta1Props extends software.amazon.jsii.JsiiSerializable
EventList is a list of Event objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeEventListV1Beta1Props.BuilderA builder forKubeEventListV1Beta1Propsstatic classKubeEventListV1Beta1Props.Jsii$ProxyAn implementation forKubeEventListV1Beta1Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeEventListV1Beta1Props.Builderbuilder()List<KubeEventV1Beta1Props>getItems()items is a list of schema objects.default ListMetagetMetadata()Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeEventV1Beta1Props> 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 KubeEventListV1Beta1Props.Builder builder()
- Returns:
- a
KubeEventListV1Beta1Props.BuilderofKubeEventListV1Beta1Props
-
-