Class V1LoadBalancerStatus
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1LoadBalancerStatus
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1LoadBalancerStatus
extends Object
LoadBalancerStatus represents the status of a load-balancer.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddingressItem
(V1LoadBalancerIngress ingressItem) Add an item to the ingress property in a chainable fashion.boolean
List<@Valid V1LoadBalancerIngress>
Ingress is a list containing ingress points for the load-balancer.int
hashCode()
ingress
(List<@Valid V1LoadBalancerIngress> ingress) Set ingress in a chainable fashion.void
setIngress
(List<@Valid V1LoadBalancerIngress> ingress) Set the ingress property valuetoString()
-
Field Details
-
JSON_PROPERTY_INGRESS
- See Also:
-
-
Constructor Details
-
V1LoadBalancerStatus
public V1LoadBalancerStatus()
-
-
Method Details
-
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:
- the ingress property value
-
setIngress
Set the ingress property value -
ingress
Set ingress in a chainable fashion.- Returns:
- The same instance of V1LoadBalancerStatus for chaining.
-
addingressItem
Add an item to the ingress property in a chainable fashion.- Returns:
- The same instance of V1LoadBalancerStatus for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-