public class PrometheusFluent<A extends PrometheusFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PrometheusFluent.MetadataNested<N> |
class |
PrometheusFluent.SpecNested<N> |
class |
PrometheusFluent.StatusNested<N> |
| Constructor and Description |
|---|
PrometheusFluent() |
PrometheusFluent(Prometheus instance) |
public PrometheusFluent()
public PrometheusFluent(Prometheus instance)
protected void copyInstance(Prometheus instance)
public String getApiVersion()
public boolean hasApiVersion()
public String getKind()
public boolean hasKind()
public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
public boolean hasMetadata()
public PrometheusFluent.MetadataNested<A> withNewMetadata()
public PrometheusFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
public PrometheusFluent.MetadataNested<A> editMetadata()
public PrometheusFluent.MetadataNested<A> editOrNewMetadata()
public PrometheusFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
public PrometheusSpec buildSpec()
public A withSpec(PrometheusSpec spec)
public boolean hasSpec()
public PrometheusFluent.SpecNested<A> withNewSpec()
public PrometheusFluent.SpecNested<A> withNewSpecLike(PrometheusSpec item)
public PrometheusFluent.SpecNested<A> editSpec()
public PrometheusFluent.SpecNested<A> editOrNewSpec()
public PrometheusFluent.SpecNested<A> editOrNewSpecLike(PrometheusSpec item)
public PrometheusStatus buildStatus()
public A withStatus(PrometheusStatus status)
public boolean hasStatus()
public PrometheusFluent.StatusNested<A> withNewStatus()
public PrometheusFluent.StatusNested<A> withNewStatusLike(PrometheusStatus item)
public PrometheusFluent.StatusNested<A> editStatus()
public PrometheusFluent.StatusNested<A> editOrNewStatus()
public PrometheusFluent.StatusNested<A> editOrNewStatusLike(PrometheusStatus item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PrometheusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PrometheusFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.