Uses of Class
org.cdk8s.plus24.k8s.KubeEventListV1Beta1.Builder
-
Packages that use KubeEventListV1Beta1.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeEventListV1Beta1.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return KubeEventListV1Beta1.Builder Modifier and Type Method Description static KubeEventListV1Beta1.Builder
KubeEventListV1Beta1.Builder. create(software.constructs.Construct scope, String id)
KubeEventListV1Beta1.Builder
KubeEventListV1Beta1.Builder. items(List<? extends KubeEventV1Beta1Props> items)
items is a list of schema objects.KubeEventListV1Beta1.Builder
KubeEventListV1Beta1.Builder. metadata(ListMeta metadata)
Standard list metadata.
-