Class V1LoadBalancerStatus
java.lang.Object
io.kubernetes.client.openapi.models.V1LoadBalancerStatus
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-04T19:05:53.712211Z[Etc/UTC]",
comments="Generator version: 7.6.0")
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) booleanstatic V1LoadBalancerStatusCreate an instance of V1LoadBalancerStatus given an JSON stringIngress is a list containing ingress points for the load-balancer.inthashCode()ingress(List<V1LoadBalancerIngress> ingress) voidsetIngress(List<V1LoadBalancerIngress> ingress) toJson()Convert an instance of V1LoadBalancerStatus to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element 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
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element 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
-