Class V1IngressStatus
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1IngressStatus
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1IngressStatus
extends Object
IngressStatus describe the current state of the Ingress.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
loadBalancer
(V1IngressLoadBalancerStatus loadBalancer) Set loadBalancer in a chainable fashion.void
setLoadBalancer
(V1IngressLoadBalancerStatus loadBalancer) Set the loadBalancer property valuetoString()
-
Field Details
-
JSON_PROPERTY_LOAD_BALANCER
- See Also:
-
-
Constructor Details
-
V1IngressStatus
public V1IngressStatus()
-
-
Method Details
-
getLoadBalancer
- Returns:
- the loadBalancer property value
-
setLoadBalancer
Set the loadBalancer property value -
loadBalancer
Set loadBalancer in a chainable fashion.- Returns:
- The same instance of V1IngressStatus for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-