Class InstallPlanStatusBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanStatusFluent<InstallPlanStatusBuilder>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanStatusBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<InstallPlanStatus>,io.fabric8.kubernetes.api.builder.Visitable<InstallPlanStatusBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<InstallPlanStatus,InstallPlanStatusBuilder>
public class InstallPlanStatusBuilder extends InstallPlanStatusFluent<InstallPlanStatusBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InstallPlanStatus,InstallPlanStatusBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanStatusFluent
InstallPlanStatusFluent.AttenuatedServiceAccountRefNested<N>, InstallPlanStatusFluent.BundleLookupsNested<N>, InstallPlanStatusFluent.ConditionsNested<N>, InstallPlanStatusFluent.PlanNested<N>
-
-
Constructor Summary
Constructors Constructor Description InstallPlanStatusBuilder()InstallPlanStatusBuilder(InstallPlanStatus instance)InstallPlanStatusBuilder(InstallPlanStatusFluent<?> fluent)InstallPlanStatusBuilder(InstallPlanStatusFluent<?> fluent, InstallPlanStatus instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallPlanStatusbuild()-
Methods inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanStatusFluent
addAllToBundleLookups, addAllToCatalogSources, addAllToConditions, addAllToPlan, addNewBundleLookup, addNewBundleLookupLike, addNewCondition, addNewConditionLike, addNewPlan, addNewPlanLike, addToAdditionalProperties, addToAdditionalProperties, addToBundleLookups, addToBundleLookups, addToCatalogSources, addToCatalogSources, addToConditions, addToConditions, addToPlan, addToPlan, buildAttenuatedServiceAccountRef, buildBundleLookup, buildBundleLookups, buildCondition, buildConditions, buildFirstBundleLookup, buildFirstCondition, buildFirstPlan, buildLastBundleLookup, buildLastCondition, buildLastPlan, buildMatchingBundleLookup, buildMatchingCondition, buildMatchingPlan, buildPlan, buildPlan, copyInstance, editAttenuatedServiceAccountRef, editBundleLookup, editCondition, editFirstBundleLookup, editFirstCondition, editFirstPlan, editLastBundleLookup, editLastCondition, editLastPlan, editMatchingBundleLookup, editMatchingCondition, editMatchingPlan, editOrNewAttenuatedServiceAccountRef, editOrNewAttenuatedServiceAccountRefLike, editPlan, equals, getAdditionalProperties, getCatalogSource, getCatalogSources, getFirstCatalogSource, getLastCatalogSource, getMatchingCatalogSource, getMessage, getPhase, getStartTime, hasAdditionalProperties, hasAttenuatedServiceAccountRef, hasBundleLookups, hasCatalogSources, hasConditions, hashCode, hasMatchingBundleLookup, hasMatchingCatalogSource, hasMatchingCondition, hasMatchingPlan, hasMessage, hasPhase, hasPlan, hasStartTime, removeAllFromBundleLookups, removeAllFromCatalogSources, removeAllFromConditions, removeAllFromPlan, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromBundleLookups, removeFromCatalogSources, removeFromConditions, removeFromPlan, removeMatchingFromBundleLookups, removeMatchingFromConditions, removeMatchingFromPlan, setNewBundleLookupLike, setNewConditionLike, setNewPlanLike, setToBundleLookups, setToCatalogSources, setToConditions, setToPlan, toString, withAdditionalProperties, withAttenuatedServiceAccountRef, withBundleLookups, withBundleLookups, withCatalogSources, withCatalogSources, withConditions, withConditions, withMessage, withNewAttenuatedServiceAccountRef, withNewAttenuatedServiceAccountRefLike, withPhase, withPlan, withPlan, withStartTime
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
InstallPlanStatusBuilder
public InstallPlanStatusBuilder()
-
InstallPlanStatusBuilder
public InstallPlanStatusBuilder(InstallPlanStatusFluent<?> fluent)
-
InstallPlanStatusBuilder
public InstallPlanStatusBuilder(InstallPlanStatus instance)
-
InstallPlanStatusBuilder
public InstallPlanStatusBuilder(InstallPlanStatusFluent<?> fluent, InstallPlanStatus instance)
-
-
Method Detail
-
build
public InstallPlanStatus build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<InstallPlanStatus>
-
-