Package io.fabric8.kubernetes.api.model
Interface APIServiceListFluent.ItemsNested<N>
-
- All Superinterfaces:
APIServiceFluent<APIServiceListFluent.ItemsNested<N>>,Fluent<APIServiceListFluent.ItemsNested<N>>,Nested<N>
- All Known Implementing Classes:
APIServiceListFluentImpl.ItemsNestedImpl
- Enclosing interface:
- APIServiceListFluent<A extends APIServiceListFluent<A>>
public static interface APIServiceListFluent.ItemsNested<N> extends Nested<N>, APIServiceFluent<APIServiceListFluent.ItemsNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.APIServiceFluent
APIServiceFluent.MetadataNested<N>, APIServiceFluent.SpecNested<N>, APIServiceFluent.StatusNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendItem()-
Methods inherited from interface io.fabric8.kubernetes.api.model.APIServiceFluent
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hasKind, hasMetadata, hasSpec, hasStatus, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
-