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