Uses of Class
io.kubernetes.client.openapi.models.V1Endpoint
Packages that use V1Endpoint
-
Uses of V1Endpoint in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1EndpointModifier and TypeMethodDescriptionV1Endpoint.addAddressesItem
(String addressesItem) V1Endpoint.conditions
(V1EndpointConditions conditions) V1Endpoint.deprecatedTopology
(Map<String, String> deprecatedTopology) static V1Endpoint
Create an instance of V1Endpoint given an JSON stringV1Endpoint.hints
(V1EndpointHints hints) V1Endpoint.putDeprecatedTopologyItem
(String key, String deprecatedTopologyItem) V1Endpoint.targetRef
(V1ObjectReference targetRef) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1EndpointModifier and TypeMethodDescriptionV1EndpointSlice.getEndpoints()
endpoints is a list of unique endpoints in this slice.Methods in io.kubernetes.client.openapi.models with parameters of type V1EndpointMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1EndpointModifier and TypeMethodDescriptionV1EndpointSlice.endpoints
(List<V1Endpoint> endpoints) void
V1EndpointSlice.setEndpoints
(List<V1Endpoint> endpoints)