public class IngressBackendFluentImpl<A extends IngressBackendFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressBackendFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
IngressBackendFluentImpl.ServiceNestedImpl<N> |
IngressBackendFluent.ServiceNested<N>| Constructor and Description |
|---|
IngressBackendFluentImpl() |
IngressBackendFluentImpl(IngressBackend instance) |
| Modifier and Type | Method and Description |
|---|---|
IngressServiceBackend |
buildService() |
IngressBackendFluent.ServiceNested<A> |
editOrNewService() |
IngressBackendFluent.ServiceNested<A> |
editOrNewServiceLike(IngressServiceBackend item) |
IngressBackendFluent.ServiceNested<A> |
editService() |
boolean |
equals(Object o) |
io.fabric8.kubernetes.api.model.TypedLocalObjectReference |
getResource() |
IngressServiceBackend |
getService()
Deprecated.
|
int |
hashCode() |
Boolean |
hasResource() |
Boolean |
hasService() |
A |
withNewResource(String apiGroup,
String kind,
String name) |
IngressBackendFluent.ServiceNested<A> |
withNewService() |
IngressBackendFluent.ServiceNested<A> |
withNewServiceLike(IngressServiceBackend item) |
A |
withResource(io.fabric8.kubernetes.api.model.TypedLocalObjectReference resource) |
A |
withService(IngressServiceBackend service) |
public IngressBackendFluentImpl()
public IngressBackendFluentImpl(IngressBackend instance)
public io.fabric8.kubernetes.api.model.TypedLocalObjectReference getResource()
getResource in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public A withResource(io.fabric8.kubernetes.api.model.TypedLocalObjectReference resource)
withResource in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public Boolean hasResource()
hasResource in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public A withNewResource(String apiGroup, String kind, String name)
withNewResource in interface IngressBackendFluent<A extends IngressBackendFluent<A>>@Deprecated public IngressServiceBackend getService()
getService in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public IngressServiceBackend buildService()
buildService in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public A withService(IngressServiceBackend service)
withService in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public Boolean hasService()
hasService in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public IngressBackendFluent.ServiceNested<A> withNewService()
withNewService in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public IngressBackendFluent.ServiceNested<A> withNewServiceLike(IngressServiceBackend item)
withNewServiceLike in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public IngressBackendFluent.ServiceNested<A> editService()
editService in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public IngressBackendFluent.ServiceNested<A> editOrNewService()
editOrNewService in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public IngressBackendFluent.ServiceNested<A> editOrNewServiceLike(IngressServiceBackend item)
editOrNewServiceLike in interface IngressBackendFluent<A extends IngressBackendFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.