Class PrometheusRuleBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.PrometheusRuleFluent<PrometheusRuleBuilder>
-
- io.fabric8.openshift.api.model.monitoring.v1.PrometheusRuleBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<PrometheusRule>,io.fabric8.kubernetes.api.builder.Visitable<PrometheusRuleBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<PrometheusRule,PrometheusRuleBuilder>
public class PrometheusRuleBuilder extends PrometheusRuleFluent<PrometheusRuleBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<PrometheusRule,PrometheusRuleBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.monitoring.v1.PrometheusRuleFluent
PrometheusRuleFluent.MetadataNested<N>, PrometheusRuleFluent.SpecNested<N>
-
-
Constructor Summary
Constructors Constructor Description PrometheusRuleBuilder()PrometheusRuleBuilder(PrometheusRule instance)PrometheusRuleBuilder(PrometheusRuleFluent<?> fluent)PrometheusRuleBuilder(PrometheusRuleFluent<?> fluent, PrometheusRule instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrometheusRulebuild()-
Methods inherited from class io.fabric8.openshift.api.model.monitoring.v1.PrometheusRuleFluent
addToAdditionalProperties, addToAdditionalProperties, buildMetadata, buildSpec, copyInstance, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editSpec, equals, getAdditionalProperties, getApiVersion, getKind, hasAdditionalProperties, hasApiVersion, hashCode, hasKind, hasMetadata, hasSpec, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withApiVersion, withKind, withMetadata, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withSpec
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
PrometheusRuleBuilder
public PrometheusRuleBuilder()
-
PrometheusRuleBuilder
public PrometheusRuleBuilder(PrometheusRuleFluent<?> fluent)
-
PrometheusRuleBuilder
public PrometheusRuleBuilder(PrometheusRuleFluent<?> fluent, PrometheusRule instance)
-
PrometheusRuleBuilder
public PrometheusRuleBuilder(PrometheusRule instance)
-
-
Method Detail
-
build
public PrometheusRule build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<PrometheusRule>
-
-