Class DeviceTaintRuleListFluent<A extends DeviceTaintRuleListFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.resource.v1alpha3.DeviceTaintRuleListFluent<A>
-
- Direct Known Subclasses:
DeviceTaintRuleListBuilder
public class DeviceTaintRuleListFluent<A extends DeviceTaintRuleListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classDeviceTaintRuleListFluent.ItemsNested<N>
-
Constructor Summary
Constructors Constructor Description DeviceTaintRuleListFluent()DeviceTaintRuleListFluent(DeviceTaintRuleList instance)
-
Method Summary
-
-
-
Constructor Detail
-
DeviceTaintRuleListFluent
public DeviceTaintRuleListFluent()
-
DeviceTaintRuleListFluent
public DeviceTaintRuleListFluent(DeviceTaintRuleList instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(DeviceTaintRuleList instance)
-
getApiVersion
public String getApiVersion()
-
hasApiVersion
public boolean hasApiVersion()
-
addToItems
public A addToItems(int index, DeviceTaintRule item)
-
setToItems
public A setToItems(int index, DeviceTaintRule item)
-
addToItems
public A addToItems(DeviceTaintRule... items)
-
addAllToItems
public A addAllToItems(Collection<DeviceTaintRule> items)
-
removeFromItems
public A removeFromItems(DeviceTaintRule... items)
-
removeAllFromItems
public A removeAllFromItems(Collection<DeviceTaintRule> items)
-
removeMatchingFromItems
public A removeMatchingFromItems(Predicate<DeviceTaintRuleBuilder> predicate)
-
buildItems
public List<DeviceTaintRule> buildItems()
-
buildItem
public DeviceTaintRule buildItem(int index)
-
buildFirstItem
public DeviceTaintRule buildFirstItem()
-
buildLastItem
public DeviceTaintRule buildLastItem()
-
buildMatchingItem
public DeviceTaintRule buildMatchingItem(Predicate<DeviceTaintRuleBuilder> predicate)
-
hasMatchingItem
public boolean hasMatchingItem(Predicate<DeviceTaintRuleBuilder> predicate)
-
withItems
public A withItems(List<DeviceTaintRule> items)
-
withItems
public A withItems(DeviceTaintRule... items)
-
hasItems
public boolean hasItems()
-
addNewItem
public DeviceTaintRuleListFluent.ItemsNested<A> addNewItem()
-
addNewItemLike
public DeviceTaintRuleListFluent.ItemsNested<A> addNewItemLike(DeviceTaintRule item)
-
setNewItemLike
public DeviceTaintRuleListFluent.ItemsNested<A> setNewItemLike(int index, DeviceTaintRule item)
-
editItem
public DeviceTaintRuleListFluent.ItemsNested<A> editItem(int index)
-
editFirstItem
public DeviceTaintRuleListFluent.ItemsNested<A> editFirstItem()
-
editLastItem
public DeviceTaintRuleListFluent.ItemsNested<A> editLastItem()
-
editMatchingItem
public DeviceTaintRuleListFluent.ItemsNested<A> editMatchingItem(Predicate<DeviceTaintRuleBuilder> 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:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends DeviceTaintRuleListFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends DeviceTaintRuleListFluent<A>>
-
-