Class V1LoadBalancerIngress
java.lang.Object
io.kubernetes.client.openapi.models.V1LoadBalancerIngress
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-07T19:21:52.410010Z[Etc/UTC]")
public class V1LoadBalancerIngress
extends Object
LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPortsItem
(V1PortStatus portsItem) boolean
Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers)getIp()
IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers)IPMode specifies how the load-balancer IP behaves, and may only be specified when the ip field is specified.getPorts()
Ports is a list of records of service ports If used, every port defined in the service should have an entry in itint
hashCode()
ports
(List<V1PortStatus> ports) void
setHostname
(String hostname) void
void
void
setPorts
(List<V1PortStatus> ports) toString()
-
Field Details
-
SERIALIZED_NAME_HOSTNAME
- See Also:
-
SERIALIZED_NAME_IP
- See Also:
-
SERIALIZED_NAME_IP_MODE
- See Also:
-
SERIALIZED_NAME_PORTS
- See Also:
-
-
Constructor Details
-
V1LoadBalancerIngress
public V1LoadBalancerIngress()
-
-
Method Details
-
hostname
-
getHostname
Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers)- Returns:
- hostname
-
setHostname
-
ip
-
getIp
IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers)- Returns:
- ip
-
setIp
-
ipMode
-
getIpMode
IPMode specifies how the load-balancer IP behaves, and may only be specified when the ip field is specified. Setting this to \"VIP\" indicates that traffic is delivered to the node with the destination set to the load-balancer's IP and port. Setting this to \"Proxy\" indicates that traffic is delivered to the node or pod with the destination set to the node's IP and node port or the pod's IP and port. Service implementations may use this information to adjust traffic routing.- Returns:
- ipMode
-
setIpMode
-
ports
-
addPortsItem
-
getPorts
Ports is a list of records of service ports If used, every port defined in the service should have an entry in it- Returns:
- ports
-
setPorts
-
equals
-
hashCode
public int hashCode() -
toString
-