public class IngressBackendFluent<A extends IngressBackendFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
IngressBackendFluent.ServiceNested<N> |
| Constructor and Description |
|---|
IngressBackendFluent() |
IngressBackendFluent(IngressBackend instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic IngressBackendFluent()
public IngressBackendFluent(IngressBackend instance)
public io.fabric8.kubernetes.api.model.TypedLocalObjectReference getResource()
public A withResource(io.fabric8.kubernetes.api.model.TypedLocalObjectReference resource)
public boolean hasResource()
public IngressServiceBackend buildService()
public A withService(IngressServiceBackend service)
public boolean hasService()
public IngressBackendFluent.ServiceNested<A> withNewService()
public IngressBackendFluent.ServiceNested<A> withNewServiceLike(IngressServiceBackend item)
public IngressBackendFluent.ServiceNested<A> editService()
public IngressBackendFluent.ServiceNested<A> editOrNewService()
public IngressBackendFluent.ServiceNested<A> editOrNewServiceLike(IngressServiceBackend 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–2023 Red Hat. All rights reserved.