Class InstallPlanStatusBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanStatusFluentImpl<InstallPlanStatusBuilder>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanStatusBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<InstallPlanStatus>,io.fabric8.kubernetes.api.builder.Fluent<InstallPlanStatusBuilder>,io.fabric8.kubernetes.api.builder.Visitable<InstallPlanStatusBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<InstallPlanStatus,InstallPlanStatusBuilder>,InstallPlanStatusFluent<InstallPlanStatusBuilder>
public class InstallPlanStatusBuilder extends InstallPlanStatusFluentImpl<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.InstallPlanStatusFluentImpl
InstallPlanStatusFluentImpl.AttenuatedServiceAccountRefNestedImpl<N>, InstallPlanStatusFluentImpl.BundleLookupsNestedImpl<N>, InstallPlanStatusFluentImpl.ConditionsNestedImpl<N>, InstallPlanStatusFluentImpl.PlanNestedImpl<N>
-
Nested classes/interfaces inherited from interface 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)InstallPlanStatusBuilder(InstallPlanStatusFluent<?> fluent, InstallPlanStatus instance, Boolean validationEnabled)InstallPlanStatusBuilder(InstallPlanStatusFluent<?> fluent, Boolean validationEnabled)InstallPlanStatusBuilder(InstallPlanStatus instance, Boolean validationEnabled)InstallPlanStatusBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallPlanStatusbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanStatusFluentImpl
addAllToBundleLookups, addAllToCatalogSources, addAllToConditions, addAllToPlan, addNewBundleLookup, addNewBundleLookupLike, addNewCatalogSource, addNewCatalogSource, addNewCatalogSource, addNewCondition, addNewConditionLike, addNewPlan, addNewPlanLike, addToBundleLookups, addToBundleLookups, addToCatalogSources, addToCatalogSources, addToConditions, addToConditions, addToPlan, addToPlan, buildAttenuatedServiceAccountRef, buildBundleLookup, buildBundleLookups, buildCondition, buildConditions, buildFirstBundleLookup, buildFirstCondition, buildFirstPlan, buildLastBundleLookup, buildLastCondition, buildLastPlan, buildMatchingBundleLookup, buildMatchingCondition, buildMatchingPlan, buildPlan, buildPlan, editAttenuatedServiceAccountRef, editBundleLookup, editCondition, editFirstBundleLookup, editFirstCondition, editFirstPlan, editLastBundleLookup, editLastCondition, editLastPlan, editMatchingBundleLookup, editMatchingCondition, editMatchingPlan, editOrNewAttenuatedServiceAccountRef, editOrNewAttenuatedServiceAccountRefLike, editPlan, getAttenuatedServiceAccountRef, getBundleLookups, getCatalogSource, getCatalogSources, getConditions, getFirstCatalogSource, getLastCatalogSource, getMatchingCatalogSource, getPhase, getPlan, hasAttenuatedServiceAccountRef, hasBundleLookups, hasCatalogSources, hasConditions, hasMatchingBundleLookup, hasMatchingCatalogSource, hasMatchingCondition, hasMatchingPlan, hasPhase, hasPlan, removeAllFromBundleLookups, removeAllFromCatalogSources, removeAllFromConditions, removeAllFromPlan, removeFromBundleLookups, removeFromCatalogSources, removeFromConditions, removeFromPlan, removeMatchingFromBundleLookups, removeMatchingFromConditions, removeMatchingFromPlan, setNewBundleLookupLike, setNewConditionLike, setNewPlanLike, setToBundleLookups, setToCatalogSources, setToConditions, setToPlan, withAttenuatedServiceAccountRef, withBundleLookups, withBundleLookups, withCatalogSources, withCatalogSources, withConditions, withConditions, withNewAttenuatedServiceAccountRef, withNewAttenuatedServiceAccountRefLike, withNewPhase, withNewPhase, withNewPhase, withPhase, withPlan, withPlan
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
InstallPlanStatusBuilder
public InstallPlanStatusBuilder()
-
InstallPlanStatusBuilder
public InstallPlanStatusBuilder(Boolean validationEnabled)
-
InstallPlanStatusBuilder
public InstallPlanStatusBuilder(InstallPlanStatusFluent<?> fluent)
-
InstallPlanStatusBuilder
public InstallPlanStatusBuilder(InstallPlanStatusFluent<?> fluent, Boolean validationEnabled)
-
InstallPlanStatusBuilder
public InstallPlanStatusBuilder(InstallPlanStatusFluent<?> fluent, InstallPlanStatus instance)
-
InstallPlanStatusBuilder
public InstallPlanStatusBuilder(InstallPlanStatusFluent<?> fluent, InstallPlanStatus instance, Boolean validationEnabled)
-
InstallPlanStatusBuilder
public InstallPlanStatusBuilder(InstallPlanStatus instance)
-
InstallPlanStatusBuilder
public InstallPlanStatusBuilder(InstallPlanStatus instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public InstallPlanStatus build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<InstallPlanStatus>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classInstallPlanStatusFluentImpl<InstallPlanStatusBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classInstallPlanStatusFluentImpl<InstallPlanStatusBuilder>
-
-