Package io.fabric8.openshift.api.model
Class GroupListFluentImpl<A extends GroupListFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.GroupListFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,GroupListFluent<A>
- Direct Known Subclasses:
DoneableGroupList,GroupListBuilder
public class GroupListFluentImpl<A extends GroupListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GroupListFluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classGroupListFluentImpl.ItemsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.GroupListFluent
GroupListFluent.ItemsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description GroupListFluentImpl()GroupListFluentImpl(GroupList instance) -
Method Summary
-
Constructor Details
-
GroupListFluentImpl
public GroupListFluentImpl() -
GroupListFluentImpl
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersionin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
withApiVersion
- Specified by:
withApiVersionin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersionin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersionin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
addToItems
- Specified by:
addToItemsin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
setToItems
- Specified by:
setToItemsin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
addToItems
- Specified by:
addToItemsin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
addAllToItems
- Specified by:
addAllToItemsin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
removeFromItems
- Specified by:
removeFromItemsin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
removeAllFromItems
- Specified by:
removeAllFromItemsin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
removeMatchingFromItems
public A removeMatchingFromItems(io.fabric8.kubernetes.api.builder.Predicate<GroupBuilder> predicate)- Specified by:
removeMatchingFromItemsin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
getItems
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItemsin interfaceGroupListFluent<A extends GroupListFluent<A>>- Returns:
- The buildable object.
-
buildItems
- Specified by:
buildItemsin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
buildItem
- Specified by:
buildItemin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
buildFirstItem
- Specified by:
buildFirstItemin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
buildLastItem
- Specified by:
buildLastItemin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
buildMatchingItem
public Group buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<GroupBuilder> predicate)- Specified by:
buildMatchingItemin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
hasMatchingItem
public Boolean hasMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<GroupBuilder> predicate)- Specified by:
hasMatchingItemin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
withItems
- Specified by:
withItemsin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
withItems
- Specified by:
withItemsin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
hasItems
- Specified by:
hasItemsin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
addNewItem
- Specified by:
addNewItemin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
addNewItemLike
- Specified by:
addNewItemLikein interfaceGroupListFluent<A extends GroupListFluent<A>>
-
setNewItemLike
- Specified by:
setNewItemLikein interfaceGroupListFluent<A extends GroupListFluent<A>>
-
editItem
- Specified by:
editItemin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
editFirstItem
- Specified by:
editFirstItemin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
editLastItem
- Specified by:
editLastItemin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
editMatchingItem
public GroupListFluent.ItemsNested<A> editMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<GroupBuilder> predicate)- Specified by:
editMatchingItemin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
getKind
- Specified by:
getKindin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
withKind
- Specified by:
withKindin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
hasKind
- Specified by:
hasKindin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
withNewKind
- Specified by:
withNewKindin interfaceGroupListFluent<A extends GroupListFluent<A>>
-
getMetadata
public io.fabric8.kubernetes.api.model.ListMeta getMetadata()- Specified by:
getMetadatain interfaceGroupListFluent<A extends GroupListFluent<A>>
-
withMetadata
- Specified by:
withMetadatain interfaceGroupListFluent<A extends GroupListFluent<A>>
-
hasMetadata
- Specified by:
hasMetadatain interfaceGroupListFluent<A extends GroupListFluent<A>>
-
withNewMetadata
public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)- Specified by:
withNewMetadatain interfaceGroupListFluent<A extends GroupListFluent<A>>
-
equals
-