public interface RuleFluent<A extends RuleFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RuleFluent.ExprNested<N> |
String getAlert()
Boolean hasAlert()
A withNewAlert(StringBuilder arg1)
A withNewAlert(StringBuffer arg1)
Boolean hasAnnotations()
@Deprecated io.fabric8.kubernetes.api.model.IntOrString getExpr()
io.fabric8.kubernetes.api.model.IntOrString buildExpr()
A withExpr(io.fabric8.kubernetes.api.model.IntOrString expr)
Boolean hasExpr()
RuleFluent.ExprNested<A> withNewExpr()
RuleFluent.ExprNested<A> withNewExprLike(io.fabric8.kubernetes.api.model.IntOrString item)
RuleFluent.ExprNested<A> editExpr()
RuleFluent.ExprNested<A> editOrNewExpr()
RuleFluent.ExprNested<A> editOrNewExprLike(io.fabric8.kubernetes.api.model.IntOrString item)
String getFor()
Boolean hasFor()
A withNewFor(StringBuilder arg1)
A withNewFor(StringBuffer arg1)
Boolean hasLabels()
String getRecord()
Boolean hasRecord()
A withNewRecord(StringBuilder arg1)
A withNewRecord(StringBuffer arg1)
Copyright © 2015–2020 Red Hat. All rights reserved.