Interface IngressBackendFluent<A extends IngressBackendFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
HTTPIngressPathFluent.BackendNested<N>
,IngressSpecFluent.BackendNested<N>
- All Known Implementing Classes:
DoneableIngressBackend
,HTTPIngressPathFluentImpl.BackendNestedImpl
,IngressBackendBuilder
,IngressBackendFluentImpl
,IngressSpecFluentImpl.BackendNestedImpl
public interface IngressBackendFluent<A extends IngressBackendFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IngressBackendFluent.ServicePortNested<N>
-
Method Summary
-
Method Details
-
getResource
io.fabric8.kubernetes.api.model.TypedLocalObjectReference getResource() -
withResource
-
hasResource
Boolean hasResource() -
withNewResource
-
getServiceName
String getServiceName() -
withServiceName
-
hasServiceName
Boolean hasServiceName() -
withNewServiceName
-
withNewServiceName
-
withNewServiceName
-
getServicePort
Deprecated.This method has been deprecated, please use method buildServicePort instead.- Returns:
- The buildable object.
-
buildServicePort
io.fabric8.kubernetes.api.model.IntOrString buildServicePort() -
withServicePort
-
hasServicePort
Boolean hasServicePort() -
withNewServicePort
-
withNewServicePort
-
withNewServicePort
IngressBackendFluent.ServicePortNested<A> withNewServicePort() -
withNewServicePortLike
IngressBackendFluent.ServicePortNested<A> withNewServicePortLike(io.fabric8.kubernetes.api.model.IntOrString item) -
editServicePort
IngressBackendFluent.ServicePortNested<A> editServicePort() -
editOrNewServicePort
IngressBackendFluent.ServicePortNested<A> editOrNewServicePort() -
editOrNewServicePortLike
IngressBackendFluent.ServicePortNested<A> editOrNewServicePortLike(io.fabric8.kubernetes.api.model.IntOrString item)
-