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