Interface PrometheusSourceFluent<A extends PrometheusSourceFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
PrometheusSourceListFluent.ItemsNested<N>
- All Known Implementing Classes:
PrometheusSourceBuilder,PrometheusSourceFluentImpl,PrometheusSourceListFluentImpl.ItemsNestedImpl
public interface PrometheusSourceFluent<A extends PrometheusSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePrometheusSourceFluent.MetadataNested<N>static interfacePrometheusSourceFluent.SpecNested<N>static interfacePrometheusSourceFluent.StatusNested<N>
-
Method Summary
-
-
-
Method Detail
-
getApiVersion
String getApiVersion()
-
hasApiVersion
Boolean hasApiVersion()
-
withNewApiVersion
A withNewApiVersion(StringBuilder arg1)
-
withNewApiVersion
A withNewApiVersion(StringBuffer arg1)
-
getKind
String getKind()
-
hasKind
Boolean hasKind()
-
withNewKind
A withNewKind(StringBuilder arg1)
-
withNewKind
A withNewKind(StringBuffer arg1)
-
getMetadata
@Deprecated io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Returns:
- The buildable object.
-
buildMetadata
io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
-
withMetadata
A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
-
hasMetadata
Boolean hasMetadata()
-
withNewMetadata
PrometheusSourceFluent.MetadataNested<A> withNewMetadata()
-
withNewMetadataLike
PrometheusSourceFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
editMetadata
PrometheusSourceFluent.MetadataNested<A> editMetadata()
-
editOrNewMetadata
PrometheusSourceFluent.MetadataNested<A> editOrNewMetadata()
-
editOrNewMetadataLike
PrometheusSourceFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
getSpec
@Deprecated PrometheusSourceSpec getSpec()
Deprecated.This method has been deprecated, please use method buildSpec instead.- Returns:
- The buildable object.
-
buildSpec
PrometheusSourceSpec buildSpec()
-
withSpec
A withSpec(PrometheusSourceSpec spec)
-
hasSpec
Boolean hasSpec()
-
withNewSpec
PrometheusSourceFluent.SpecNested<A> withNewSpec()
-
withNewSpecLike
PrometheusSourceFluent.SpecNested<A> withNewSpecLike(PrometheusSourceSpec item)
-
editSpec
PrometheusSourceFluent.SpecNested<A> editSpec()
-
editOrNewSpec
PrometheusSourceFluent.SpecNested<A> editOrNewSpec()
-
editOrNewSpecLike
PrometheusSourceFluent.SpecNested<A> editOrNewSpecLike(PrometheusSourceSpec item)
-
getStatus
@Deprecated PrometheusSourceStatus getStatus()
Deprecated.This method has been deprecated, please use method buildStatus instead.- Returns:
- The buildable object.
-
buildStatus
PrometheusSourceStatus buildStatus()
-
withStatus
A withStatus(PrometheusSourceStatus status)
-
hasStatus
Boolean hasStatus()
-
withNewStatus
PrometheusSourceFluent.StatusNested<A> withNewStatus()
-
withNewStatusLike
PrometheusSourceFluent.StatusNested<A> withNewStatusLike(PrometheusSourceStatus item)
-
editStatus
PrometheusSourceFluent.StatusNested<A> editStatus()
-
editOrNewStatus
PrometheusSourceFluent.StatusNested<A> editOrNewStatus()
-
editOrNewStatusLike
PrometheusSourceFluent.StatusNested<A> editOrNewStatusLike(PrometheusSourceStatus item)
-
-