Uses of Class
org.cdk8s.plus25.k8s.KubeApiServiceList.Builder
-
Packages that use KubeApiServiceList.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeApiServiceList.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubeApiServiceList.Builder Modifier and Type Method Description static KubeApiServiceList.BuilderKubeApiServiceList.Builder. create(software.constructs.Construct scope, String id)KubeApiServiceList.BuilderKubeApiServiceList.Builder. items(List<? extends KubeApiServiceProps> items)Items is the list of APIService.KubeApiServiceList.BuilderKubeApiServiceList.Builder. metadata(ListMeta metadata)Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
-