public interface IngressBackendFluent<A extends IngressBackendFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
IngressBackendFluent.ResourceNested<N> |
static interface |
IngressBackendFluent.ServicePortNested<N> |
@Deprecated TypedLocalObjectReference getResource()
TypedLocalObjectReference buildResource()
A withResource(TypedLocalObjectReference resource)
Boolean hasResource()
IngressBackendFluent.ResourceNested<A> withNewResource()
IngressBackendFluent.ResourceNested<A> withNewResourceLike(TypedLocalObjectReference item)
IngressBackendFluent.ResourceNested<A> editResource()
IngressBackendFluent.ResourceNested<A> editOrNewResource()
IngressBackendFluent.ResourceNested<A> editOrNewResourceLike(TypedLocalObjectReference item)
String getServiceName()
Boolean hasServiceName()
A withNewServiceName(StringBuilder arg1)
A withNewServiceName(StringBuffer arg1)
@Deprecated IntOrString getServicePort()
IntOrString buildServicePort()
A withServicePort(IntOrString servicePort)
Boolean hasServicePort()
IngressBackendFluent.ServicePortNested<A> withNewServicePort()
IngressBackendFluent.ServicePortNested<A> withNewServicePortLike(IntOrString item)
IngressBackendFluent.ServicePortNested<A> editServicePort()
IngressBackendFluent.ServicePortNested<A> editOrNewServicePort()
IngressBackendFluent.ServicePortNested<A> editOrNewServicePortLike(IntOrString item)
Copyright © 2015–2020 Red Hat. All rights reserved.