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