Interface Generated.IngressLoadBalancerIngressOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getHostname()
      hostname is set for load-balancer ingress points that are DNS based.
      com.google.protobuf.ByteString getHostnameBytes()
      hostname is set for load-balancer ingress points that are DNS based.
      String getIp()
      ip is set for load-balancer ingress points that are IP based.
      com.google.protobuf.ByteString getIpBytes()
      ip is set for load-balancer ingress points that are IP based.
      Generated.IngressPortStatus getPorts​(int index)
      ports provides information about the ports exposed by this LoadBalancer.
      int getPortsCount()
      ports provides information about the ports exposed by this LoadBalancer.
      List<Generated.IngressPortStatus> getPortsList()
      ports provides information about the ports exposed by this LoadBalancer.
      Generated.IngressPortStatusOrBuilder getPortsOrBuilder​(int index)
      ports provides information about the ports exposed by this LoadBalancer.
      List<? extends Generated.IngressPortStatusOrBuilder> getPortsOrBuilderList()
      ports provides information about the ports exposed by this LoadBalancer.
      boolean hasHostname()
      hostname is set for load-balancer ingress points that are DNS based.
      boolean hasIp()
      ip is set for load-balancer ingress points that are IP based.
      • 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 Detail

      • hasIp

        boolean hasIp()
         ip is set for load-balancer ingress points that are IP based.
         +optional
         
        optional string ip = 1;
        Returns:
        Whether the ip field is set.
      • getIp

        String getIp()
         ip is set for load-balancer ingress points that are IP based.
         +optional
         
        optional string ip = 1;
        Returns:
        The ip.
      • getIpBytes

        com.google.protobuf.ByteString getIpBytes()
         ip is set for load-balancer ingress points that are IP based.
         +optional
         
        optional string ip = 1;
        Returns:
        The bytes for ip.
      • hasHostname

        boolean hasHostname()
         hostname is set for load-balancer ingress points that are DNS based.
         +optional
         
        optional string hostname = 2;
        Returns:
        Whether the hostname field is set.
      • getHostname

        String getHostname()
         hostname is set for load-balancer ingress points that are DNS based.
         +optional
         
        optional string hostname = 2;
        Returns:
        The hostname.
      • getHostnameBytes

        com.google.protobuf.ByteString getHostnameBytes()
         hostname is set for load-balancer ingress points that are DNS based.
         +optional
         
        optional string hostname = 2;
        Returns:
        The bytes for hostname.
      • getPortsList

        List<Generated.IngressPortStatus> getPortsList()
         ports provides information about the ports exposed by this LoadBalancer.
         +listType=atomic
         +optional
         
        repeated .k8s.io.api.networking.v1.IngressPortStatus ports = 4;
      • getPorts

        Generated.IngressPortStatus getPorts​(int index)
         ports provides information about the ports exposed by this LoadBalancer.
         +listType=atomic
         +optional
         
        repeated .k8s.io.api.networking.v1.IngressPortStatus ports = 4;
      • getPortsCount

        int getPortsCount()
         ports provides information about the ports exposed by this LoadBalancer.
         +listType=atomic
         +optional
         
        repeated .k8s.io.api.networking.v1.IngressPortStatus ports = 4;
      • getPortsOrBuilderList

        List<? extends Generated.IngressPortStatusOrBuilder> getPortsOrBuilderList()
         ports provides information about the ports exposed by this LoadBalancer.
         +listType=atomic
         +optional
         
        repeated .k8s.io.api.networking.v1.IngressPortStatus ports = 4;
      • getPortsOrBuilder

        Generated.IngressPortStatusOrBuilder getPortsOrBuilder​(int index)
         ports provides information about the ports exposed by this LoadBalancer.
         +listType=atomic
         +optional
         
        repeated .k8s.io.api.networking.v1.IngressPortStatus ports = 4;