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