Interface V1.EndpointsOrBuilder

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

public static interface V1.EndpointsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasMetadata

      boolean hasMetadata()
       Standard object's metadata.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • getMetadata

      Meta.ObjectMeta getMetadata()
       Standard object's metadata.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • getMetadataOrBuilder

      Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
       Standard object's metadata.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • getSubsetsList

      List<V1.EndpointSubset> getSubsetsList()
       The set of all endpoints is the union of all subsets. Addresses are placed into
       subsets according to the IPs they share. A single address with multiple ports,
       some of which are ready and some of which are not (because they come from
       different containers) will result in the address being displayed in different
       subsets for the different ports. No address will appear in both Addresses and
       NotReadyAddresses in the same subset.
       Sets of addresses and ports that comprise a service.
       +optional
       
      repeated .k8s.io.api.core.v1.EndpointSubset subsets = 2;
    • getSubsets

      V1.EndpointSubset getSubsets(int index)
       The set of all endpoints is the union of all subsets. Addresses are placed into
       subsets according to the IPs they share. A single address with multiple ports,
       some of which are ready and some of which are not (because they come from
       different containers) will result in the address being displayed in different
       subsets for the different ports. No address will appear in both Addresses and
       NotReadyAddresses in the same subset.
       Sets of addresses and ports that comprise a service.
       +optional
       
      repeated .k8s.io.api.core.v1.EndpointSubset subsets = 2;
    • getSubsetsCount

      int getSubsetsCount()
       The set of all endpoints is the union of all subsets. Addresses are placed into
       subsets according to the IPs they share. A single address with multiple ports,
       some of which are ready and some of which are not (because they come from
       different containers) will result in the address being displayed in different
       subsets for the different ports. No address will appear in both Addresses and
       NotReadyAddresses in the same subset.
       Sets of addresses and ports that comprise a service.
       +optional
       
      repeated .k8s.io.api.core.v1.EndpointSubset subsets = 2;
    • getSubsetsOrBuilderList

      List<? extends V1.EndpointSubsetOrBuilder> getSubsetsOrBuilderList()
       The set of all endpoints is the union of all subsets. Addresses are placed into
       subsets according to the IPs they share. A single address with multiple ports,
       some of which are ready and some of which are not (because they come from
       different containers) will result in the address being displayed in different
       subsets for the different ports. No address will appear in both Addresses and
       NotReadyAddresses in the same subset.
       Sets of addresses and ports that comprise a service.
       +optional
       
      repeated .k8s.io.api.core.v1.EndpointSubset subsets = 2;
    • getSubsetsOrBuilder

      V1.EndpointSubsetOrBuilder getSubsetsOrBuilder(int index)
       The set of all endpoints is the union of all subsets. Addresses are placed into
       subsets according to the IPs they share. A single address with multiple ports,
       some of which are ready and some of which are not (because they come from
       different containers) will result in the address being displayed in different
       subsets for the different ports. No address will appear in both Addresses and
       NotReadyAddresses in the same subset.
       Sets of addresses and ports that comprise a service.
       +optional
       
      repeated .k8s.io.api.core.v1.EndpointSubset subsets = 2;