Interface IngressClassFluent.SpecNested<N>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<IngressClassFluent.SpecNested<N>>
,IngressClassSpecFluent<IngressClassFluent.SpecNested<N>>
,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
IngressClassFluentImpl.SpecNestedImpl
- Enclosing interface:
- IngressClassFluent<A extends IngressClassFluent<A>>
public static interface IngressClassFluent.SpecNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, IngressClassSpecFluent<IngressClassFluent.SpecNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endSpec()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.networking.v1beta1.IngressClassSpecFluent
getController, getParameters, hasController, hasParameters, withController, withNewController, withNewController, withNewController, withNewParameters, withParameters
-
-