Class V1IngressLoadBalancerStatus
java.lang.Object
io.kubernetes.client.openapi.models.V1IngressLoadBalancerStatus
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-04-23T13:45:09.091597Z[Etc/UTC]")
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
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
-
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
-
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 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
-