Class InsightsReportBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.InsightsReportFluent<InsightsReportBuilder>
-
- io.fabric8.openshift.api.model.operator.v1.InsightsReportBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<InsightsReport>,io.fabric8.kubernetes.api.builder.Visitable<InsightsReportBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<InsightsReport,InsightsReportBuilder>
public class InsightsReportBuilder extends InsightsReportFluent<InsightsReportBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InsightsReport,InsightsReportBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operator.v1.InsightsReportFluent
InsightsReportFluent.HealthChecksNested<N>
-
-
Constructor Summary
Constructors Constructor Description InsightsReportBuilder()InsightsReportBuilder(InsightsReport instance)InsightsReportBuilder(InsightsReportFluent<?> fluent)InsightsReportBuilder(InsightsReportFluent<?> fluent, InsightsReport instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightsReportbuild()-
Methods inherited from class io.fabric8.openshift.api.model.operator.v1.InsightsReportFluent
addAllToHealthChecks, addNewHealthCheck, addNewHealthCheck, addNewHealthCheckLike, addToAdditionalProperties, addToAdditionalProperties, addToHealthChecks, addToHealthChecks, buildFirstHealthCheck, buildHealthCheck, buildHealthChecks, buildLastHealthCheck, buildMatchingHealthCheck, copyInstance, editFirstHealthCheck, editHealthCheck, editLastHealthCheck, editMatchingHealthCheck, equals, getAdditionalProperties, getDownloadedAt, hasAdditionalProperties, hasDownloadedAt, hashCode, hasHealthChecks, hasMatchingHealthCheck, removeAllFromHealthChecks, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromHealthChecks, removeMatchingFromHealthChecks, setNewHealthCheckLike, setToHealthChecks, toString, withAdditionalProperties, withDownloadedAt, withHealthChecks, withHealthChecks
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
InsightsReportBuilder
public InsightsReportBuilder()
-
InsightsReportBuilder
public InsightsReportBuilder(InsightsReportFluent<?> fluent)
-
InsightsReportBuilder
public InsightsReportBuilder(InsightsReport instance)
-
InsightsReportBuilder
public InsightsReportBuilder(InsightsReportFluent<?> fluent, InsightsReport instance)
-
-
Method Detail
-
build
public InsightsReport build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<InsightsReport>
-
-