Package io.fabric8.kubernetes.api.model
Interface NamespaceListFluent.ItemsNested<N>
-
- All Superinterfaces:
Fluent<NamespaceListFluent.ItemsNested<N>>,NamespaceFluent<NamespaceListFluent.ItemsNested<N>>,Nested<N>
- All Known Implementing Classes:
NamespaceListFluentImpl.ItemsNestedImpl
- Enclosing interface:
- NamespaceListFluent<A extends NamespaceListFluent<A>>
public static interface NamespaceListFluent.ItemsNested<N> extends Nested<N>, NamespaceFluent<NamespaceListFluent.ItemsNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.NamespaceFluent
NamespaceFluent.MetadataNested<N>, NamespaceFluent.SpecNested<N>, NamespaceFluent.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.NamespaceFluent
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
-
-