public interface IngressBackendFluent<A extends IngressBackendFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IngressBackendFluent.ServicePortNested<N> |
io.fabric8.kubernetes.api.model.TypedLocalObjectReference getResource()
A withResource(io.fabric8.kubernetes.api.model.TypedLocalObjectReference resource)
Boolean hasResource()
String getServiceName()
Boolean hasServiceName()
@Deprecated A withNewServiceName(String arg0)
@Deprecated io.fabric8.kubernetes.api.model.IntOrString getServicePort()
io.fabric8.kubernetes.api.model.IntOrString buildServicePort()
A withServicePort(io.fabric8.kubernetes.api.model.IntOrString servicePort)
Boolean hasServicePort()
IngressBackendFluent.ServicePortNested<A> withNewServicePort()
IngressBackendFluent.ServicePortNested<A> withNewServicePortLike(io.fabric8.kubernetes.api.model.IntOrString item)
IngressBackendFluent.ServicePortNested<A> editServicePort()
IngressBackendFluent.ServicePortNested<A> editOrNewServicePort()
IngressBackendFluent.ServicePortNested<A> editOrNewServicePortLike(io.fabric8.kubernetes.api.model.IntOrString item)
Copyright © 2015–2020 Red Hat. All rights reserved.