Class V1LoadBalancerStatus
java.lang.Object
io.kubernetes.client.openapi.models.V1LoadBalancerStatus
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-02-02T17:56:12.287571Z[Etc/UTC]")
public class V1LoadBalancerStatus
extends Object
LoadBalancerStatus represents the status of a load-balancer.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIngressItem
(V1LoadBalancerIngress ingressItem) boolean
static V1LoadBalancerStatus
Create an instance of V1LoadBalancerStatus given an JSON stringIngress is a list containing ingress points for the load-balancer.int
hashCode()
ingress
(List<V1LoadBalancerIngress> ingress) void
setIngress
(List<V1LoadBalancerIngress> ingress) toJson()
Convert an instance of V1LoadBalancerStatus 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_INGRESS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
V1LoadBalancerStatus
public V1LoadBalancerStatus()
-
-
Method Details
-
ingress
-
addIngressItem
-
getIngress
Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points.- Returns:
- ingress
-
setIngress
-
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 V1LoadBalancerStatus
-
fromJson
Create an instance of V1LoadBalancerStatus given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of V1LoadBalancerStatus
- Throws:
IOException
- if the JSON string is invalid with respect to V1LoadBalancerStatus
-
toJson
Convert an instance of V1LoadBalancerStatus to an JSON string- Returns:
- JSON string
-