public class PrometheusFluentImpl<A extends PrometheusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PrometheusFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PrometheusFluentImpl.MetadataNestedImpl<N> |
class |
PrometheusFluentImpl.SpecNestedImpl<N> |
class |
PrometheusFluentImpl.StatusNestedImpl<N> |
PrometheusFluent.MetadataNested<N>, PrometheusFluent.SpecNested<N>, PrometheusFluent.StatusNested<N>| Constructor and Description |
|---|
PrometheusFluentImpl() |
PrometheusFluentImpl(Prometheus instance) |
public 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>>@Deprecated public A withNewApiVersion(String arg0)
withNewApiVersion 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 A withNewKind(String arg0)
withNewKind 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>>Copyright © 2015–2020 Red Hat. All rights reserved.