Class InsightsDataGatherStatusBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1alpha2.InsightsDataGatherStatusFluent<InsightsDataGatherStatusBuilder>
-
- io.fabric8.openshift.api.model.config.v1alpha2.InsightsDataGatherStatusBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<InsightsDataGatherStatus>,io.fabric8.kubernetes.api.builder.Visitable<InsightsDataGatherStatusBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<InsightsDataGatherStatus,InsightsDataGatherStatusBuilder>
public class InsightsDataGatherStatusBuilder extends InsightsDataGatherStatusFluent<InsightsDataGatherStatusBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InsightsDataGatherStatus,InsightsDataGatherStatusBuilder>
-
-
Constructor Summary
Constructors Constructor Description InsightsDataGatherStatusBuilder()InsightsDataGatherStatusBuilder(InsightsDataGatherStatus instance)InsightsDataGatherStatusBuilder(InsightsDataGatherStatusFluent<?> fluent)InsightsDataGatherStatusBuilder(InsightsDataGatherStatusFluent<?> fluent, InsightsDataGatherStatus instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightsDataGatherStatusbuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1alpha2.InsightsDataGatherStatusFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, hasAdditionalProperties, hashCode, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
InsightsDataGatherStatusBuilder
public InsightsDataGatherStatusBuilder()
-
InsightsDataGatherStatusBuilder
public InsightsDataGatherStatusBuilder(InsightsDataGatherStatusFluent<?> fluent)
-
InsightsDataGatherStatusBuilder
public InsightsDataGatherStatusBuilder(InsightsDataGatherStatusFluent<?> fluent, InsightsDataGatherStatus instance)
-
InsightsDataGatherStatusBuilder
public InsightsDataGatherStatusBuilder(InsightsDataGatherStatus instance)
-
-
Method Detail
-
build
public InsightsDataGatherStatus build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<InsightsDataGatherStatus>
-
-