Interface V1.EndpointSubsetOrBuilder

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

public static interface V1.EndpointSubsetOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getAddresses(int index)
    IP addresses which offer the related ports that are marked as ready.
    int
    IP addresses which offer the related ports that are marked as ready.
    IP addresses which offer the related ports that are marked as ready.
    IP addresses which offer the related ports that are marked as ready.
    IP addresses which offer the related ports that are marked as ready.
    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.
    int
    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.
    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.
    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.
    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.
    getPorts(int index)
    Port numbers available on the related IP addresses.
    int
    Port numbers available on the related IP addresses.
    Port numbers available on the related IP addresses.
    getPortsOrBuilder(int index)
    Port numbers available on the related IP addresses.
    Port numbers available on the related IP addresses.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getAddressesList

      List<V1.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
       
      repeated .k8s.io.api.core.v1.EndpointAddress addresses = 1;
    • getAddresses

      V1.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
       
      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
       
      repeated .k8s.io.api.core.v1.EndpointAddress addresses = 1;
    • getAddressesOrBuilderList

      List<? extends V1.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
       
      repeated .k8s.io.api.core.v1.EndpointAddress addresses = 1;
    • getAddressesOrBuilder

      V1.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
       
      repeated .k8s.io.api.core.v1.EndpointAddress addresses = 1;
    • getNotReadyAddressesList

      List<V1.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
       
      repeated .k8s.io.api.core.v1.EndpointAddress notReadyAddresses = 2;
    • getNotReadyAddresses

      V1.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
       
      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
       
      repeated .k8s.io.api.core.v1.EndpointAddress notReadyAddresses = 2;
    • getNotReadyAddressesOrBuilderList

      List<? extends V1.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
       
      repeated .k8s.io.api.core.v1.EndpointAddress notReadyAddresses = 2;
    • getNotReadyAddressesOrBuilder

      V1.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
       
      repeated .k8s.io.api.core.v1.EndpointAddress notReadyAddresses = 2;
    • getPortsList

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

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

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

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

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