Class V1IngressServiceBackend
java.lang.Object
io.kubernetes.client.openapi.models.V1IngressServiceBackend
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-12-05T08:14:34.919Z[Etc/UTC]")
public class V1IngressServiceBackend
extends Object
IngressServiceBackend references a Kubernetes Service as a Backend.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
Name is the referenced service.getPort()
Get portint
hashCode()
port
(V1ServiceBackendPort port) void
void
setPort
(V1ServiceBackendPort port) toString()
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_PORT
- See Also:
-
-
Constructor Details
-
V1IngressServiceBackend
public V1IngressServiceBackend()
-
-
Method Details
-
name
-
getName
Name is the referenced service. The service must exist in the same namespace as the Ingress object.- Returns:
- name
-
setName
-
port
-
getPort
Get port- Returns:
- port
-
setPort
-
equals
-
hashCode
public int hashCode() -
toString
-