Class ThanosRulerBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.ThanosRulerFluent<ThanosRulerBuilder>
-
- io.fabric8.openshift.api.model.monitoring.v1.ThanosRulerBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ThanosRuler>,io.fabric8.kubernetes.api.builder.Visitable<ThanosRulerBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ThanosRuler,ThanosRulerBuilder>
public class ThanosRulerBuilder extends ThanosRulerFluent<ThanosRulerBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ThanosRuler,ThanosRulerBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.monitoring.v1.ThanosRulerFluent
ThanosRulerFluent.MetadataNested<N>, ThanosRulerFluent.SpecNested<N>, ThanosRulerFluent.StatusNested<N>
-
-
Constructor Summary
Constructors Constructor Description ThanosRulerBuilder()ThanosRulerBuilder(ThanosRuler instance)ThanosRulerBuilder(ThanosRulerFluent<?> fluent)ThanosRulerBuilder(ThanosRulerFluent<?> fluent, ThanosRuler instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThanosRulerbuild()-
Methods inherited from class io.fabric8.openshift.api.model.monitoring.v1.ThanosRulerFluent
addToAdditionalProperties, addToAdditionalProperties, buildMetadata, buildSpec, buildStatus, copyInstance, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getAdditionalProperties, getApiVersion, getKind, hasAdditionalProperties, hasApiVersion, hashCode, hasKind, hasMetadata, hasSpec, hasStatus, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withApiVersion, withKind, withMetadata, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ThanosRulerBuilder
public ThanosRulerBuilder()
-
ThanosRulerBuilder
public ThanosRulerBuilder(ThanosRulerFluent<?> fluent)
-
ThanosRulerBuilder
public ThanosRulerBuilder(ThanosRuler instance)
-
ThanosRulerBuilder
public ThanosRulerBuilder(ThanosRulerFluent<?> fluent, ThanosRuler instance)
-
-
Method Detail
-
build
public ThanosRuler build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ThanosRuler>
-
-