Interface Meta.APIGroupOrBuilder

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

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

    • hasName

      boolean hasName()
       name is the name of the group.
       
      optional string name = 1;
    • getName

      String getName()
       name is the name of the group.
       
      optional string name = 1;
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       name is the name of the group.
       
      optional string name = 1;
    • getVersionsList

       versions are the versions supported in this group.
       
      repeated .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery versions = 2;
    • getVersions

      Meta.GroupVersionForDiscovery getVersions(int index)
       versions are the versions supported in this group.
       
      repeated .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery versions = 2;
    • getVersionsCount

      int getVersionsCount()
       versions are the versions supported in this group.
       
      repeated .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery versions = 2;
    • getVersionsOrBuilderList

      List<? extends Meta.GroupVersionForDiscoveryOrBuilder> getVersionsOrBuilderList()
       versions are the versions supported in this group.
       
      repeated .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery versions = 2;
    • getVersionsOrBuilder

      Meta.GroupVersionForDiscoveryOrBuilder getVersionsOrBuilder(int index)
       versions are the versions supported in this group.
       
      repeated .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery versions = 2;
    • hasPreferredVersion

      boolean hasPreferredVersion()
       preferredVersion is the version preferred by the API server, which
       probably is the storage version.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery preferredVersion = 3;
    • getPreferredVersion

      Meta.GroupVersionForDiscovery getPreferredVersion()
       preferredVersion is the version preferred by the API server, which
       probably is the storage version.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery preferredVersion = 3;
    • getPreferredVersionOrBuilder

      Meta.GroupVersionForDiscoveryOrBuilder getPreferredVersionOrBuilder()
       preferredVersion is the version preferred by the API server, which
       probably is the storage version.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery preferredVersion = 3;
    • 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.
       +optional
       
      repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 4;
    • 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.
       +optional
       
      repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 4;
    • 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.
       +optional
       
      repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 4;
    • 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.
       +optional
       
      repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 4;
    • 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.
       +optional
       
      repeated .k8s.io.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR serverAddressByClientCIDRs = 4;