Class OpenShiftControllerManagerStatusBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.OpenShiftControllerManagerStatusFluentImpl<OpenShiftControllerManagerStatusBuilder>
-
- io.fabric8.openshift.api.model.operator.v1.OpenShiftControllerManagerStatusBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<OpenShiftControllerManagerStatus>,io.fabric8.kubernetes.api.builder.Fluent<OpenShiftControllerManagerStatusBuilder>,io.fabric8.kubernetes.api.builder.Visitable<OpenShiftControllerManagerStatusBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<OpenShiftControllerManagerStatus,OpenShiftControllerManagerStatusBuilder>,OpenShiftControllerManagerStatusFluent<OpenShiftControllerManagerStatusBuilder>
public class OpenShiftControllerManagerStatusBuilder extends OpenShiftControllerManagerStatusFluentImpl<OpenShiftControllerManagerStatusBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<OpenShiftControllerManagerStatus,OpenShiftControllerManagerStatusBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operator.v1.OpenShiftControllerManagerStatusFluentImpl
OpenShiftControllerManagerStatusFluentImpl.ConditionsNestedImpl<N>, OpenShiftControllerManagerStatusFluentImpl.GenerationsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operator.v1.OpenShiftControllerManagerStatusFluent
OpenShiftControllerManagerStatusFluent.ConditionsNested<N>, OpenShiftControllerManagerStatusFluent.GenerationsNested<N>
-
-
Constructor Summary
Constructors Constructor Description OpenShiftControllerManagerStatusBuilder()OpenShiftControllerManagerStatusBuilder(OpenShiftControllerManagerStatus instance)OpenShiftControllerManagerStatusBuilder(OpenShiftControllerManagerStatusFluent<?> fluent)OpenShiftControllerManagerStatusBuilder(OpenShiftControllerManagerStatusFluent<?> fluent, OpenShiftControllerManagerStatus instance)OpenShiftControllerManagerStatusBuilder(OpenShiftControllerManagerStatusFluent<?> fluent, OpenShiftControllerManagerStatus instance, Boolean validationEnabled)OpenShiftControllerManagerStatusBuilder(OpenShiftControllerManagerStatusFluent<?> fluent, Boolean validationEnabled)OpenShiftControllerManagerStatusBuilder(OpenShiftControllerManagerStatus instance, Boolean validationEnabled)OpenShiftControllerManagerStatusBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenShiftControllerManagerStatusbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.openshift.api.model.operator.v1.OpenShiftControllerManagerStatusFluentImpl
addAllToConditions, addAllToGenerations, addNewCondition, addNewCondition, addNewConditionLike, addNewGeneration, addNewGenerationLike, addToConditions, addToConditions, addToGenerations, addToGenerations, buildCondition, buildConditions, buildFirstCondition, buildFirstGeneration, buildGeneration, buildGenerations, buildLastCondition, buildLastGeneration, buildMatchingCondition, buildMatchingGeneration, editCondition, editFirstCondition, editFirstGeneration, editGeneration, editLastCondition, editLastGeneration, editMatchingCondition, editMatchingGeneration, getConditions, getGenerations, getObservedGeneration, getReadyReplicas, getVersion, hasConditions, hasGenerations, hasMatchingCondition, hasMatchingGeneration, hasObservedGeneration, hasReadyReplicas, hasVersion, removeAllFromConditions, removeAllFromGenerations, removeFromConditions, removeFromGenerations, removeMatchingFromConditions, removeMatchingFromGenerations, setNewConditionLike, setNewGenerationLike, setToConditions, setToGenerations, withConditions, withConditions, withGenerations, withGenerations, withNewVersion, withNewVersion, withNewVersion, withObservedGeneration, withReadyReplicas, withVersion
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
OpenShiftControllerManagerStatusBuilder
public OpenShiftControllerManagerStatusBuilder()
-
OpenShiftControllerManagerStatusBuilder
public OpenShiftControllerManagerStatusBuilder(Boolean validationEnabled)
-
OpenShiftControllerManagerStatusBuilder
public OpenShiftControllerManagerStatusBuilder(OpenShiftControllerManagerStatusFluent<?> fluent)
-
OpenShiftControllerManagerStatusBuilder
public OpenShiftControllerManagerStatusBuilder(OpenShiftControllerManagerStatusFluent<?> fluent, Boolean validationEnabled)
-
OpenShiftControllerManagerStatusBuilder
public OpenShiftControllerManagerStatusBuilder(OpenShiftControllerManagerStatusFluent<?> fluent, OpenShiftControllerManagerStatus instance)
-
OpenShiftControllerManagerStatusBuilder
public OpenShiftControllerManagerStatusBuilder(OpenShiftControllerManagerStatusFluent<?> fluent, OpenShiftControllerManagerStatus instance, Boolean validationEnabled)
-
OpenShiftControllerManagerStatusBuilder
public OpenShiftControllerManagerStatusBuilder(OpenShiftControllerManagerStatus instance)
-
OpenShiftControllerManagerStatusBuilder
public OpenShiftControllerManagerStatusBuilder(OpenShiftControllerManagerStatus instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public OpenShiftControllerManagerStatus build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<OpenShiftControllerManagerStatus>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classOpenShiftControllerManagerStatusFluentImpl<OpenShiftControllerManagerStatusBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classOpenShiftControllerManagerStatusFluentImpl<OpenShiftControllerManagerStatusBuilder>
-
-