Class AlertingSpecFluent<A extends AlertingSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.AlertingSpecFluent<A>
-
- Direct Known Subclasses:
AlertingSpecBuilder,PrometheusSpecFluent.AlertingNested
public class AlertingSpecFluent<A extends AlertingSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classAlertingSpecFluent.AlertmanagersNested<N>
-
Constructor Summary
Constructors Constructor Description AlertingSpecFluent()AlertingSpecFluent(AlertingSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
AlertingSpecFluent
public AlertingSpecFluent()
-
AlertingSpecFluent
public AlertingSpecFluent(AlertingSpec instance)
-
-
Method Detail
-
addAllToAlertmanagers
public A addAllToAlertmanagers(Collection<AlertmanagerEndpoints> items)
-
addNewAlertmanager
public AlertingSpecFluent.AlertmanagersNested<A> addNewAlertmanager()
-
addNewAlertmanagerLike
public AlertingSpecFluent.AlertmanagersNested<A> addNewAlertmanagerLike(AlertmanagerEndpoints item)
-
addToAlertmanagers
public A addToAlertmanagers(AlertmanagerEndpoints... items)
-
addToAlertmanagers
public A addToAlertmanagers(int index, AlertmanagerEndpoints item)
-
buildAlertmanager
public AlertmanagerEndpoints buildAlertmanager(int index)
-
buildAlertmanagers
public List<AlertmanagerEndpoints> buildAlertmanagers()
-
buildFirstAlertmanager
public AlertmanagerEndpoints buildFirstAlertmanager()
-
buildLastAlertmanager
public AlertmanagerEndpoints buildLastAlertmanager()
-
buildMatchingAlertmanager
public AlertmanagerEndpoints buildMatchingAlertmanager(Predicate<AlertmanagerEndpointsBuilder> predicate)
-
copyInstance
protected void copyInstance(AlertingSpec instance)
-
editAlertmanager
public AlertingSpecFluent.AlertmanagersNested<A> editAlertmanager(int index)
-
editFirstAlertmanager
public AlertingSpecFluent.AlertmanagersNested<A> editFirstAlertmanager()
-
editLastAlertmanager
public AlertingSpecFluent.AlertmanagersNested<A> editLastAlertmanager()
-
editMatchingAlertmanager
public AlertingSpecFluent.AlertmanagersNested<A> editMatchingAlertmanager(Predicate<AlertmanagerEndpointsBuilder> predicate)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AlertingSpecFluent<A>>
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasAlertmanagers
public boolean hasAlertmanagers()
-
hasMatchingAlertmanager
public boolean hasMatchingAlertmanager(Predicate<AlertmanagerEndpointsBuilder> predicate)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AlertingSpecFluent<A>>
-
removeAllFromAlertmanagers
public A removeAllFromAlertmanagers(Collection<AlertmanagerEndpoints> items)
-
removeFromAlertmanagers
public A removeFromAlertmanagers(AlertmanagerEndpoints... items)
-
removeMatchingFromAlertmanagers
public A removeMatchingFromAlertmanagers(Predicate<AlertmanagerEndpointsBuilder> predicate)
-
setNewAlertmanagerLike
public AlertingSpecFluent.AlertmanagersNested<A> setNewAlertmanagerLike(int index, AlertmanagerEndpoints item)
-
setToAlertmanagers
public A setToAlertmanagers(int index, AlertmanagerEndpoints item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withAlertmanagers
public A withAlertmanagers(List<AlertmanagerEndpoints> alertmanagers)
-
withAlertmanagers
public A withAlertmanagers(AlertmanagerEndpoints... alertmanagers)
-
-