@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-04T09:55:14.976Z[Etc/UTC]") public class ExtensionsV1beta1IngressBackend extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_RESOURCE |
static String |
SERIALIZED_NAME_SERVICE_NAME |
static String |
SERIALIZED_NAME_SERVICE_PORT |
Constructor and Description |
---|
ExtensionsV1beta1IngressBackend() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1TypedLocalObjectReference |
getResource()
Get resource
|
String |
getServiceName()
Specifies the name of the referenced service.
|
IntOrString |
getServicePort()
IntOrString is a type that can hold an int32 or a string.
|
int |
hashCode() |
ExtensionsV1beta1IngressBackend |
resource(V1TypedLocalObjectReference resource) |
ExtensionsV1beta1IngressBackend |
serviceName(String serviceName) |
ExtensionsV1beta1IngressBackend |
servicePort(IntOrString servicePort) |
void |
setResource(V1TypedLocalObjectReference resource) |
void |
setServiceName(String serviceName) |
void |
setServicePort(IntOrString servicePort) |
String |
toString() |
public static final String SERIALIZED_NAME_RESOURCE
public static final String SERIALIZED_NAME_SERVICE_NAME
public static final String SERIALIZED_NAME_SERVICE_PORT
public ExtensionsV1beta1IngressBackend resource(V1TypedLocalObjectReference resource)
@Nullable public V1TypedLocalObjectReference getResource()
public void setResource(V1TypedLocalObjectReference resource)
public ExtensionsV1beta1IngressBackend serviceName(String serviceName)
@Nullable public String getServiceName()
public void setServiceName(String serviceName)
public ExtensionsV1beta1IngressBackend servicePort(IntOrString servicePort)
@Nullable public IntOrString getServicePort()
public void setServicePort(IntOrString servicePort)
Copyright © 2021. All rights reserved.