Interface EndpointsGetter

All Known Implementing Classes:
InformerEndpointsGetter, PollingEndpointsGetter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface EndpointsGetter
  • Method Summary

    Modifier and Type
    Method
    Description
    io.kubernetes.client.openapi.models.V1Endpoints
    get(String namespace, String name)
     
  • Method Details

    • get

      io.kubernetes.client.openapi.models.V1Endpoints get(String namespace, String name)