Class IngressSpecFluentImpl.RulesNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.networking.v1beta1.IngressRuleFluentImpl<IngressSpecFluent.RulesNested<N>>
-
- io.fabric8.kubernetes.api.model.networking.v1beta1.IngressSpecFluentImpl.RulesNestedImpl<N>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<IngressSpecFluent.RulesNested<N>>
,io.fabric8.kubernetes.api.builder.Nested<N>
,io.fabric8.kubernetes.api.builder.Visitable<IngressSpecFluent.RulesNested<N>>
,IngressRuleFluent<IngressSpecFluent.RulesNested<N>>
,IngressSpecFluent.RulesNested<N>
- Enclosing class:
- IngressSpecFluentImpl<A extends IngressSpecFluent<A>>
public class IngressSpecFluentImpl.RulesNestedImpl<N> extends IngressRuleFluentImpl<IngressSpecFluent.RulesNested<N>> implements IngressSpecFluent.RulesNested<N>, io.fabric8.kubernetes.api.builder.Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.networking.v1beta1.IngressRuleFluentImpl
IngressRuleFluentImpl.HttpNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.networking.v1beta1.IngressRuleFluent
IngressRuleFluent.HttpNested<N>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endRule()
-
Methods inherited from class io.fabric8.kubernetes.api.model.networking.v1beta1.IngressRuleFluentImpl
buildHttp, editHttp, editOrNewHttp, editOrNewHttpLike, equals, getHost, getHttp, hashCode, hasHost, hasHttp, withHost, withHttp, withNewHost, withNewHost, withNewHost, withNewHttp, withNewHttpLike
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.model.networking.v1beta1.IngressRuleFluent
buildHttp, editHttp, editOrNewHttp, editOrNewHttpLike, getHost, getHttp, hasHost, hasHttp, withHost, withHttp, withNewHost, withNewHost, withNewHost, withNewHttp, withNewHttpLike
-
-
-
-
Method Detail
-
and
public N and()
- Specified by:
and
in interfaceIngressSpecFluent.RulesNested<N>
- Specified by:
and
in interfaceio.fabric8.kubernetes.api.builder.Nested<N>
-
endRule
public N endRule()
- Specified by:
endRule
in interfaceIngressSpecFluent.RulesNested<N>
-
-