Package io.fabric8.kubernetes.api.model
Class LimitRangeListFluentImpl<A extends LimitRangeListFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.LimitRangeListFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,LimitRangeListFluent<A>
- Direct Known Subclasses:
KubeSchemaFluentImpl.LimitRangeListNestedImpl,LimitRangeListBuilder,WatchEventFluentImpl.LimitRangeListObjectNestedImpl
public class LimitRangeListFluentImpl<A extends LimitRangeListFluent<A>> extends BaseFluent<A> implements LimitRangeListFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classLimitRangeListFluentImpl.ItemsNestedImpl<N>classLimitRangeListFluentImpl.MetadataNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.LimitRangeListFluent
LimitRangeListFluent.ItemsNested<N>, LimitRangeListFluent.MetadataNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description LimitRangeListFluentImpl()LimitRangeListFluentImpl(LimitRangeList instance)
-
Method Summary
-
-
-
Constructor Detail
-
LimitRangeListFluentImpl
public LimitRangeListFluentImpl()
-
LimitRangeListFluentImpl
public LimitRangeListFluentImpl(LimitRangeList instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersionin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersionin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersionin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersionin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersionin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
addToItems
public A addToItems(int index, LimitRange item)
- Specified by:
addToItemsin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
setToItems
public A setToItems(int index, LimitRange item)
- Specified by:
setToItemsin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
addToItems
public A addToItems(LimitRange... items)
- Specified by:
addToItemsin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
addAllToItems
public A addAllToItems(Collection<LimitRange> items)
- Specified by:
addAllToItemsin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
removeFromItems
public A removeFromItems(LimitRange... items)
- Specified by:
removeFromItemsin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
removeAllFromItems
public A removeAllFromItems(Collection<LimitRange> items)
- Specified by:
removeAllFromItemsin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
removeMatchingFromItems
public A removeMatchingFromItems(Predicate<LimitRangeBuilder> predicate)
- Specified by:
removeMatchingFromItemsin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
getItems
@Deprecated public List<LimitRange> getItems()
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItemsin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>- Returns:
- The buildable object.
-
buildItems
public List<LimitRange> buildItems()
- Specified by:
buildItemsin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
buildItem
public LimitRange buildItem(int index)
- Specified by:
buildItemin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
buildFirstItem
public LimitRange buildFirstItem()
- Specified by:
buildFirstItemin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
buildLastItem
public LimitRange buildLastItem()
- Specified by:
buildLastItemin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
buildMatchingItem
public LimitRange buildMatchingItem(Predicate<LimitRangeBuilder> predicate)
- Specified by:
buildMatchingItemin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
hasMatchingItem
public Boolean hasMatchingItem(Predicate<LimitRangeBuilder> predicate)
- Specified by:
hasMatchingItemin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
withItems
public A withItems(List<LimitRange> items)
- Specified by:
withItemsin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
withItems
public A withItems(LimitRange... items)
- Specified by:
withItemsin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
hasItems
public Boolean hasItems()
- Specified by:
hasItemsin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
addNewItem
public LimitRangeListFluent.ItemsNested<A> addNewItem()
- Specified by:
addNewItemin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
addNewItemLike
public LimitRangeListFluent.ItemsNested<A> addNewItemLike(LimitRange item)
- Specified by:
addNewItemLikein interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
setNewItemLike
public LimitRangeListFluent.ItemsNested<A> setNewItemLike(int index, LimitRange item)
- Specified by:
setNewItemLikein interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
editItem
public LimitRangeListFluent.ItemsNested<A> editItem(int index)
- Specified by:
editItemin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
editFirstItem
public LimitRangeListFluent.ItemsNested<A> editFirstItem()
- Specified by:
editFirstItemin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
editLastItem
public LimitRangeListFluent.ItemsNested<A> editLastItem()
- Specified by:
editLastItemin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
editMatchingItem
public LimitRangeListFluent.ItemsNested<A> editMatchingItem(Predicate<LimitRangeBuilder> predicate)
- Specified by:
editMatchingItemin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKindin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKindin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKindin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKindin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKindin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKindin interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
getMetadata
@Deprecated public ListMeta getMetadata()
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Specified by:
getMetadatain interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>- Returns:
- The buildable object.
-
buildMetadata
public ListMeta buildMetadata()
- Specified by:
buildMetadatain interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
withMetadata
public A withMetadata(ListMeta metadata)
- Specified by:
withMetadatain interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
hasMetadata
public Boolean hasMetadata()
- Specified by:
hasMetadatain interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
withNewMetadata
public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
- Specified by:
withNewMetadatain interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
withNewMetadata
public LimitRangeListFluent.MetadataNested<A> withNewMetadata()
- Specified by:
withNewMetadatain interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
withNewMetadataLike
public LimitRangeListFluent.MetadataNested<A> withNewMetadataLike(ListMeta item)
- Specified by:
withNewMetadataLikein interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
editMetadata
public LimitRangeListFluent.MetadataNested<A> editMetadata()
- Specified by:
editMetadatain interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
editOrNewMetadata
public LimitRangeListFluent.MetadataNested<A> editOrNewMetadata()
- Specified by:
editOrNewMetadatain interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
editOrNewMetadataLike
public LimitRangeListFluent.MetadataNested<A> editOrNewMetadataLike(ListMeta item)
- Specified by:
editOrNewMetadataLikein interfaceLimitRangeListFluent<A extends LimitRangeListFluent<A>>
-
-