public class IngressBackendFluent<A extends IngressBackendFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
IngressBackendFluent.ServicePortNested<N> |
| Constructor and Description |
|---|
IngressBackendFluent() |
IngressBackendFluent(IngressBackend instance) |
public IngressBackendFluent()
public IngressBackendFluent(IngressBackend instance)
protected void copyInstance(IngressBackend instance)
public io.fabric8.kubernetes.api.model.TypedLocalObjectReference getResource()
public A withResource(io.fabric8.kubernetes.api.model.TypedLocalObjectReference resource)
public boolean hasResource()
public String getServiceName()
public boolean hasServiceName()
public io.fabric8.kubernetes.api.model.IntOrString buildServicePort()
public A withServicePort(io.fabric8.kubernetes.api.model.IntOrString servicePort)
public boolean hasServicePort()
public IngressBackendFluent.ServicePortNested<A> withNewServicePort()
public IngressBackendFluent.ServicePortNested<A> withNewServicePortLike(io.fabric8.kubernetes.api.model.IntOrString item)
public IngressBackendFluent.ServicePortNested<A> editServicePort()
public IngressBackendFluent.ServicePortNested<A> editOrNewServicePort()
public IngressBackendFluent.ServicePortNested<A> editOrNewServicePortLike(io.fabric8.kubernetes.api.model.IntOrString item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressBackendFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressBackendFluent<A>>Copyright © 2015–2025 Red Hat. All rights reserved.