public class HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPIngressPathFluent.BackendNested<N> |
| Constructor and Description |
|---|
HTTPIngressPathFluent() |
HTTPIngressPathFluent(HTTPIngressPath instance) |
public HTTPIngressPathFluent()
public HTTPIngressPathFluent(HTTPIngressPath instance)
protected void copyInstance(HTTPIngressPath instance)
public IngressBackend buildBackend()
public A withBackend(IngressBackend backend)
public boolean hasBackend()
public HTTPIngressPathFluent.BackendNested<A> withNewBackend()
public HTTPIngressPathFluent.BackendNested<A> withNewBackendLike(IngressBackend item)
public HTTPIngressPathFluent.BackendNested<A> editBackend()
public HTTPIngressPathFluent.BackendNested<A> editOrNewBackend()
public HTTPIngressPathFluent.BackendNested<A> editOrNewBackendLike(IngressBackend item)
public String getPath()
public boolean hasPath()
public String getPathType()
public boolean hasPathType()
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 HTTPIngressPathFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HTTPIngressPathFluent<A>>Copyright © 2015–2025 Red Hat. All rights reserved.