Class V1ReplicationControllerListFluentImpl<A extends V1ReplicationControllerListFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ReplicationControllerListFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1ReplicationControllerListFluent<A>
- Direct Known Subclasses:
V1ReplicationControllerListBuilder
public class V1ReplicationControllerListFluentImpl<A extends V1ReplicationControllerListFluent<A>>
extends BaseFluent<A>
implements V1ReplicationControllerListFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1ReplicationControllerListFluent
V1ReplicationControllerListFluent.ItemsNested<N>, V1ReplicationControllerListFluent.MetadataNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1ReplicationControllerListFluentImpl(io.kubernetes.client.openapi.models.V1ReplicationControllerList instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToItems(Collection<io.kubernetes.client.openapi.models.V1ReplicationController> items) addNewItemLike(io.kubernetes.client.openapi.models.V1ReplicationController item) addToItems(io.kubernetes.client.openapi.models.V1ReplicationController... items) addToItems(Integer index, io.kubernetes.client.openapi.models.V1ReplicationController item) io.kubernetes.client.openapi.models.V1ReplicationControllerio.kubernetes.client.openapi.models.V1ReplicationControllerList<io.kubernetes.client.openapi.models.V1ReplicationController>io.kubernetes.client.openapi.models.V1ReplicationControllerio.kubernetes.client.openapi.models.V1ReplicationControllerbuildMatchingItem(Predicate<V1ReplicationControllerBuilder> predicate) io.kubernetes.client.openapi.models.V1ListMetaeditMatchingItem(Predicate<V1ReplicationControllerBuilder> predicate) editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item) booleanList<io.kubernetes.client.openapi.models.V1ReplicationController>getItems()Deprecated.getKind()io.kubernetes.client.openapi.models.V1ListMetaDeprecated.inthashCode()hasItems()hasKind()hasMatchingItem(Predicate<V1ReplicationControllerBuilder> predicate) removeAllFromItems(Collection<io.kubernetes.client.openapi.models.V1ReplicationController> items) removeFromItems(io.kubernetes.client.openapi.models.V1ReplicationController... items) setNewItemLike(Integer index, io.kubernetes.client.openapi.models.V1ReplicationController item) setToItems(Integer index, io.kubernetes.client.openapi.models.V1ReplicationController item) toString()withApiVersion(String apiVersion) withItems(io.kubernetes.client.openapi.models.V1ReplicationController... 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
-
V1ReplicationControllerListFluentImpl
public V1ReplicationControllerListFluentImpl() -
V1ReplicationControllerListFluentImpl
public V1ReplicationControllerListFluentImpl(io.kubernetes.client.openapi.models.V1ReplicationControllerList instance)
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersionin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
withApiVersion
- Specified by:
withApiVersionin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersionin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
addToItems
public A addToItems(Integer index, io.kubernetes.client.openapi.models.V1ReplicationController item) - Specified by:
addToItemsin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
setToItems
public A setToItems(Integer index, io.kubernetes.client.openapi.models.V1ReplicationController item) - Specified by:
setToItemsin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
addToItems
- Specified by:
addToItemsin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
addAllToItems
public A addAllToItems(Collection<io.kubernetes.client.openapi.models.V1ReplicationController> items) - Specified by:
addAllToItemsin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
removeFromItems
- Specified by:
removeFromItemsin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
removeAllFromItems
public A removeAllFromItems(Collection<io.kubernetes.client.openapi.models.V1ReplicationController> items) - Specified by:
removeAllFromItemsin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
removeMatchingFromItems
- Specified by:
removeMatchingFromItemsin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
getItems
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItemsin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>- Returns:
- The buildable object.
-
buildItems
- Specified by:
buildItemsin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
buildItem
- Specified by:
buildItemin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
buildFirstItem
public io.kubernetes.client.openapi.models.V1ReplicationController buildFirstItem()- Specified by:
buildFirstItemin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
buildLastItem
public io.kubernetes.client.openapi.models.V1ReplicationController buildLastItem()- Specified by:
buildLastItemin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
buildMatchingItem
public io.kubernetes.client.openapi.models.V1ReplicationController buildMatchingItem(Predicate<V1ReplicationControllerBuilder> predicate) - Specified by:
buildMatchingItemin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
hasMatchingItem
- Specified by:
hasMatchingItemin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
withItems
- Specified by:
withItemsin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
withItems
- Specified by:
withItemsin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
hasItems
- Specified by:
hasItemsin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
addNewItem
- Specified by:
addNewItemin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
addNewItemLike
public V1ReplicationControllerListFluent.ItemsNested<A> addNewItemLike(io.kubernetes.client.openapi.models.V1ReplicationController item) - Specified by:
addNewItemLikein interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
setNewItemLike
public V1ReplicationControllerListFluent.ItemsNested<A> setNewItemLike(Integer index, io.kubernetes.client.openapi.models.V1ReplicationController item) - Specified by:
setNewItemLikein interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
editItem
- Specified by:
editItemin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
editFirstItem
- Specified by:
editFirstItemin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
editLastItem
- Specified by:
editLastItemin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
editMatchingItem
public V1ReplicationControllerListFluent.ItemsNested<A> editMatchingItem(Predicate<V1ReplicationControllerBuilder> predicate) - Specified by:
editMatchingItemin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
getKind
- Specified by:
getKindin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
withKind
- Specified by:
withKindin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
hasKind
- Specified by:
hasKindin interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
getMetadata
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Specified by:
getMetadatain interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>- Returns:
- The buildable object.
-
buildMetadata
public io.kubernetes.client.openapi.models.V1ListMeta buildMetadata()- Specified by:
buildMetadatain interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
withMetadata
- Specified by:
withMetadatain interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
hasMetadata
- Specified by:
hasMetadatain interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
withNewMetadata
- Specified by:
withNewMetadatain interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
withNewMetadataLike
public V1ReplicationControllerListFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item) - Specified by:
withNewMetadataLikein interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
editMetadata
- Specified by:
editMetadatain interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
editOrNewMetadata
- Specified by:
editOrNewMetadatain interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
editOrNewMetadataLike
public V1ReplicationControllerListFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item) - Specified by:
editOrNewMetadataLikein interfaceV1ReplicationControllerListFluent<A extends V1ReplicationControllerListFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1ReplicationControllerListFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1ReplicationControllerListFluent<A>>
-
toString
-