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