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