public class PrometheusFluentImpl<A extends PrometheusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PrometheusFluent<A>
PrometheusFluent.MetadataNested<N>, PrometheusFluent.SpecNested<N>, PrometheusFluent.StatusNested<N>| Constructor and Description |
|---|
PrometheusFluentImpl() |
PrometheusFluentImpl(Prometheus instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic PrometheusFluentImpl()
public PrometheusFluentImpl(Prometheus instance)
public String getApiVersion()
getApiVersion in interface PrometheusFluent<A extends PrometheusFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface PrometheusFluent<A extends PrometheusFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface PrometheusFluent<A extends PrometheusFluent<A>>public String getKind()
getKind in interface PrometheusFluent<A extends PrometheusFluent<A>>public A withKind(String kind)
withKind in interface PrometheusFluent<A extends PrometheusFluent<A>>public Boolean hasKind()
hasKind in interface PrometheusFluent<A extends PrometheusFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
getMetadata in interface PrometheusFluent<A extends PrometheusFluent<A>>public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
buildMetadata in interface PrometheusFluent<A extends PrometheusFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
withMetadata in interface PrometheusFluent<A extends PrometheusFluent<A>>public Boolean hasMetadata()
hasMetadata in interface PrometheusFluent<A extends PrometheusFluent<A>>public PrometheusFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface PrometheusFluent<A extends PrometheusFluent<A>>public PrometheusFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
withNewMetadataLike in interface PrometheusFluent<A extends PrometheusFluent<A>>public PrometheusFluent.MetadataNested<A> editMetadata()
editMetadata in interface PrometheusFluent<A extends PrometheusFluent<A>>public PrometheusFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata in interface PrometheusFluent<A extends PrometheusFluent<A>>public PrometheusFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
editOrNewMetadataLike in interface PrometheusFluent<A extends PrometheusFluent<A>>@Deprecated public PrometheusSpec getSpec()
getSpec in interface PrometheusFluent<A extends PrometheusFluent<A>>public PrometheusSpec buildSpec()
buildSpec in interface PrometheusFluent<A extends PrometheusFluent<A>>public A withSpec(PrometheusSpec spec)
withSpec in interface PrometheusFluent<A extends PrometheusFluent<A>>public Boolean hasSpec()
hasSpec in interface PrometheusFluent<A extends PrometheusFluent<A>>public PrometheusFluent.SpecNested<A> withNewSpec()
withNewSpec in interface PrometheusFluent<A extends PrometheusFluent<A>>public PrometheusFluent.SpecNested<A> withNewSpecLike(PrometheusSpec item)
withNewSpecLike in interface PrometheusFluent<A extends PrometheusFluent<A>>public PrometheusFluent.SpecNested<A> editSpec()
editSpec in interface PrometheusFluent<A extends PrometheusFluent<A>>public PrometheusFluent.SpecNested<A> editOrNewSpec()
editOrNewSpec in interface PrometheusFluent<A extends PrometheusFluent<A>>public PrometheusFluent.SpecNested<A> editOrNewSpecLike(PrometheusSpec item)
editOrNewSpecLike in interface PrometheusFluent<A extends PrometheusFluent<A>>@Deprecated public PrometheusStatus getStatus()
getStatus in interface PrometheusFluent<A extends PrometheusFluent<A>>public PrometheusStatus buildStatus()
buildStatus in interface PrometheusFluent<A extends PrometheusFluent<A>>public A withStatus(PrometheusStatus status)
withStatus in interface PrometheusFluent<A extends PrometheusFluent<A>>public Boolean hasStatus()
hasStatus in interface PrometheusFluent<A extends PrometheusFluent<A>>public A withNewStatus(Integer availableReplicas, Boolean paused, Integer replicas, Integer unavailableReplicas, Integer updatedReplicas)
withNewStatus in interface PrometheusFluent<A extends PrometheusFluent<A>>public PrometheusFluent.StatusNested<A> withNewStatus()
withNewStatus in interface PrometheusFluent<A extends PrometheusFluent<A>>public PrometheusFluent.StatusNested<A> withNewStatusLike(PrometheusStatus item)
withNewStatusLike in interface PrometheusFluent<A extends PrometheusFluent<A>>public PrometheusFluent.StatusNested<A> editStatus()
editStatus in interface PrometheusFluent<A extends PrometheusFluent<A>>public PrometheusFluent.StatusNested<A> editOrNewStatus()
editOrNewStatus in interface PrometheusFluent<A extends PrometheusFluent<A>>public PrometheusFluent.StatusNested<A> editOrNewStatusLike(PrometheusStatus item)
editOrNewStatusLike in interface PrometheusFluent<A extends PrometheusFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface PrometheusFluent<A extends PrometheusFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface PrometheusFluent<A extends PrometheusFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface PrometheusFluent<A extends PrometheusFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface PrometheusFluent<A extends PrometheusFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface PrometheusFluent<A extends PrometheusFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface PrometheusFluent<A extends PrometheusFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface PrometheusFluent<A extends PrometheusFluent<A>>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–2022 Red Hat. All rights reserved.