Interface Generated.EndpointsOrBuilder

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

    public static interface Generated.EndpointsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • 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;
        Returns:
        Whether the metadata field is set.
      • getMetadata

        Generated.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;
        Returns:
        The metadata.
      • getMetadataOrBuilder

        Generated.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<Generated.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
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.EndpointSubset subsets = 2;
      • getSubsets

        Generated.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
         +listType=atomic
         
        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
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.EndpointSubset subsets = 2;
      • getSubsetsOrBuilderList

        List<? extends Generated.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
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.EndpointSubset subsets = 2;
      • getSubsetsOrBuilder

        Generated.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
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.EndpointSubset subsets = 2;