Uses of Interface
org.cdk8s.plus24.k8s.EndpointHints
-
Packages that use EndpointHints Package Description org.cdk8s.plus24.k8s -
-
Uses of EndpointHints in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement EndpointHints Modifier and Type Class Description static class
EndpointHints.Jsii$Proxy
An implementation forEndpointHints
Methods in org.cdk8s.plus24.k8s that return EndpointHints Modifier and Type Method Description EndpointHints
EndpointHints.Builder. build()
Builds the configured instance.default EndpointHints
Endpoint. getHints()
hints contains information associated with how an endpoint should be consumed.EndpointHints
Endpoint.Jsii$Proxy. getHints()
Methods in org.cdk8s.plus24.k8s with parameters of type EndpointHints Modifier and Type Method Description Endpoint.Builder
Endpoint.Builder. hints(EndpointHints hints)
Sets the value ofEndpoint.getHints()
-