public class RuleFluentImpl<A extends RuleFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RuleFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
RuleFluentImpl.ExprNestedImpl<N> |
RuleFluent.ExprNested<N>| Constructor and Description |
|---|
RuleFluentImpl() |
RuleFluentImpl(Rule instance) |
public RuleFluentImpl()
public RuleFluentImpl(Rule instance)
public String getAlert()
getAlert in interface RuleFluent<A extends RuleFluent<A>>public A withAlert(String alert)
withAlert in interface RuleFluent<A extends RuleFluent<A>>public Boolean hasAlert()
hasAlert in interface RuleFluent<A extends RuleFluent<A>>@Deprecated public A withNewAlert(String arg0)
withNewAlert in interface RuleFluent<A extends RuleFluent<A>>public A addToAnnotations(String key, String value)
addToAnnotations in interface RuleFluent<A extends RuleFluent<A>>public A addToAnnotations(Map<String,String> map)
addToAnnotations in interface RuleFluent<A extends RuleFluent<A>>public A removeFromAnnotations(String key)
removeFromAnnotations in interface RuleFluent<A extends RuleFluent<A>>public A removeFromAnnotations(Map<String,String> map)
removeFromAnnotations in interface RuleFluent<A extends RuleFluent<A>>public Map<String,String> getAnnotations()
getAnnotations in interface RuleFluent<A extends RuleFluent<A>>public <K,V> A withAnnotations(Map<String,String> annotations)
withAnnotations in interface RuleFluent<A extends RuleFluent<A>>public Boolean hasAnnotations()
hasAnnotations in interface RuleFluent<A extends RuleFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.IntOrString getExpr()
getExpr in interface RuleFluent<A extends RuleFluent<A>>public io.fabric8.kubernetes.api.model.IntOrString buildExpr()
buildExpr in interface RuleFluent<A extends RuleFluent<A>>public A withExpr(io.fabric8.kubernetes.api.model.IntOrString expr)
withExpr in interface RuleFluent<A extends RuleFluent<A>>public Boolean hasExpr()
hasExpr in interface RuleFluent<A extends RuleFluent<A>>public A withNewExpr(Integer intVal)
withNewExpr in interface RuleFluent<A extends RuleFluent<A>>public A withNewExpr(String strVal)
withNewExpr in interface RuleFluent<A extends RuleFluent<A>>public RuleFluent.ExprNested<A> withNewExpr()
withNewExpr in interface RuleFluent<A extends RuleFluent<A>>public RuleFluent.ExprNested<A> withNewExprLike(io.fabric8.kubernetes.api.model.IntOrString item)
withNewExprLike in interface RuleFluent<A extends RuleFluent<A>>public RuleFluent.ExprNested<A> editExpr()
editExpr in interface RuleFluent<A extends RuleFluent<A>>public RuleFluent.ExprNested<A> editOrNewExpr()
editOrNewExpr in interface RuleFluent<A extends RuleFluent<A>>public RuleFluent.ExprNested<A> editOrNewExprLike(io.fabric8.kubernetes.api.model.IntOrString item)
editOrNewExprLike in interface RuleFluent<A extends RuleFluent<A>>public String getFor()
getFor in interface RuleFluent<A extends RuleFluent<A>>public A withFor(String _for)
withFor in interface RuleFluent<A extends RuleFluent<A>>public Boolean hasFor()
hasFor in interface RuleFluent<A extends RuleFluent<A>>@Deprecated public A withNewFor(String arg0)
withNewFor in interface RuleFluent<A extends RuleFluent<A>>public A addToLabels(String key, String value)
addToLabels in interface RuleFluent<A extends RuleFluent<A>>public A addToLabels(Map<String,String> map)
addToLabels in interface RuleFluent<A extends RuleFluent<A>>public A removeFromLabels(String key)
removeFromLabels in interface RuleFluent<A extends RuleFluent<A>>public A removeFromLabels(Map<String,String> map)
removeFromLabels in interface RuleFluent<A extends RuleFluent<A>>public Map<String,String> getLabels()
getLabels in interface RuleFluent<A extends RuleFluent<A>>public <K,V> A withLabels(Map<String,String> labels)
withLabels in interface RuleFluent<A extends RuleFluent<A>>public Boolean hasLabels()
hasLabels in interface RuleFluent<A extends RuleFluent<A>>public String getRecord()
getRecord in interface RuleFluent<A extends RuleFluent<A>>public A withRecord(String record)
withRecord in interface RuleFluent<A extends RuleFluent<A>>public Boolean hasRecord()
hasRecord in interface RuleFluent<A extends RuleFluent<A>>@Deprecated public A withNewRecord(String arg0)
withNewRecord in interface RuleFluent<A extends RuleFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.