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:
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 Detail
-
getResource
io.fabric8.kubernetes.api.model.TypedLocalObjectReference getResource()
-
withResource
A withResource(io.fabric8.kubernetes.api.model.TypedLocalObjectReference resource)
-
hasResource
Boolean hasResource()
-
getServiceName
String getServiceName()
-
hasServiceName
Boolean hasServiceName()
-
withNewServiceName
A withNewServiceName(StringBuilder arg1)
-
withNewServiceName
A withNewServiceName(StringBuffer arg1)
-
getServicePort
@Deprecated io.fabric8.kubernetes.api.model.IntOrString 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
A withServicePort(io.fabric8.kubernetes.api.model.IntOrString servicePort)
-
hasServicePort
Boolean hasServicePort()
-
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)
-
-