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