public class AlertingSpecFluent<A extends AlertingSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
AlertingSpecFluent.AlertmanagersNested<N> |
| Constructor and Description |
|---|
AlertingSpecFluent() |
AlertingSpecFluent(AlertingSpec instance) |
public AlertingSpecFluent()
public AlertingSpecFluent(AlertingSpec instance)
protected void copyInstance(AlertingSpec instance)
public A addToAlertmanagers(int index, AlertmanagerEndpoints item)
public A setToAlertmanagers(int index, AlertmanagerEndpoints item)
public A addToAlertmanagers(AlertmanagerEndpoints... items)
public A addAllToAlertmanagers(Collection<AlertmanagerEndpoints> items)
public A removeFromAlertmanagers(AlertmanagerEndpoints... items)
public A removeAllFromAlertmanagers(Collection<AlertmanagerEndpoints> items)
public A removeMatchingFromAlertmanagers(Predicate<AlertmanagerEndpointsBuilder> predicate)
public List<AlertmanagerEndpoints> buildAlertmanagers()
public AlertmanagerEndpoints buildAlertmanager(int index)
public AlertmanagerEndpoints buildFirstAlertmanager()
public AlertmanagerEndpoints buildLastAlertmanager()
public AlertmanagerEndpoints buildMatchingAlertmanager(Predicate<AlertmanagerEndpointsBuilder> predicate)
public boolean hasMatchingAlertmanager(Predicate<AlertmanagerEndpointsBuilder> predicate)
public A withAlertmanagers(List<AlertmanagerEndpoints> alertmanagers)
public A withAlertmanagers(AlertmanagerEndpoints... alertmanagers)
public boolean hasAlertmanagers()
public AlertingSpecFluent.AlertmanagersNested<A> addNewAlertmanager()
public AlertingSpecFluent.AlertmanagersNested<A> addNewAlertmanagerLike(AlertmanagerEndpoints item)
public AlertingSpecFluent.AlertmanagersNested<A> setNewAlertmanagerLike(int index, AlertmanagerEndpoints item)
public AlertingSpecFluent.AlertmanagersNested<A> editAlertmanager(int index)
public AlertingSpecFluent.AlertmanagersNested<A> editFirstAlertmanager()
public AlertingSpecFluent.AlertmanagersNested<A> editLastAlertmanager()
public AlertingSpecFluent.AlertmanagersNested<A> editMatchingAlertmanager(Predicate<AlertmanagerEndpointsBuilder> predicate)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AlertingSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AlertingSpecFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.