Class OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerListFluent<A>
-
- Direct Known Subclasses:
OpenShiftAPIServerListBuilder
public class OpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classOpenShiftAPIServerListFluent.ItemsNested<N>
-
Constructor Summary
Constructors Constructor Description OpenShiftAPIServerListFluent()OpenShiftAPIServerListFluent(OpenShiftAPIServerList instance)
-
Method Summary
-
-
-
Constructor Detail
-
OpenShiftAPIServerListFluent
public OpenShiftAPIServerListFluent()
-
OpenShiftAPIServerListFluent
public OpenShiftAPIServerListFluent(OpenShiftAPIServerList instance)
-
-
Method Detail
-
addAllToItems
public A addAllToItems(Collection<OpenShiftAPIServer> items)
-
addNewItem
public OpenShiftAPIServerListFluent.ItemsNested<A> addNewItem()
-
addNewItemLike
public OpenShiftAPIServerListFluent.ItemsNested<A> addNewItemLike(OpenShiftAPIServer item)
-
addToItems
public A addToItems(OpenShiftAPIServer... items)
-
addToItems
public A addToItems(int index, OpenShiftAPIServer item)
-
buildFirstItem
public OpenShiftAPIServer buildFirstItem()
-
buildItem
public OpenShiftAPIServer buildItem(int index)
-
buildItems
public List<OpenShiftAPIServer> buildItems()
-
buildLastItem
public OpenShiftAPIServer buildLastItem()
-
buildMatchingItem
public OpenShiftAPIServer buildMatchingItem(Predicate<OpenShiftAPIServerBuilder> predicate)
-
copyInstance
protected void copyInstance(OpenShiftAPIServerList instance)
-
editFirstItem
public OpenShiftAPIServerListFluent.ItemsNested<A> editFirstItem()
-
editItem
public OpenShiftAPIServerListFluent.ItemsNested<A> editItem(int index)
-
editLastItem
public OpenShiftAPIServerListFluent.ItemsNested<A> editLastItem()
-
editMatchingItem
public OpenShiftAPIServerListFluent.ItemsNested<A> editMatchingItem(Predicate<OpenShiftAPIServerBuilder> predicate)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OpenShiftAPIServerListFluent<A>>
-
getApiVersion
public String getApiVersion()
-
getKind
public String getKind()
-
getMetadata
public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasApiVersion
public boolean hasApiVersion()
-
hasItems
public boolean hasItems()
-
hasKind
public boolean hasKind()
-
hasMatchingItem
public boolean hasMatchingItem(Predicate<OpenShiftAPIServerBuilder> predicate)
-
hasMetadata
public boolean hasMetadata()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OpenShiftAPIServerListFluent<A>>
-
removeAllFromItems
public A removeAllFromItems(Collection<OpenShiftAPIServer> items)
-
removeFromItems
public A removeFromItems(OpenShiftAPIServer... items)
-
removeMatchingFromItems
public A removeMatchingFromItems(Predicate<OpenShiftAPIServerBuilder> predicate)
-
setNewItemLike
public OpenShiftAPIServerListFluent.ItemsNested<A> setNewItemLike(int index, OpenShiftAPIServer item)
-
setToItems
public A setToItems(int index, OpenShiftAPIServer item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withItems
public A withItems(List<OpenShiftAPIServer> items)
-
withItems
public A withItems(OpenShiftAPIServer... items)
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
-
-