Package io.fabric8.kubernetes.api.model
Interface PersistentVolumeClaimStatusFluent<A extends PersistentVolumeClaimStatusFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PersistentVolumeClaimFluent.StatusNested<N>
,WatchEventFluent.PersistentVolumeClaimStatusObjectNested<N>
- All Known Implementing Classes:
PersistentVolumeClaimFluentImpl.StatusNestedImpl
,PersistentVolumeClaimStatusBuilder
,PersistentVolumeClaimStatusFluentImpl
,WatchEventFluentImpl.PersistentVolumeClaimStatusObjectNestedImpl
public interface PersistentVolumeClaimStatusFluent<A extends PersistentVolumeClaimStatusFluent<A>> extends Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PersistentVolumeClaimStatusFluent.ConditionsNested<N>
-
Method Summary
-
-
-
Method Detail
-
addAllToAccessModes
A addAllToAccessModes(Collection<String> items)
-
removeAllFromAccessModes
A removeAllFromAccessModes(Collection<String> items)
-
getAccessMode
String getAccessMode(int index)
-
getFirstAccessMode
String getFirstAccessMode()
-
getLastAccessMode
String getLastAccessMode()
-
hasAccessModes
Boolean hasAccessModes()
-
addNewAccessMode
A addNewAccessMode(StringBuilder arg1)
-
addNewAccessMode
A addNewAccessMode(StringBuffer arg1)
-
hasCapacity
Boolean hasCapacity()
-
addToConditions
A addToConditions(int index, PersistentVolumeClaimCondition item)
-
setToConditions
A setToConditions(int index, PersistentVolumeClaimCondition item)
-
addToConditions
A addToConditions(PersistentVolumeClaimCondition... items)
-
addAllToConditions
A addAllToConditions(Collection<PersistentVolumeClaimCondition> items)
-
removeFromConditions
A removeFromConditions(PersistentVolumeClaimCondition... items)
-
removeAllFromConditions
A removeAllFromConditions(Collection<PersistentVolumeClaimCondition> items)
-
removeMatchingFromConditions
A removeMatchingFromConditions(Predicate<PersistentVolumeClaimConditionBuilder> predicate)
-
getConditions
@Deprecated List<PersistentVolumeClaimCondition> getConditions()
Deprecated.This method has been deprecated, please use method buildConditions instead.- Returns:
- The buildable object.
-
buildConditions
List<PersistentVolumeClaimCondition> buildConditions()
-
buildCondition
PersistentVolumeClaimCondition buildCondition(int index)
-
buildFirstCondition
PersistentVolumeClaimCondition buildFirstCondition()
-
buildLastCondition
PersistentVolumeClaimCondition buildLastCondition()
-
buildMatchingCondition
PersistentVolumeClaimCondition buildMatchingCondition(Predicate<PersistentVolumeClaimConditionBuilder> predicate)
-
hasMatchingCondition
Boolean hasMatchingCondition(Predicate<PersistentVolumeClaimConditionBuilder> predicate)
-
withConditions
A withConditions(List<PersistentVolumeClaimCondition> conditions)
-
withConditions
A withConditions(PersistentVolumeClaimCondition... conditions)
-
hasConditions
Boolean hasConditions()
-
addNewCondition
PersistentVolumeClaimStatusFluent.ConditionsNested<A> addNewCondition()
-
addNewConditionLike
PersistentVolumeClaimStatusFluent.ConditionsNested<A> addNewConditionLike(PersistentVolumeClaimCondition item)
-
setNewConditionLike
PersistentVolumeClaimStatusFluent.ConditionsNested<A> setNewConditionLike(int index, PersistentVolumeClaimCondition item)
-
editCondition
PersistentVolumeClaimStatusFluent.ConditionsNested<A> editCondition(int index)
-
editFirstCondition
PersistentVolumeClaimStatusFluent.ConditionsNested<A> editFirstCondition()
-
editLastCondition
PersistentVolumeClaimStatusFluent.ConditionsNested<A> editLastCondition()
-
editMatchingCondition
PersistentVolumeClaimStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<PersistentVolumeClaimConditionBuilder> predicate)
-
getPhase
String getPhase()
-
hasPhase
Boolean hasPhase()
-
withNewPhase
A withNewPhase(StringBuilder arg1)
-
withNewPhase
A withNewPhase(StringBuffer arg1)
-
-