Uses of Class
org.cdk8s.plus24.k8s.KubeEventListV1Beta1Props.Builder
-
Packages that use KubeEventListV1Beta1Props.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeEventListV1Beta1Props.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return KubeEventListV1Beta1Props.Builder Modifier and Type Method Description static KubeEventListV1Beta1Props.Builder
KubeEventListV1Beta1Props. builder()
KubeEventListV1Beta1Props.Builder
KubeEventListV1Beta1Props.Builder. items(List<? extends KubeEventV1Beta1Props> items)
Sets the value ofKubeEventListV1Beta1Props.getItems()
KubeEventListV1Beta1Props.Builder
KubeEventListV1Beta1Props.Builder. metadata(ListMeta metadata)
Sets the value ofKubeEventListV1Beta1Props.getMetadata()
Constructors in org.cdk8s.plus24.k8s with parameters of type KubeEventListV1Beta1Props.Builder Constructor Description Jsii$Proxy(KubeEventListV1Beta1Props.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeEventListV1Beta1Props.Builder
.
-