Class IngressClassFluentImpl.SpecNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.networking.v1beta1.IngressClassSpecFluentImpl<IngressClassFluent.SpecNested<N>>
-
- io.fabric8.kubernetes.api.model.networking.v1beta1.IngressClassFluentImpl.SpecNestedImpl<N>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<IngressClassFluent.SpecNested<N>>
,io.fabric8.kubernetes.api.builder.Nested<N>
,io.fabric8.kubernetes.api.builder.Visitable<IngressClassFluent.SpecNested<N>>
,IngressClassFluent.SpecNested<N>
,IngressClassSpecFluent<IngressClassFluent.SpecNested<N>>
- Enclosing class:
- IngressClassFluentImpl<A extends IngressClassFluent<A>>
public class IngressClassFluentImpl.SpecNestedImpl<N> extends IngressClassSpecFluentImpl<IngressClassFluent.SpecNested<N>> implements IngressClassFluent.SpecNested<N>, io.fabric8.kubernetes.api.builder.Nested<N>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endSpec()
-
Methods inherited from class io.fabric8.kubernetes.api.model.networking.v1beta1.IngressClassSpecFluentImpl
equals, getController, getParameters, hasController, hashCode, hasParameters, withController, withNewController, withNewController, withNewController, withNewParameters, withParameters
-
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.IngressClassSpecFluent
getController, getParameters, hasController, hasParameters, withController, withNewController, withNewController, withNewController, withNewParameters, withParameters
-
-
-
-
Method Detail
-
and
public N and()
- Specified by:
and
in interfaceIngressClassFluent.SpecNested<N>
- Specified by:
and
in interfaceio.fabric8.kubernetes.api.builder.Nested<N>
-
endSpec
public N endSpec()
- Specified by:
endSpec
in interfaceIngressClassFluent.SpecNested<N>
-
-