Class V1PodListFluentImpl<A extends V1PodListFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1PodListFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1PodListFluent<A>
- Direct Known Subclasses:
V1PodListBuilder
public class V1PodListFluentImpl<A extends V1PodListFluent<A>>
extends BaseFluent<A>
implements V1PodListFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1PodListFluent
V1PodListFluent.ItemsNested<N>, V1PodListFluent.MetadataNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllToItems
(Collection<io.kubernetes.client.openapi.models.V1Pod> items) addNewItemLike
(io.kubernetes.client.openapi.models.V1Pod item) addToItems
(io.kubernetes.client.openapi.models.V1Pod... items) addToItems
(Integer index, io.kubernetes.client.openapi.models.V1Pod item) io.kubernetes.client.openapi.models.V1Pod
io.kubernetes.client.openapi.models.V1Pod
List<io.kubernetes.client.openapi.models.V1Pod>
io.kubernetes.client.openapi.models.V1Pod
io.kubernetes.client.openapi.models.V1Pod
buildMatchingItem
(Predicate<V1PodBuilder> predicate) io.kubernetes.client.openapi.models.V1ListMeta
editMatchingItem
(Predicate<V1PodBuilder> predicate) editOrNewMetadataLike
(io.kubernetes.client.openapi.models.V1ListMeta item) boolean
List<io.kubernetes.client.openapi.models.V1Pod>
getItems()
Deprecated.getKind()
io.kubernetes.client.openapi.models.V1ListMeta
Deprecated.int
hashCode()
hasItems()
hasKind()
hasMatchingItem
(Predicate<V1PodBuilder> predicate) removeAllFromItems
(Collection<io.kubernetes.client.openapi.models.V1Pod> items) removeFromItems
(io.kubernetes.client.openapi.models.V1Pod... items) removeMatchingFromItems
(Predicate<V1PodBuilder> predicate) setNewItemLike
(Integer index, io.kubernetes.client.openapi.models.V1Pod item) setToItems
(Integer index, io.kubernetes.client.openapi.models.V1Pod item) toString()
withApiVersion
(String apiVersion) withItems
(io.kubernetes.client.openapi.models.V1Pod... items) withMetadata
(io.kubernetes.client.openapi.models.V1ListMeta metadata) withNewMetadataLike
(io.kubernetes.client.openapi.models.V1ListMeta item) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1PodListFluentImpl
public V1PodListFluentImpl() -
V1PodListFluentImpl
public V1PodListFluentImpl(io.kubernetes.client.openapi.models.V1PodList instance)
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersion
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
withApiVersion
- Specified by:
withApiVersion
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersion
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
addToItems
- Specified by:
addToItems
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
setToItems
- Specified by:
setToItems
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
addToItems
- Specified by:
addToItems
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
addAllToItems
- Specified by:
addAllToItems
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
removeFromItems
- Specified by:
removeFromItems
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
removeAllFromItems
- Specified by:
removeAllFromItems
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
removeMatchingFromItems
- Specified by:
removeMatchingFromItems
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
getItems
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItems
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
- Returns:
- The buildable object.
-
buildItems
- Specified by:
buildItems
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
buildItem
- Specified by:
buildItem
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
buildFirstItem
public io.kubernetes.client.openapi.models.V1Pod buildFirstItem()- Specified by:
buildFirstItem
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
buildLastItem
public io.kubernetes.client.openapi.models.V1Pod buildLastItem()- Specified by:
buildLastItem
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
buildMatchingItem
public io.kubernetes.client.openapi.models.V1Pod buildMatchingItem(Predicate<V1PodBuilder> predicate) - Specified by:
buildMatchingItem
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
hasMatchingItem
- Specified by:
hasMatchingItem
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
withItems
- Specified by:
withItems
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
withItems
- Specified by:
withItems
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
hasItems
- Specified by:
hasItems
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
addNewItem
- Specified by:
addNewItem
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
addNewItemLike
public V1PodListFluent.ItemsNested<A> addNewItemLike(io.kubernetes.client.openapi.models.V1Pod item) - Specified by:
addNewItemLike
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
setNewItemLike
public V1PodListFluent.ItemsNested<A> setNewItemLike(Integer index, io.kubernetes.client.openapi.models.V1Pod item) - Specified by:
setNewItemLike
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
editItem
- Specified by:
editItem
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
editFirstItem
- Specified by:
editFirstItem
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
editLastItem
- Specified by:
editLastItem
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
editMatchingItem
- Specified by:
editMatchingItem
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
getKind
- Specified by:
getKind
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
withKind
- Specified by:
withKind
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
hasKind
- Specified by:
hasKind
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
getMetadata
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Specified by:
getMetadata
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
- Returns:
- The buildable object.
-
buildMetadata
public io.kubernetes.client.openapi.models.V1ListMeta buildMetadata()- Specified by:
buildMetadata
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
withMetadata
- Specified by:
withMetadata
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
hasMetadata
- Specified by:
hasMetadata
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
withNewMetadata
- Specified by:
withNewMetadata
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
withNewMetadataLike
public V1PodListFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item) - Specified by:
withNewMetadataLike
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
editMetadata
- Specified by:
editMetadata
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
editOrNewMetadata
- Specified by:
editOrNewMetadata
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
editOrNewMetadataLike
public V1PodListFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item) - Specified by:
editOrNewMetadataLike
in interfaceV1PodListFluent<A extends V1PodListFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1PodListFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1PodListFluent<A>>
-
toString
-