public interface RulesFluent<A extends RulesFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RulesFluent.AlertNested<N> |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
RulesAlert |
buildAlert() |
RulesFluent.AlertNested<A> |
editAlert() |
RulesFluent.AlertNested<A> |
editOrNewAlert() |
RulesFluent.AlertNested<A> |
editOrNewAlertLike(RulesAlert item) |
Map<String,Object> |
getAdditionalProperties() |
RulesAlert |
getAlert()
Deprecated.
|
Boolean |
hasAdditionalProperties() |
Boolean |
hasAlert() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAlert(RulesAlert alert) |
RulesFluent.AlertNested<A> |
withNewAlert() |
A |
withNewAlert(String forGracePeriod,
String forOutageTolerance,
String resendDelay) |
RulesFluent.AlertNested<A> |
withNewAlertLike(RulesAlert item) |
@Deprecated RulesAlert getAlert()
RulesAlert buildAlert()
A withAlert(RulesAlert alert)
Boolean hasAlert()
RulesFluent.AlertNested<A> withNewAlert()
RulesFluent.AlertNested<A> withNewAlertLike(RulesAlert item)
RulesFluent.AlertNested<A> editAlert()
RulesFluent.AlertNested<A> editOrNewAlert()
RulesFluent.AlertNested<A> editOrNewAlertLike(RulesAlert item)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.