Class PodSchedulingContextListFluent<A extends PodSchedulingContextListFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContextListFluent<A>
-
- Direct Known Subclasses:
PodSchedulingContextListBuilder
public class PodSchedulingContextListFluent<A extends PodSchedulingContextListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
PodSchedulingContextListFluent.ItemsNested<N>
-
Constructor Summary
Constructors Constructor Description PodSchedulingContextListFluent()
PodSchedulingContextListFluent(PodSchedulingContextList instance)
-
Method Summary
-
-
-
Constructor Detail
-
PodSchedulingContextListFluent
public PodSchedulingContextListFluent()
-
PodSchedulingContextListFluent
public PodSchedulingContextListFluent(PodSchedulingContextList instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(PodSchedulingContextList instance)
-
getApiVersion
public String getApiVersion()
-
hasApiVersion
public boolean hasApiVersion()
-
addToItems
public A addToItems(int index, PodSchedulingContext item)
-
setToItems
public A setToItems(int index, PodSchedulingContext item)
-
addToItems
public A addToItems(PodSchedulingContext... items)
-
addAllToItems
public A addAllToItems(Collection<PodSchedulingContext> items)
-
removeFromItems
public A removeFromItems(PodSchedulingContext... items)
-
removeAllFromItems
public A removeAllFromItems(Collection<PodSchedulingContext> items)
-
removeMatchingFromItems
public A removeMatchingFromItems(Predicate<PodSchedulingContextBuilder> predicate)
-
buildItems
public List<PodSchedulingContext> buildItems()
-
buildItem
public PodSchedulingContext buildItem(int index)
-
buildFirstItem
public PodSchedulingContext buildFirstItem()
-
buildLastItem
public PodSchedulingContext buildLastItem()
-
buildMatchingItem
public PodSchedulingContext buildMatchingItem(Predicate<PodSchedulingContextBuilder> predicate)
-
hasMatchingItem
public boolean hasMatchingItem(Predicate<PodSchedulingContextBuilder> predicate)
-
withItems
public A withItems(List<PodSchedulingContext> items)
-
withItems
public A withItems(PodSchedulingContext... items)
-
hasItems
public boolean hasItems()
-
addNewItem
public PodSchedulingContextListFluent.ItemsNested<A> addNewItem()
-
addNewItemLike
public PodSchedulingContextListFluent.ItemsNested<A> addNewItemLike(PodSchedulingContext item)
-
setNewItemLike
public PodSchedulingContextListFluent.ItemsNested<A> setNewItemLike(int index, PodSchedulingContext item)
-
editItem
public PodSchedulingContextListFluent.ItemsNested<A> editItem(int index)
-
editFirstItem
public PodSchedulingContextListFluent.ItemsNested<A> editFirstItem()
-
editLastItem
public PodSchedulingContextListFluent.ItemsNested<A> editLastItem()
-
editMatchingItem
public PodSchedulingContextListFluent.ItemsNested<A> editMatchingItem(Predicate<PodSchedulingContextBuilder> predicate)
-
getKind
public String getKind()
-
hasKind
public boolean hasKind()
-
getMetadata
public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
-
hasMetadata
public boolean hasMetadata()
-
withNewMetadata
public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PodSchedulingContextListFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PodSchedulingContextListFluent<A>>
-
-