Interface Meta.APIVersionsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Meta.APIVersions, Meta.APIVersions.Builder
Enclosing class:
Meta

public static interface Meta.APIVersionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getVersionsList

      List<String> getVersionsList()
       versions are the api versions that are available.
       
      repeated string versions = 1;
    • getVersionsCount

      int getVersionsCount()
       versions are the api versions that are available.
       
      repeated string versions = 1;
    • getVersions

      String getVersions(int index)
       versions are the api versions that are available.
       
      repeated string versions = 1;
    • getVersionsBytes

      com.google.protobuf.ByteString getVersionsBytes(int index)
       versions are the api versions that are available.
       
      repeated string versions = 1;
    • getServerAddressByClientCIDRsList

      List<Meta.ServerAddressByClientCIDR> getServerAddressByClientCIDRsList()
       a map of client CIDR to server address that is serving this group.
       This is to help clients reach servers in the most network-efficient way possible.
       Clients can use the appropriate server address as per the CIDR that they match.
       In case of multiple matches, clients should use the longest matching CIDR.
       The server returns only those CIDRs that it thinks that the client can match.
       For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP.
       Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.
       
      repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 2;
    • getServerAddressByClientCIDRs

      Meta.ServerAddressByClientCIDR getServerAddressByClientCIDRs(int index)
       a map of client CIDR to server address that is serving this group.
       This is to help clients reach servers in the most network-efficient way possible.
       Clients can use the appropriate server address as per the CIDR that they match.
       In case of multiple matches, clients should use the longest matching CIDR.
       The server returns only those CIDRs that it thinks that the client can match.
       For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP.
       Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.
       
      repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 2;
    • getServerAddressByClientCIDRsCount

      int getServerAddressByClientCIDRsCount()
       a map of client CIDR to server address that is serving this group.
       This is to help clients reach servers in the most network-efficient way possible.
       Clients can use the appropriate server address as per the CIDR that they match.
       In case of multiple matches, clients should use the longest matching CIDR.
       The server returns only those CIDRs that it thinks that the client can match.
       For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP.
       Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.
       
      repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 2;
    • getServerAddressByClientCIDRsOrBuilderList

      List<? extends Meta.ServerAddressByClientCIDROrBuilder> getServerAddressByClientCIDRsOrBuilderList()
       a map of client CIDR to server address that is serving this group.
       This is to help clients reach servers in the most network-efficient way possible.
       Clients can use the appropriate server address as per the CIDR that they match.
       In case of multiple matches, clients should use the longest matching CIDR.
       The server returns only those CIDRs that it thinks that the client can match.
       For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP.
       Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.
       
      repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 2;
    • getServerAddressByClientCIDRsOrBuilder

      Meta.ServerAddressByClientCIDROrBuilder getServerAddressByClientCIDRsOrBuilder(int index)
       a map of client CIDR to server address that is serving this group.
       This is to help clients reach servers in the most network-efficient way possible.
       Clients can use the appropriate server address as per the CIDR that they match.
       In case of multiple matches, clients should use the longest matching CIDR.
       The server returns only those CIDRs that it thinks that the client can match.
       For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP.
       Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.
       
      repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 2;