public class AlertingSpecFluentImpl<A extends AlertingSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements AlertingSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
AlertingSpecFluentImpl.AlertmanagersNestedImpl<N> |
AlertingSpecFluent.AlertmanagersNested<N>| Constructor and Description |
|---|
AlertingSpecFluentImpl() |
AlertingSpecFluentImpl(AlertingSpec instance) |
public AlertingSpecFluentImpl()
public AlertingSpecFluentImpl(AlertingSpec instance)
public A addToAlertmanagers(int index, AlertmanagerEndpoints item)
addToAlertmanagers in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public A setToAlertmanagers(int index, AlertmanagerEndpoints item)
setToAlertmanagers in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public A addToAlertmanagers(AlertmanagerEndpoints... items)
addToAlertmanagers in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public A addAllToAlertmanagers(Collection<AlertmanagerEndpoints> items)
addAllToAlertmanagers in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public A removeFromAlertmanagers(AlertmanagerEndpoints... items)
removeFromAlertmanagers in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public A removeAllFromAlertmanagers(Collection<AlertmanagerEndpoints> items)
removeAllFromAlertmanagers in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public A removeMatchingFromAlertmanagers(io.fabric8.kubernetes.api.builder.Predicate<AlertmanagerEndpointsBuilder> predicate)
removeMatchingFromAlertmanagers in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>@Deprecated public List<AlertmanagerEndpoints> getAlertmanagers()
getAlertmanagers in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public List<AlertmanagerEndpoints> buildAlertmanagers()
buildAlertmanagers in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public AlertmanagerEndpoints buildAlertmanager(int index)
buildAlertmanager in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public AlertmanagerEndpoints buildFirstAlertmanager()
buildFirstAlertmanager in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public AlertmanagerEndpoints buildLastAlertmanager()
buildLastAlertmanager in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public AlertmanagerEndpoints buildMatchingAlertmanager(io.fabric8.kubernetes.api.builder.Predicate<AlertmanagerEndpointsBuilder> predicate)
buildMatchingAlertmanager in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public Boolean hasMatchingAlertmanager(io.fabric8.kubernetes.api.builder.Predicate<AlertmanagerEndpointsBuilder> predicate)
hasMatchingAlertmanager in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public A withAlertmanagers(List<AlertmanagerEndpoints> alertmanagers)
withAlertmanagers in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public A withAlertmanagers(AlertmanagerEndpoints... alertmanagers)
withAlertmanagers in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public Boolean hasAlertmanagers()
hasAlertmanagers in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public AlertingSpecFluent.AlertmanagersNested<A> addNewAlertmanager()
addNewAlertmanager in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public AlertingSpecFluent.AlertmanagersNested<A> addNewAlertmanagerLike(AlertmanagerEndpoints item)
addNewAlertmanagerLike in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public AlertingSpecFluent.AlertmanagersNested<A> setNewAlertmanagerLike(int index, AlertmanagerEndpoints item)
setNewAlertmanagerLike in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public AlertingSpecFluent.AlertmanagersNested<A> editAlertmanager(int index)
editAlertmanager in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public AlertingSpecFluent.AlertmanagersNested<A> editFirstAlertmanager()
editFirstAlertmanager in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public AlertingSpecFluent.AlertmanagersNested<A> editLastAlertmanager()
editLastAlertmanager in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public AlertingSpecFluent.AlertmanagersNested<A> editMatchingAlertmanager(io.fabric8.kubernetes.api.builder.Predicate<AlertmanagerEndpointsBuilder> predicate)
editMatchingAlertmanager in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.