Class V1IngressServiceBackend
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1IngressServiceBackend
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1IngressServiceBackend
extends Object
IngressServiceBackend references a Kubernetes Service as a Backend.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
name is the referenced service.getPort()
int
hashCode()
Set name in a chainable fashion.port
(V1ServiceBackendPort port) Set port in a chainable fashion.void
Set the name property valuevoid
setPort
(V1ServiceBackendPort port) Set the port property valuetoString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_PORT
- See Also:
-
-
Constructor Details
-
V1IngressServiceBackend
-
-
Method Details
-
getName
name is the referenced service. The service must exist in the same namespace as the Ingress object.- Returns:
- the name property value
-
setName
Set the name property value -
name
Set name in a chainable fashion.- Returns:
- The same instance of V1IngressServiceBackend for chaining.
-
getPort
- Returns:
- the port property value
-
setPort
Set the port property value -
port
Set port in a chainable fashion.- Returns:
- The same instance of V1IngressServiceBackend for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-