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