Class IngressSpecFluentImpl.BackendNestedImpl<N>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.networking.v1beta1.IngressBackendFluentImpl<IngressSpecFluent.BackendNested<N>>
io.fabric8.kubernetes.api.model.networking.v1beta1.IngressSpecFluentImpl.BackendNestedImpl<N>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<IngressSpecFluent.BackendNested<N>>
,io.fabric8.kubernetes.api.builder.Nested<N>
,io.fabric8.kubernetes.api.builder.Visitable<IngressSpecFluent.BackendNested<N>>
,IngressBackendFluent<IngressSpecFluent.BackendNested<N>>
,IngressSpecFluent.BackendNested<N>
- Enclosing class:
- IngressSpecFluentImpl<A extends IngressSpecFluent<A>>
public class IngressSpecFluentImpl.BackendNestedImpl<N> extends IngressBackendFluentImpl<IngressSpecFluent.BackendNested<N>> implements IngressSpecFluent.BackendNested<N>, io.fabric8.kubernetes.api.builder.Nested<N>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.networking.v1beta1.IngressBackendFluentImpl
IngressBackendFluentImpl.ServicePortNestedImpl<N>
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.networking.v1beta1.IngressBackendFluent
IngressBackendFluent.ServicePortNested<N>
-
Field Summary
-
Method Summary
Modifier and Type Method Description N
and()
N
endBackend()
Methods inherited from class io.fabric8.kubernetes.api.model.networking.v1beta1.IngressBackendFluentImpl
buildServicePort, editOrNewServicePort, editOrNewServicePortLike, editServicePort, equals, getResource, getServiceName, getServicePort, hasResource, hasServiceName, hasServicePort, withNewResource, withNewServiceName, withNewServiceName, withNewServiceName, withNewServicePort, withNewServicePort, withNewServicePort, withNewServicePortLike, withResource, withServiceName, withServicePort
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.fabric8.kubernetes.api.model.networking.v1beta1.IngressBackendFluent
buildServicePort, editOrNewServicePort, editOrNewServicePortLike, editServicePort, getResource, getServiceName, getServicePort, hasResource, hasServiceName, hasServicePort, withNewResource, withNewServiceName, withNewServiceName, withNewServiceName, withNewServicePort, withNewServicePort, withNewServicePort, withNewServicePortLike, withResource, withServiceName, withServicePort
-
Method Details
-
and
- Specified by:
and
in interfaceIngressSpecFluent.BackendNested<N>
- Specified by:
and
in interfaceio.fabric8.kubernetes.api.builder.Nested<N>
-
endBackend
- Specified by:
endBackend
in interfaceIngressSpecFluent.BackendNested<N>
-