Uses of Interface
org.cdk8s.plus25.k8s.Endpoint
-
Packages that use Endpoint Package Description org.cdk8s.plus25.k8s -
-
Uses of Endpoint in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement Endpoint Modifier and Type Class Description static classEndpoint.Jsii$ProxyAn implementation forEndpointMethods in org.cdk8s.plus25.k8s that return Endpoint Modifier and Type Method Description EndpointEndpoint.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type Endpoint Modifier and Type Method Description List<Endpoint>KubeEndpointSliceProps. getEndpoints()endpoints is a list of unique endpoints in this slice.List<Endpoint>KubeEndpointSliceProps.Jsii$Proxy. getEndpoints()Method parameters in org.cdk8s.plus25.k8s with type arguments of type Endpoint Modifier and Type Method Description KubeEndpointSlice.BuilderKubeEndpointSlice.Builder. endpoints(List<? extends Endpoint> endpoints)endpoints is a list of unique endpoints in this slice.KubeEndpointSliceProps.BuilderKubeEndpointSliceProps.Builder. endpoints(List<? extends Endpoint> endpoints)Sets the value ofKubeEndpointSliceProps.getEndpoints()
-