public interface PrometheusRuleFluent<A extends PrometheusRuleFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PrometheusRuleFluent.MetadataNested<N> |
static interface |
PrometheusRuleFluent.SpecNested<N> |
String getApiVersion()
Boolean hasApiVersion()
A withNewApiVersion(StringBuilder arg1)
A withNewApiVersion(StringBuffer arg1)
String getKind()
Boolean hasKind()
A withNewKind(StringBuilder arg1)
A withNewKind(StringBuffer arg1)
@Deprecated io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
Boolean hasMetadata()
PrometheusRuleFluent.MetadataNested<A> withNewMetadata()
PrometheusRuleFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
PrometheusRuleFluent.MetadataNested<A> editMetadata()
PrometheusRuleFluent.MetadataNested<A> editOrNewMetadata()
PrometheusRuleFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
@Deprecated PrometheusRuleSpec getSpec()
PrometheusRuleSpec buildSpec()
A withSpec(PrometheusRuleSpec spec)
Boolean hasSpec()
PrometheusRuleFluent.SpecNested<A> withNewSpec()
PrometheusRuleFluent.SpecNested<A> withNewSpecLike(PrometheusRuleSpec item)
PrometheusRuleFluent.SpecNested<A> editSpec()
PrometheusRuleFluent.SpecNested<A> editOrNewSpec()
PrometheusRuleFluent.SpecNested<A> editOrNewSpecLike(PrometheusRuleSpec item)
Copyright © 2015–2021 Red Hat. All rights reserved.