Class V1IngressLoadBalancerStatus
java.lang.Object
io.kubernetes.client.openapi.models.V1IngressLoadBalancerStatus
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-04T19:37:38.574271Z[Etc/UTC]",
comments="Generator version: 7.6.0")
public class V1IngressLoadBalancerStatus
extends Object
IngressLoadBalancerStatus represents the status of a load-balancer.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIngressItem
(V1IngressLoadBalancerIngress ingressItem) boolean
static V1IngressLoadBalancerStatus
Create an instance of V1IngressLoadBalancerStatus given an JSON stringingress is a list containing ingress points for the load-balancer.int
hashCode()
ingress
(List<V1IngressLoadBalancerIngress> ingress) void
setIngress
(List<V1IngressLoadBalancerIngress> ingress) toJson()
Convert an instance of V1IngressLoadBalancerStatus to an JSON stringtoString()
static void
validateJsonElement
(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
-
V1IngressLoadBalancerStatus
public V1IngressLoadBalancerStatus()
-
-
Method Details
-
ingress
-
addIngressItem
-
getIngress
ingress is a list containing ingress points for the load-balancer.- 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 V1IngressLoadBalancerStatus
-
fromJson
Create an instance of V1IngressLoadBalancerStatus given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of V1IngressLoadBalancerStatus
- Throws:
IOException
- if the JSON string is invalid with respect to V1IngressLoadBalancerStatus
-
toJson
Convert an instance of V1IngressLoadBalancerStatus to an JSON string- Returns:
- JSON string
-