Class AlertmanagerListFluent<A extends AlertmanagerListFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.AlertmanagerListFluent<A>
-
- Direct Known Subclasses:
AlertmanagerListBuilder
public class AlertmanagerListFluent<A extends AlertmanagerListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classAlertmanagerListFluent.ItemsNested<N>
-
Constructor Summary
Constructors Constructor Description AlertmanagerListFluent()AlertmanagerListFluent(AlertmanagerList instance)
-
Method Summary
-
-
-
Constructor Detail
-
AlertmanagerListFluent
public AlertmanagerListFluent()
-
AlertmanagerListFluent
public AlertmanagerListFluent(AlertmanagerList instance)
-
-
Method Detail
-
addAllToItems
public A addAllToItems(Collection<Alertmanager> items)
-
addNewItem
public AlertmanagerListFluent.ItemsNested<A> addNewItem()
-
addNewItemLike
public AlertmanagerListFluent.ItemsNested<A> addNewItemLike(Alertmanager item)
-
addToItems
public A addToItems(Alertmanager... items)
-
addToItems
public A addToItems(int index, Alertmanager item)
-
buildFirstItem
public Alertmanager buildFirstItem()
-
buildItem
public Alertmanager buildItem(int index)
-
buildItems
public List<Alertmanager> buildItems()
-
buildLastItem
public Alertmanager buildLastItem()
-
buildMatchingItem
public Alertmanager buildMatchingItem(Predicate<AlertmanagerBuilder> predicate)
-
copyInstance
protected void copyInstance(AlertmanagerList instance)
-
editFirstItem
public AlertmanagerListFluent.ItemsNested<A> editFirstItem()
-
editItem
public AlertmanagerListFluent.ItemsNested<A> editItem(int index)
-
editLastItem
public AlertmanagerListFluent.ItemsNested<A> editLastItem()
-
editMatchingItem
public AlertmanagerListFluent.ItemsNested<A> editMatchingItem(Predicate<AlertmanagerBuilder> predicate)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AlertmanagerListFluent<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<AlertmanagerBuilder> predicate)
-
hasMetadata
public boolean hasMetadata()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AlertmanagerListFluent<A>>
-
removeAllFromItems
public A removeAllFromItems(Collection<Alertmanager> items)
-
removeFromItems
public A removeFromItems(Alertmanager... items)
-
removeMatchingFromItems
public A removeMatchingFromItems(Predicate<AlertmanagerBuilder> predicate)
-
setNewItemLike
public AlertmanagerListFluent.ItemsNested<A> setNewItemLike(int index, Alertmanager item)
-
setToItems
public A setToItems(int index, Alertmanager item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withItems
public A withItems(List<Alertmanager> items)
-
withItems
public A withItems(Alertmanager... items)
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
-
-