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