Class V1LoadBalancerIngress
java.lang.Object
io.kubernetes.client.openapi.models.V1LoadBalancerIngress
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-02-02T17:56:12.287571Z[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.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPortsItem
(V1PortStatus portsItem) boolean
static V1LoadBalancerIngress
Create an instance of V1LoadBalancerIngress given an JSON stringHostname 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)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
setPorts
(List<V1PortStatus> ports) toJson()
Convert an instance of V1LoadBalancerIngress to an JSON stringtoString()
static void
validateJsonObject
(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_HOSTNAME
- See Also:
-
SERIALIZED_NAME_IP
- See Also:
-
SERIALIZED_NAME_PORTS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
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
-
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
-
validateJsonObject
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj
- JSON Object- Throws:
IOException
- if the JSON Object is invalid with respect to V1LoadBalancerIngress
-
fromJson
Create an instance of V1LoadBalancerIngress given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of V1LoadBalancerIngress
- Throws:
IOException
- if the JSON string is invalid with respect to V1LoadBalancerIngress
-
toJson
Convert an instance of V1LoadBalancerIngress to an JSON string- Returns:
- JSON string
-