public class AlertingSpecFluentImpl<A extends AlertingSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements AlertingSpecFluent<A>
AlertingSpecFluent.AlertmanagersNested<N>| Constructor and Description |
|---|
AlertingSpecFluentImpl() |
AlertingSpecFluentImpl(AlertingSpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic AlertingSpecFluentImpl()
public AlertingSpecFluentImpl(AlertingSpec instance)
public A addToAlertmanagers(Integer index, AlertmanagerEndpoints item)
addToAlertmanagers in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public A setToAlertmanagers(Integer 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(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(Integer 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(Predicate<AlertmanagerEndpointsBuilder> predicate)
buildMatchingAlertmanager in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public Boolean hasMatchingAlertmanager(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(Integer index, AlertmanagerEndpoints item)
setNewAlertmanagerLike in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public AlertingSpecFluent.AlertmanagersNested<A> editAlertmanager(Integer 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(Predicate<AlertmanagerEndpointsBuilder> predicate)
editMatchingAlertmanager in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface AlertingSpecFluent<A extends AlertingSpecFluent<A>>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–2023 Red Hat. All rights reserved.