All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToBundleLookups(Collection<BundleLookup> items) |
A |
addAllToCatalogSources(Collection<String> items) |
A |
addAllToConditions(Collection<InstallPlanCondition> items) |
A |
addAllToPlan(Collection<Step> items) |
InstallPlanStatusFluent.BundleLookupsNested<A> |
addNewBundleLookup() |
InstallPlanStatusFluent.BundleLookupsNested<A> |
addNewBundleLookupLike(BundleLookup item) |
InstallPlanStatusFluent.ConditionsNested<A> |
addNewCondition() |
InstallPlanStatusFluent.ConditionsNested<A> |
addNewConditionLike(InstallPlanCondition item) |
InstallPlanStatusFluent.PlanNested<A> |
addNewPlan() |
InstallPlanStatusFluent.PlanNested<A> |
addNewPlanLike(Step item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToBundleLookups(BundleLookup... items) |
A |
addToBundleLookups(int index,
BundleLookup item) |
A |
addToCatalogSources(int index,
String item) |
A |
addToCatalogSources(String... items) |
A |
addToConditions(InstallPlanCondition... items) |
A |
addToConditions(int index,
InstallPlanCondition item) |
A |
addToPlan(int index,
Step item) |
A |
addToPlan(Step... items) |
io.fabric8.kubernetes.api.model.ObjectReference |
buildAttenuatedServiceAccountRef() |
BundleLookup |
buildBundleLookup(int index) |
List<BundleLookup> |
buildBundleLookups() |
InstallPlanCondition |
buildCondition(int index) |
List<InstallPlanCondition> |
buildConditions() |
BundleLookup |
buildFirstBundleLookup() |
InstallPlanCondition |
buildFirstCondition() |
Step |
buildFirstPlan() |
BundleLookup |
buildLastBundleLookup() |
InstallPlanCondition |
buildLastCondition() |
Step |
buildLastPlan() |
BundleLookup |
buildMatchingBundleLookup(Predicate<BundleLookupBuilder> predicate) |
InstallPlanCondition |
buildMatchingCondition(Predicate<InstallPlanConditionBuilder> predicate) |
Step |
buildMatchingPlan(Predicate<StepBuilder> predicate) |
List<Step> |
buildPlan() |
Step |
buildPlan(int index) |
protected void |
copyInstance(InstallPlanStatus instance) |
InstallPlanStatusFluent.AttenuatedServiceAccountRefNested<A> |
editAttenuatedServiceAccountRef() |
InstallPlanStatusFluent.BundleLookupsNested<A> |
editBundleLookup(int index) |
InstallPlanStatusFluent.ConditionsNested<A> |
editCondition(int index) |
InstallPlanStatusFluent.BundleLookupsNested<A> |
editFirstBundleLookup() |
InstallPlanStatusFluent.ConditionsNested<A> |
editFirstCondition() |
InstallPlanStatusFluent.PlanNested<A> |
editFirstPlan() |
InstallPlanStatusFluent.BundleLookupsNested<A> |
editLastBundleLookup() |
InstallPlanStatusFluent.ConditionsNested<A> |
editLastCondition() |
InstallPlanStatusFluent.PlanNested<A> |
editLastPlan() |
InstallPlanStatusFluent.BundleLookupsNested<A> |
editMatchingBundleLookup(Predicate<BundleLookupBuilder> predicate) |
InstallPlanStatusFluent.ConditionsNested<A> |
editMatchingCondition(Predicate<InstallPlanConditionBuilder> predicate) |
InstallPlanStatusFluent.PlanNested<A> |
editMatchingPlan(Predicate<StepBuilder> predicate) |
InstallPlanStatusFluent.AttenuatedServiceAccountRefNested<A> |
editOrNewAttenuatedServiceAccountRef() |
InstallPlanStatusFluent.AttenuatedServiceAccountRefNested<A> |
editOrNewAttenuatedServiceAccountRefLike(io.fabric8.kubernetes.api.model.ObjectReference item) |
InstallPlanStatusFluent.PlanNested<A> |
editPlan(int index) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getCatalogSource(int index) |
List<String> |
getCatalogSources() |
String |
getFirstCatalogSource() |
String |
getLastCatalogSource() |
String |
getMatchingCatalogSource(Predicate<String> predicate) |
String |
getMessage() |
String |
getPhase() |
String |
getStartTime() |
boolean |
hasAdditionalProperties() |
boolean |
hasAttenuatedServiceAccountRef() |
boolean |
hasBundleLookups() |
boolean |
hasCatalogSources() |
boolean |
hasConditions() |
int |
hashCode() |
boolean |
hasMatchingBundleLookup(Predicate<BundleLookupBuilder> predicate) |
boolean |
hasMatchingCatalogSource(Predicate<String> predicate) |
boolean |
hasMatchingCondition(Predicate<InstallPlanConditionBuilder> predicate) |
boolean |
hasMatchingPlan(Predicate<StepBuilder> predicate) |
boolean |
hasMessage() |
boolean |
hasPhase() |
boolean |
hasPlan() |
boolean |
hasStartTime() |
A |
removeAllFromBundleLookups(Collection<BundleLookup> items) |
A |
removeAllFromCatalogSources(Collection<String> items) |
A |
removeAllFromConditions(Collection<InstallPlanCondition> items) |
A |
removeAllFromPlan(Collection<Step> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromBundleLookups(BundleLookup... items) |
A |
removeFromCatalogSources(String... items) |
A |
removeFromConditions(InstallPlanCondition... items) |
A |
removeFromPlan(Step... items) |
A |
removeMatchingFromBundleLookups(Predicate<BundleLookupBuilder> predicate) |
A |
removeMatchingFromConditions(Predicate<InstallPlanConditionBuilder> predicate) |
A |
removeMatchingFromPlan(Predicate<StepBuilder> predicate) |
InstallPlanStatusFluent.BundleLookupsNested<A> |
setNewBundleLookupLike(int index,
BundleLookup item) |
InstallPlanStatusFluent.ConditionsNested<A> |
setNewConditionLike(int index,
InstallPlanCondition item) |
InstallPlanStatusFluent.PlanNested<A> |
setNewPlanLike(int index,
Step item) |
A |
setToBundleLookups(int index,
BundleLookup item) |
A |
setToCatalogSources(int index,
String item) |
A |
setToConditions(int index,
InstallPlanCondition item) |
A |
setToPlan(int index,
Step item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAttenuatedServiceAccountRef(io.fabric8.kubernetes.api.model.ObjectReference attenuatedServiceAccountRef) |
A |
withBundleLookups(BundleLookup... bundleLookups) |
A |
withBundleLookups(List<BundleLookup> bundleLookups) |
A |
withCatalogSources(List<String> catalogSources) |
A |
withCatalogSources(String... catalogSources) |
A |
withConditions(InstallPlanCondition... conditions) |
A |
withConditions(List<InstallPlanCondition> conditions) |
A |
withMessage(String message) |
InstallPlanStatusFluent.AttenuatedServiceAccountRefNested<A> |
withNewAttenuatedServiceAccountRef() |
InstallPlanStatusFluent.AttenuatedServiceAccountRefNested<A> |
withNewAttenuatedServiceAccountRefLike(io.fabric8.kubernetes.api.model.ObjectReference item) |
A |
withPhase(String phase) |
A |
withPlan(List<Step> plan) |
A |
withPlan(Step... plan) |
A |
withStartTime(String startTime) |