Class InsightsOperatorSpecBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.InsightsOperatorSpecFluent<InsightsOperatorSpecBuilder>
-
- io.fabric8.openshift.api.model.operator.v1.InsightsOperatorSpecBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<InsightsOperatorSpec>,io.fabric8.kubernetes.api.builder.Visitable<InsightsOperatorSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<InsightsOperatorSpec,InsightsOperatorSpecBuilder>
public class InsightsOperatorSpecBuilder extends InsightsOperatorSpecFluent<InsightsOperatorSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InsightsOperatorSpec,InsightsOperatorSpecBuilder>
-
-
Constructor Summary
Constructors Constructor Description InsightsOperatorSpecBuilder()InsightsOperatorSpecBuilder(InsightsOperatorSpec instance)InsightsOperatorSpecBuilder(InsightsOperatorSpecFluent<?> fluent)InsightsOperatorSpecBuilder(InsightsOperatorSpecFluent<?> fluent, InsightsOperatorSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightsOperatorSpecbuild()-
Methods inherited from class io.fabric8.openshift.api.model.operator.v1.InsightsOperatorSpecFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getLogLevel, getManagementState, getObservedConfig, getOperatorLogLevel, getUnsupportedConfigOverrides, hasAdditionalProperties, hashCode, hasLogLevel, hasManagementState, hasObservedConfig, hasOperatorLogLevel, hasUnsupportedConfigOverrides, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withLogLevel, withManagementState, withObservedConfig, withOperatorLogLevel, withUnsupportedConfigOverrides
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
InsightsOperatorSpecBuilder
public InsightsOperatorSpecBuilder()
-
InsightsOperatorSpecBuilder
public InsightsOperatorSpecBuilder(InsightsOperatorSpecFluent<?> fluent)
-
InsightsOperatorSpecBuilder
public InsightsOperatorSpecBuilder(InsightsOperatorSpecFluent<?> fluent, InsightsOperatorSpec instance)
-
InsightsOperatorSpecBuilder
public InsightsOperatorSpecBuilder(InsightsOperatorSpec instance)
-
-
Method Detail
-
build
public InsightsOperatorSpec build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<InsightsOperatorSpec>
-
-