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.ServicePortNestedImpl<N> |
IngressBackendFluent.ServicePortNested<N>| Constructor and Description |
|---|
IngressBackendFluentImpl() |
IngressBackendFluentImpl(IngressBackend instance) |
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>>public String getServiceName()
getServiceName in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public A withServiceName(String serviceName)
withServiceName in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public Boolean hasServiceName()
hasServiceName in interface IngressBackendFluent<A extends IngressBackendFluent<A>>@Deprecated public A withNewServiceName(String arg0)
withNewServiceName in interface IngressBackendFluent<A extends IngressBackendFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.IntOrString getServicePort()
getServicePort in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public io.fabric8.kubernetes.api.model.IntOrString buildServicePort()
buildServicePort in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public A withServicePort(io.fabric8.kubernetes.api.model.IntOrString servicePort)
withServicePort in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public Boolean hasServicePort()
hasServicePort in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public A withNewServicePort(Integer intVal)
withNewServicePort in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public A withNewServicePort(String strVal)
withNewServicePort in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public IngressBackendFluent.ServicePortNested<A> withNewServicePort()
withNewServicePort in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public IngressBackendFluent.ServicePortNested<A> withNewServicePortLike(io.fabric8.kubernetes.api.model.IntOrString item)
withNewServicePortLike in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public IngressBackendFluent.ServicePortNested<A> editServicePort()
editServicePort in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public IngressBackendFluent.ServicePortNested<A> editOrNewServicePort()
editOrNewServicePort in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public IngressBackendFluent.ServicePortNested<A> editOrNewServicePortLike(io.fabric8.kubernetes.api.model.IntOrString item)
editOrNewServicePortLike in interface IngressBackendFluent<A extends IngressBackendFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.