Interface Generated.EndpointSubsetOrBuilder

    • Method Detail

      • getAddressesList

        List<Generated.EndpointAddress> getAddressesList()
         IP addresses which offer the related ports that are marked as ready. These endpoints
         should be considered safe for load balancers and clients to utilize.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.EndpointAddress addresses = 1;
      • getAddresses

        Generated.EndpointAddress getAddresses​(int index)
         IP addresses which offer the related ports that are marked as ready. These endpoints
         should be considered safe for load balancers and clients to utilize.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.EndpointAddress addresses = 1;
      • getAddressesCount

        int getAddressesCount()
         IP addresses which offer the related ports that are marked as ready. These endpoints
         should be considered safe for load balancers and clients to utilize.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.EndpointAddress addresses = 1;
      • getAddressesOrBuilderList

        List<? extends Generated.EndpointAddressOrBuilder> getAddressesOrBuilderList()
         IP addresses which offer the related ports that are marked as ready. These endpoints
         should be considered safe for load balancers and clients to utilize.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.EndpointAddress addresses = 1;
      • getAddressesOrBuilder

        Generated.EndpointAddressOrBuilder getAddressesOrBuilder​(int index)
         IP addresses which offer the related ports that are marked as ready. These endpoints
         should be considered safe for load balancers and clients to utilize.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.EndpointAddress addresses = 1;
      • getNotReadyAddressesList

        List<Generated.EndpointAddress> getNotReadyAddressesList()
         IP addresses which offer the related ports but are not currently marked as ready
         because they have not yet finished starting, have recently failed a readiness check,
         or have recently failed a liveness check.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.EndpointAddress notReadyAddresses = 2;
      • getNotReadyAddresses

        Generated.EndpointAddress getNotReadyAddresses​(int index)
         IP addresses which offer the related ports but are not currently marked as ready
         because they have not yet finished starting, have recently failed a readiness check,
         or have recently failed a liveness check.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.EndpointAddress notReadyAddresses = 2;
      • getNotReadyAddressesCount

        int getNotReadyAddressesCount()
         IP addresses which offer the related ports but are not currently marked as ready
         because they have not yet finished starting, have recently failed a readiness check,
         or have recently failed a liveness check.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.EndpointAddress notReadyAddresses = 2;
      • getNotReadyAddressesOrBuilderList

        List<? extends Generated.EndpointAddressOrBuilder> getNotReadyAddressesOrBuilderList()
         IP addresses which offer the related ports but are not currently marked as ready
         because they have not yet finished starting, have recently failed a readiness check,
         or have recently failed a liveness check.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.EndpointAddress notReadyAddresses = 2;
      • getNotReadyAddressesOrBuilder

        Generated.EndpointAddressOrBuilder getNotReadyAddressesOrBuilder​(int index)
         IP addresses which offer the related ports but are not currently marked as ready
         because they have not yet finished starting, have recently failed a readiness check,
         or have recently failed a liveness check.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.EndpointAddress notReadyAddresses = 2;
      • getPortsList

        List<Generated.EndpointPort> getPortsList()
         Port numbers available on the related IP addresses.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
      • getPorts

        Generated.EndpointPort getPorts​(int index)
         Port numbers available on the related IP addresses.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
      • getPortsCount

        int getPortsCount()
         Port numbers available on the related IP addresses.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
      • getPortsOrBuilderList

        List<? extends Generated.EndpointPortOrBuilder> getPortsOrBuilderList()
         Port numbers available on the related IP addresses.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.EndpointPort ports = 3;
      • getPortsOrBuilder

        Generated.EndpointPortOrBuilder getPortsOrBuilder​(int index)
         Port numbers available on the related IP addresses.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.EndpointPort ports = 3;