Uses of Class
org.cdk8s.plus25.k8s.KubeIngressList.Builder
-
Packages that use KubeIngressList.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeIngressList.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubeIngressList.Builder Modifier and Type Method Description static KubeIngressList.BuilderKubeIngressList.Builder. create(software.constructs.Construct scope, String id)KubeIngressList.BuilderKubeIngressList.Builder. items(List<? extends KubeIngressProps> items)Items is the list of Ingress.KubeIngressList.BuilderKubeIngressList.Builder. metadata(ListMeta metadata)Standard object's metadata.
-