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