Package io.fabric8.kubernetes.api.model
Interface EndpointsListFluent.ItemsNested<N>
-
- All Superinterfaces:
EndpointsFluent<EndpointsListFluent.ItemsNested<N>>,Fluent<EndpointsListFluent.ItemsNested<N>>,Nested<N>
- All Known Implementing Classes:
EndpointsListFluentImpl.ItemsNestedImpl
- Enclosing interface:
- EndpointsListFluent<A extends EndpointsListFluent<A>>
public static interface EndpointsListFluent.ItemsNested<N> extends Nested<N>, EndpointsFluent<EndpointsListFluent.ItemsNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.EndpointsFluent
EndpointsFluent.MetadataNested<N>, EndpointsFluent.SubsetsNested<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.EndpointsFluent
addAllToSubsets, addNewSubset, addNewSubsetLike, addToSubsets, addToSubsets, buildFirstSubset, buildLastSubset, buildMatchingSubset, buildMetadata, buildSubset, buildSubsets, editFirstSubset, editLastSubset, editMatchingSubset, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editSubset, getApiVersion, getKind, getMetadata, getSubsets, hasApiVersion, hasKind, hasMatchingSubset, hasMetadata, hasSubsets, removeAllFromSubsets, removeFromSubsets, removeMatchingFromSubsets, setNewSubsetLike, setToSubsets, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withSubsets, withSubsets
-
-