Interface SubscriptionStatusFluent<A extends SubscriptionStatusFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
SubscriptionFluent.StatusNested<N>
- All Known Implementing Classes:
SubscriptionFluentImpl.StatusNestedImpl,SubscriptionStatusBuilder,SubscriptionStatusFluentImpl
public interface SubscriptionStatusFluent<A extends SubscriptionStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSubscriptionStatusFluent.CatalogHealthNested<N>static interfaceSubscriptionStatusFluent.ConditionsNested<N>static interfaceSubscriptionStatusFluent.InstallplanNested<N>static interfaceSubscriptionStatusFluent.InstallPlanRefNested<N>
-
Method Summary
-
-
-
Method Detail
-
addToCatalogHealth
A addToCatalogHealth(int index, SubscriptionCatalogHealth item)
-
setToCatalogHealth
A setToCatalogHealth(int index, SubscriptionCatalogHealth item)
-
addToCatalogHealth
A addToCatalogHealth(SubscriptionCatalogHealth... items)
-
addAllToCatalogHealth
A addAllToCatalogHealth(Collection<SubscriptionCatalogHealth> items)
-
removeFromCatalogHealth
A removeFromCatalogHealth(SubscriptionCatalogHealth... items)
-
removeAllFromCatalogHealth
A removeAllFromCatalogHealth(Collection<SubscriptionCatalogHealth> items)
-
removeMatchingFromCatalogHealth
A removeMatchingFromCatalogHealth(Predicate<SubscriptionCatalogHealthBuilder> predicate)
-
getCatalogHealth
@Deprecated List<SubscriptionCatalogHealth> getCatalogHealth()
Deprecated.This method has been deprecated, please use method buildCatalogHealth instead.- Returns:
- The buildable object.
-
buildCatalogHealth
List<SubscriptionCatalogHealth> buildCatalogHealth()
-
buildCatalogHealth
SubscriptionCatalogHealth buildCatalogHealth(int index)
-
buildFirstCatalogHealth
SubscriptionCatalogHealth buildFirstCatalogHealth()
-
buildLastCatalogHealth
SubscriptionCatalogHealth buildLastCatalogHealth()
-
buildMatchingCatalogHealth
SubscriptionCatalogHealth buildMatchingCatalogHealth(Predicate<SubscriptionCatalogHealthBuilder> predicate)
-
hasMatchingCatalogHealth
Boolean hasMatchingCatalogHealth(Predicate<SubscriptionCatalogHealthBuilder> predicate)
-
withCatalogHealth
A withCatalogHealth(List<SubscriptionCatalogHealth> catalogHealth)
-
withCatalogHealth
A withCatalogHealth(SubscriptionCatalogHealth... catalogHealth)
-
hasCatalogHealth
Boolean hasCatalogHealth()
-
addNewCatalogHealth
SubscriptionStatusFluent.CatalogHealthNested<A> addNewCatalogHealth()
-
addNewCatalogHealthLike
SubscriptionStatusFluent.CatalogHealthNested<A> addNewCatalogHealthLike(SubscriptionCatalogHealth item)
-
setNewCatalogHealthLike
SubscriptionStatusFluent.CatalogHealthNested<A> setNewCatalogHealthLike(int index, SubscriptionCatalogHealth item)
-
editCatalogHealth
SubscriptionStatusFluent.CatalogHealthNested<A> editCatalogHealth(int index)
-
editFirstCatalogHealth
SubscriptionStatusFluent.CatalogHealthNested<A> editFirstCatalogHealth()
-
editLastCatalogHealth
SubscriptionStatusFluent.CatalogHealthNested<A> editLastCatalogHealth()
-
editMatchingCatalogHealth
SubscriptionStatusFluent.CatalogHealthNested<A> editMatchingCatalogHealth(Predicate<SubscriptionCatalogHealthBuilder> predicate)
-
addToConditions
A addToConditions(int index, SubscriptionCondition item)
-
setToConditions
A setToConditions(int index, SubscriptionCondition item)
-
addToConditions
A addToConditions(SubscriptionCondition... items)
-
addAllToConditions
A addAllToConditions(Collection<SubscriptionCondition> items)
-
removeFromConditions
A removeFromConditions(SubscriptionCondition... items)
-
removeAllFromConditions
A removeAllFromConditions(Collection<SubscriptionCondition> items)
-
removeMatchingFromConditions
A removeMatchingFromConditions(Predicate<SubscriptionConditionBuilder> predicate)
-
getConditions
@Deprecated List<SubscriptionCondition> getConditions()
Deprecated.This method has been deprecated, please use method buildConditions instead.- Returns:
- The buildable object.
-
buildConditions
List<SubscriptionCondition> buildConditions()
-
buildCondition
SubscriptionCondition buildCondition(int index)
-
buildFirstCondition
SubscriptionCondition buildFirstCondition()
-
buildLastCondition
SubscriptionCondition buildLastCondition()
-
buildMatchingCondition
SubscriptionCondition buildMatchingCondition(Predicate<SubscriptionConditionBuilder> predicate)
-
hasMatchingCondition
Boolean hasMatchingCondition(Predicate<SubscriptionConditionBuilder> predicate)
-
withConditions
A withConditions(List<SubscriptionCondition> conditions)
-
withConditions
A withConditions(SubscriptionCondition... conditions)
-
hasConditions
Boolean hasConditions()
-
addNewCondition
SubscriptionStatusFluent.ConditionsNested<A> addNewCondition()
-
addNewConditionLike
SubscriptionStatusFluent.ConditionsNested<A> addNewConditionLike(SubscriptionCondition item)
-
setNewConditionLike
SubscriptionStatusFluent.ConditionsNested<A> setNewConditionLike(int index, SubscriptionCondition item)
-
editCondition
SubscriptionStatusFluent.ConditionsNested<A> editCondition(int index)
-
editFirstCondition
SubscriptionStatusFluent.ConditionsNested<A> editFirstCondition()
-
editLastCondition
SubscriptionStatusFluent.ConditionsNested<A> editLastCondition()
-
editMatchingCondition
SubscriptionStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<SubscriptionConditionBuilder> predicate)
-
getCurrentCSV
String getCurrentCSV()
-
hasCurrentCSV
Boolean hasCurrentCSV()
-
withNewCurrentCSV
A withNewCurrentCSV(StringBuilder arg1)
-
withNewCurrentCSV
A withNewCurrentCSV(StringBuffer arg1)
-
getInstallPlanGeneration
Integer getInstallPlanGeneration()
-
hasInstallPlanGeneration
Boolean hasInstallPlanGeneration()
-
getInstallPlanRef
@Deprecated io.fabric8.kubernetes.api.model.ObjectReference getInstallPlanRef()
Deprecated.This method has been deprecated, please use method buildInstallPlanRef instead.- Returns:
- The buildable object.
-
buildInstallPlanRef
io.fabric8.kubernetes.api.model.ObjectReference buildInstallPlanRef()
-
withInstallPlanRef
A withInstallPlanRef(io.fabric8.kubernetes.api.model.ObjectReference installPlanRef)
-
hasInstallPlanRef
Boolean hasInstallPlanRef()
-
withNewInstallPlanRef
SubscriptionStatusFluent.InstallPlanRefNested<A> withNewInstallPlanRef()
-
withNewInstallPlanRefLike
SubscriptionStatusFluent.InstallPlanRefNested<A> withNewInstallPlanRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
editInstallPlanRef
SubscriptionStatusFluent.InstallPlanRefNested<A> editInstallPlanRef()
-
editOrNewInstallPlanRef
SubscriptionStatusFluent.InstallPlanRefNested<A> editOrNewInstallPlanRef()
-
editOrNewInstallPlanRefLike
SubscriptionStatusFluent.InstallPlanRefNested<A> editOrNewInstallPlanRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
-
getInstalledCSV
String getInstalledCSV()
-
hasInstalledCSV
Boolean hasInstalledCSV()
-
withNewInstalledCSV
A withNewInstalledCSV(StringBuilder arg1)
-
withNewInstalledCSV
A withNewInstalledCSV(StringBuffer arg1)
-
getInstallplan
@Deprecated InstallPlanReference getInstallplan()
Deprecated.This method has been deprecated, please use method buildInstallplan instead.- Returns:
- The buildable object.
-
buildInstallplan
InstallPlanReference buildInstallplan()
-
withInstallplan
A withInstallplan(InstallPlanReference installplan)
-
hasInstallplan
Boolean hasInstallplan()
-
withNewInstallplan
SubscriptionStatusFluent.InstallplanNested<A> withNewInstallplan()
-
withNewInstallplanLike
SubscriptionStatusFluent.InstallplanNested<A> withNewInstallplanLike(InstallPlanReference item)
-
editInstallplan
SubscriptionStatusFluent.InstallplanNested<A> editInstallplan()
-
editOrNewInstallplan
SubscriptionStatusFluent.InstallplanNested<A> editOrNewInstallplan()
-
editOrNewInstallplanLike
SubscriptionStatusFluent.InstallplanNested<A> editOrNewInstallplanLike(InstallPlanReference item)
-
getLastUpdated
String getLastUpdated()
-
hasLastUpdated
Boolean hasLastUpdated()
-
withNewLastUpdated
A withNewLastUpdated(StringBuilder arg1)
-
withNewLastUpdated
A withNewLastUpdated(StringBuffer arg1)
-
getReason
String getReason()
-
hasReason
Boolean hasReason()
-
withNewReason
A withNewReason(StringBuilder arg1)
-
withNewReason
A withNewReason(StringBuffer arg1)
-
getState
String getState()
-
hasState
Boolean hasState()
-
withNewState
A withNewState(StringBuilder arg1)
-
withNewState
A withNewState(StringBuffer arg1)
-
-