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