Class V1EndpointHints
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1EndpointHints
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1EndpointHints
extends Object
EndpointHints provides hints describing how an endpoint should be consumed.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddforZonesItem
(V1ForZone forZonesItem) Add an item to the forZones property in a chainable fashion.boolean
Set forZones in a chainable fashion.forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.int
hashCode()
void
setForZones
(List<@Valid V1ForZone> forZones) Set the forZones property valuetoString()
-
Field Details
-
JSON_PROPERTY_FOR_ZONES
- See Also:
-
-
Constructor Details
-
V1EndpointHints
public V1EndpointHints()
-
-
Method Details
-
getForZones
forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.- Returns:
- the forZones property value
-
setForZones
Set the forZones property value -
forZones
Set forZones in a chainable fashion.- Returns:
- The same instance of V1EndpointHints for chaining.
-
addforZonesItem
Add an item to the forZones property in a chainable fashion.- Returns:
- The same instance of V1EndpointHints for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-