public interface InstallPlanStatusFluent<A extends InstallPlanStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InstallPlanStatusFluent.AttenuatedServiceAccountRefNested<N> |
static interface |
InstallPlanStatusFluent.BundleLookupsNested<N> |
static interface |
InstallPlanStatusFluent.ConditionsNested<N> |
static interface |
InstallPlanStatusFluent.PlanNested<N> |
@Deprecated io.fabric8.kubernetes.api.model.ObjectReference getAttenuatedServiceAccountRef()
io.fabric8.kubernetes.api.model.ObjectReference buildAttenuatedServiceAccountRef()
A withAttenuatedServiceAccountRef(io.fabric8.kubernetes.api.model.ObjectReference attenuatedServiceAccountRef)
Boolean hasAttenuatedServiceAccountRef()
InstallPlanStatusFluent.AttenuatedServiceAccountRefNested<A> withNewAttenuatedServiceAccountRef()
InstallPlanStatusFluent.AttenuatedServiceAccountRefNested<A> withNewAttenuatedServiceAccountRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
InstallPlanStatusFluent.AttenuatedServiceAccountRefNested<A> editAttenuatedServiceAccountRef()
InstallPlanStatusFluent.AttenuatedServiceAccountRefNested<A> editOrNewAttenuatedServiceAccountRef()
InstallPlanStatusFluent.AttenuatedServiceAccountRefNested<A> editOrNewAttenuatedServiceAccountRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
A addToBundleLookups(int index, BundleLookup item)
A setToBundleLookups(int index, BundleLookup item)
A addToBundleLookups(BundleLookup... items)
A addAllToBundleLookups(Collection<BundleLookup> items)
A removeFromBundleLookups(BundleLookup... items)
A removeAllFromBundleLookups(Collection<BundleLookup> items)
A removeMatchingFromBundleLookups(io.fabric8.kubernetes.api.builder.Predicate<BundleLookupBuilder> predicate)
@Deprecated List<BundleLookup> getBundleLookups()
List<BundleLookup> buildBundleLookups()
BundleLookup buildBundleLookup(int index)
BundleLookup buildFirstBundleLookup()
BundleLookup buildLastBundleLookup()
BundleLookup buildMatchingBundleLookup(io.fabric8.kubernetes.api.builder.Predicate<BundleLookupBuilder> predicate)
Boolean hasMatchingBundleLookup(io.fabric8.kubernetes.api.builder.Predicate<BundleLookupBuilder> predicate)
A withBundleLookups(List<BundleLookup> bundleLookups)
A withBundleLookups(BundleLookup... bundleLookups)
Boolean hasBundleLookups()
InstallPlanStatusFluent.BundleLookupsNested<A> addNewBundleLookup()
InstallPlanStatusFluent.BundleLookupsNested<A> addNewBundleLookupLike(BundleLookup item)
InstallPlanStatusFluent.BundleLookupsNested<A> setNewBundleLookupLike(int index, BundleLookup item)
InstallPlanStatusFluent.BundleLookupsNested<A> editBundleLookup(int index)
InstallPlanStatusFluent.BundleLookupsNested<A> editFirstBundleLookup()
InstallPlanStatusFluent.BundleLookupsNested<A> editLastBundleLookup()
InstallPlanStatusFluent.BundleLookupsNested<A> editMatchingBundleLookup(io.fabric8.kubernetes.api.builder.Predicate<BundleLookupBuilder> predicate)
A addAllToCatalogSources(Collection<String> items)
A removeAllFromCatalogSources(Collection<String> items)
String getCatalogSource(int index)
String getFirstCatalogSource()
String getLastCatalogSource()
String getMatchingCatalogSource(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
Boolean hasMatchingCatalogSource(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
Boolean hasCatalogSources()
A addNewCatalogSource(StringBuilder arg1)
A addNewCatalogSource(StringBuffer arg1)
A addToConditions(int index, InstallPlanCondition item)
A setToConditions(int index, InstallPlanCondition item)
A addToConditions(InstallPlanCondition... items)
A addAllToConditions(Collection<InstallPlanCondition> items)
A removeFromConditions(InstallPlanCondition... items)
A removeAllFromConditions(Collection<InstallPlanCondition> items)
A removeMatchingFromConditions(io.fabric8.kubernetes.api.builder.Predicate<InstallPlanConditionBuilder> predicate)
@Deprecated List<InstallPlanCondition> getConditions()
List<InstallPlanCondition> buildConditions()
InstallPlanCondition buildCondition(int index)
InstallPlanCondition buildFirstCondition()
InstallPlanCondition buildLastCondition()
InstallPlanCondition buildMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<InstallPlanConditionBuilder> predicate)
Boolean hasMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<InstallPlanConditionBuilder> predicate)
A withConditions(List<InstallPlanCondition> conditions)
A withConditions(InstallPlanCondition... conditions)
Boolean hasConditions()
InstallPlanStatusFluent.ConditionsNested<A> addNewCondition()
InstallPlanStatusFluent.ConditionsNested<A> addNewConditionLike(InstallPlanCondition item)
InstallPlanStatusFluent.ConditionsNested<A> setNewConditionLike(int index, InstallPlanCondition item)
InstallPlanStatusFluent.ConditionsNested<A> editCondition(int index)
InstallPlanStatusFluent.ConditionsNested<A> editFirstCondition()
InstallPlanStatusFluent.ConditionsNested<A> editLastCondition()
InstallPlanStatusFluent.ConditionsNested<A> editMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate<InstallPlanConditionBuilder> predicate)
String getPhase()
Boolean hasPhase()
A withNewPhase(StringBuilder arg1)
A withNewPhase(StringBuffer arg1)
A addAllToPlan(Collection<Step> items)
A removeAllFromPlan(Collection<Step> items)
A removeMatchingFromPlan(io.fabric8.kubernetes.api.builder.Predicate<StepBuilder> predicate)
@Deprecated List<Step> getPlan()
Step buildPlan(int index)
Step buildFirstPlan()
Step buildLastPlan()
Step buildMatchingPlan(io.fabric8.kubernetes.api.builder.Predicate<StepBuilder> predicate)
Boolean hasMatchingPlan(io.fabric8.kubernetes.api.builder.Predicate<StepBuilder> predicate)
Boolean hasPlan()
InstallPlanStatusFluent.PlanNested<A> addNewPlan()
InstallPlanStatusFluent.PlanNested<A> addNewPlanLike(Step item)
InstallPlanStatusFluent.PlanNested<A> setNewPlanLike(int index, Step item)
InstallPlanStatusFluent.PlanNested<A> editPlan(int index)
InstallPlanStatusFluent.PlanNested<A> editFirstPlan()
InstallPlanStatusFluent.PlanNested<A> editLastPlan()
InstallPlanStatusFluent.PlanNested<A> editMatchingPlan(io.fabric8.kubernetes.api.builder.Predicate<StepBuilder> predicate)
Copyright © 2015–2021 Red Hat. All rights reserved.