Class PrometheusRuleRefBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.PrometheusRuleRefFluent<PrometheusRuleRefBuilder>
-
- io.fabric8.openshift.api.model.monitoring.v1.PrometheusRuleRefBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<PrometheusRuleRef>,io.fabric8.kubernetes.api.builder.Visitable<PrometheusRuleRefBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<PrometheusRuleRef,PrometheusRuleRefBuilder>
public class PrometheusRuleRefBuilder extends PrometheusRuleRefFluent<PrometheusRuleRefBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<PrometheusRuleRef,PrometheusRuleRefBuilder>
-
-
Constructor Summary
Constructors Constructor Description PrometheusRuleRefBuilder()PrometheusRuleRefBuilder(PrometheusRuleRef instance)PrometheusRuleRefBuilder(PrometheusRuleRefFluent<?> fluent)PrometheusRuleRefBuilder(PrometheusRuleRefFluent<?> fluent, PrometheusRuleRef instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrometheusRuleRefbuild()-
Methods inherited from class io.fabric8.openshift.api.model.monitoring.v1.PrometheusRuleRefFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getName, hasAdditionalProperties, hashCode, hasName, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withName
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
PrometheusRuleRefBuilder
public PrometheusRuleRefBuilder()
-
PrometheusRuleRefBuilder
public PrometheusRuleRefBuilder(PrometheusRuleRefFluent<?> fluent)
-
PrometheusRuleRefBuilder
public PrometheusRuleRefBuilder(PrometheusRuleRefFluent<?> fluent, PrometheusRuleRef instance)
-
PrometheusRuleRefBuilder
public PrometheusRuleRefBuilder(PrometheusRuleRef instance)
-
-
Method Detail
-
build
public PrometheusRuleRef build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<PrometheusRuleRef>
-
-