Class IngressBackend
java.lang.Object
io.fabric8.kubernetes.api.model.networking.v1beta1.IngressBackend
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class IngressBackend extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description IngressBackend()No args constructor for use in serializationIngressBackend(io.fabric8.kubernetes.api.model.TypedLocalObjectReference resource, String serviceName, io.fabric8.kubernetes.api.model.IntOrString servicePort) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()io.fabric8.kubernetes.api.model.TypedLocalObjectReferencegetResource()StringgetServiceName()io.fabric8.kubernetes.api.model.IntOrStringgetServicePort()voidsetAdditionalProperty(String name, Object value)voidsetResource(io.fabric8.kubernetes.api.model.TypedLocalObjectReference resource)voidsetServiceName(String serviceName)voidsetServicePort(io.fabric8.kubernetes.api.model.IntOrString servicePort)
-
Constructor Details
-
IngressBackend
public IngressBackend()No args constructor for use in serialization -
IngressBackend
public IngressBackend(io.fabric8.kubernetes.api.model.TypedLocalObjectReference resource, String serviceName, io.fabric8.kubernetes.api.model.IntOrString servicePort)- Parameters:
resource-servicePort-serviceName-
-
-
Method Details
-
getResource
public io.fabric8.kubernetes.api.model.TypedLocalObjectReference getResource()- Returns:
- The resource
-
setResource
public void setResource(io.fabric8.kubernetes.api.model.TypedLocalObjectReference resource)- Parameters:
resource- The resource
-
getServiceName
- Returns:
- The serviceName
-
setServiceName
- Parameters:
serviceName- The serviceName
-
getServicePort
public io.fabric8.kubernetes.api.model.IntOrString getServicePort()- Returns:
- The servicePort
-
setServicePort
public void setServicePort(io.fabric8.kubernetes.api.model.IntOrString servicePort)- Parameters:
servicePort- The servicePort
-
getAdditionalProperties
-
setAdditionalProperty
-