Class PrometheusAgentFluent<A extends PrometheusAgentFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1alpha1.PrometheusAgentFluent<A>
-
- Direct Known Subclasses:
PrometheusAgentBuilder,PrometheusAgentListFluent.ItemsNested
public class PrometheusAgentFluent<A extends PrometheusAgentFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPrometheusAgentFluent.MetadataNested<N>classPrometheusAgentFluent.SpecNested<N>classPrometheusAgentFluent.StatusNested<N>
-
Constructor Summary
Constructors Constructor Description PrometheusAgentFluent()PrometheusAgentFluent(PrometheusAgent instance)
-
Method Summary
-
-
-
Constructor Detail
-
PrometheusAgentFluent
public PrometheusAgentFluent()
-
PrometheusAgentFluent
public PrometheusAgentFluent(PrometheusAgent instance)
-
-
Method Detail
-
buildMetadata
public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
-
buildSpec
public PrometheusAgentSpec buildSpec()
-
buildStatus
public PrometheusStatus buildStatus()
-
copyInstance
protected void copyInstance(PrometheusAgent instance)
-
editMetadata
public PrometheusAgentFluent.MetadataNested<A> editMetadata()
-
editOrNewMetadata
public PrometheusAgentFluent.MetadataNested<A> editOrNewMetadata()
-
editOrNewMetadataLike
public PrometheusAgentFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
editOrNewSpec
public PrometheusAgentFluent.SpecNested<A> editOrNewSpec()
-
editOrNewSpecLike
public PrometheusAgentFluent.SpecNested<A> editOrNewSpecLike(PrometheusAgentSpec item)
-
editOrNewStatus
public PrometheusAgentFluent.StatusNested<A> editOrNewStatus()
-
editOrNewStatusLike
public PrometheusAgentFluent.StatusNested<A> editOrNewStatusLike(PrometheusStatus item)
-
editSpec
public PrometheusAgentFluent.SpecNested<A> editSpec()
-
editStatus
public PrometheusAgentFluent.StatusNested<A> editStatus()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PrometheusAgentFluent<A>>
-
getApiVersion
public String getApiVersion()
-
getKind
public String getKind()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasApiVersion
public boolean hasApiVersion()
-
hasKind
public boolean hasKind()
-
hasMetadata
public boolean hasMetadata()
-
hasSpec
public boolean hasSpec()
-
hasStatus
public boolean hasStatus()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PrometheusAgentFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
-
withNewMetadata
public PrometheusAgentFluent.MetadataNested<A> withNewMetadata()
-
withNewMetadataLike
public PrometheusAgentFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
withNewSpec
public PrometheusAgentFluent.SpecNested<A> withNewSpec()
-
withNewSpecLike
public PrometheusAgentFluent.SpecNested<A> withNewSpecLike(PrometheusAgentSpec item)
-
withNewStatus
public PrometheusAgentFluent.StatusNested<A> withNewStatus()
-
withNewStatusLike
public PrometheusAgentFluent.StatusNested<A> withNewStatusLike(PrometheusStatus item)
-
withSpec
public A withSpec(PrometheusAgentSpec spec)
-
withStatus
public A withStatus(PrometheusStatus status)
-
-