Class V1IngressBackend
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1IngressBackend
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1IngressBackend
extends Object
IngressBackend describes all endpoints for a given service and port.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
resource
(V1TypedLocalObjectReference resource) Set resource in a chainable fashion.service
(V1IngressServiceBackend service) Set service in a chainable fashion.void
setResource
(V1TypedLocalObjectReference resource) Set the resource property valuevoid
setService
(V1IngressServiceBackend service) Set the service property valuetoString()
-
Field Details
-
JSON_PROPERTY_RESOURCE
- See Also:
-
JSON_PROPERTY_SERVICE
- See Also:
-
-
Constructor Details
-
V1IngressBackend
public V1IngressBackend()
-
-
Method Details
-
getResource
- Returns:
- the resource property value
-
setResource
Set the resource property value -
resource
Set resource in a chainable fashion.- Returns:
- The same instance of V1IngressBackend for chaining.
-
getService
- Returns:
- the service property value
-
setService
Set the service property value -
service
Set service in a chainable fashion.- Returns:
- The same instance of V1IngressBackend for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-