public class ServiceBindingStatusFluent<A extends ServiceBindingStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceBindingStatusFluent.ConditionsNested<N> |
class |
ServiceBindingStatusFluent.ExternalPropertiesNested<N> |
class |
ServiceBindingStatusFluent.InProgressPropertiesNested<N> |
| Constructor and Description |
|---|
ServiceBindingStatusFluent() |
ServiceBindingStatusFluent(ServiceBindingStatus instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ServiceBindingStatusFluent()
public ServiceBindingStatusFluent(ServiceBindingStatus instance)
public Boolean getAsyncOpInProgress()
public boolean hasAsyncOpInProgress()
public A addToConditions(int index, ServiceBindingCondition item)
public A setToConditions(int index, ServiceBindingCondition item)
public A addToConditions(ServiceBindingCondition... items)
public A addAllToConditions(Collection<ServiceBindingCondition> items)
public A removeFromConditions(ServiceBindingCondition... items)
public A removeAllFromConditions(Collection<ServiceBindingCondition> items)
public A removeMatchingFromConditions(Predicate<ServiceBindingConditionBuilder> predicate)
public List<ServiceBindingCondition> buildConditions()
public ServiceBindingCondition buildCondition(int index)
public ServiceBindingCondition buildFirstCondition()
public ServiceBindingCondition buildLastCondition()
public ServiceBindingCondition buildMatchingCondition(Predicate<ServiceBindingConditionBuilder> predicate)
public boolean hasMatchingCondition(Predicate<ServiceBindingConditionBuilder> predicate)
public A withConditions(List<ServiceBindingCondition> conditions)
public A withConditions(ServiceBindingCondition... conditions)
public boolean hasConditions()
public A addNewCondition(String lastTransitionTime, String message, String reason, String status, String type)
public ServiceBindingStatusFluent.ConditionsNested<A> addNewCondition()
public ServiceBindingStatusFluent.ConditionsNested<A> addNewConditionLike(ServiceBindingCondition item)
public ServiceBindingStatusFluent.ConditionsNested<A> setNewConditionLike(int index, ServiceBindingCondition item)
public ServiceBindingStatusFluent.ConditionsNested<A> editCondition(int index)
public ServiceBindingStatusFluent.ConditionsNested<A> editFirstCondition()
public ServiceBindingStatusFluent.ConditionsNested<A> editLastCondition()
public ServiceBindingStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<ServiceBindingConditionBuilder> predicate)
public String getCurrentOperation()
public boolean hasCurrentOperation()
public ServiceBindingPropertiesState buildExternalProperties()
public A withExternalProperties(ServiceBindingPropertiesState externalProperties)
public boolean hasExternalProperties()
public ServiceBindingStatusFluent.ExternalPropertiesNested<A> withNewExternalProperties()
public ServiceBindingStatusFluent.ExternalPropertiesNested<A> withNewExternalPropertiesLike(ServiceBindingPropertiesState item)
public ServiceBindingStatusFluent.ExternalPropertiesNested<A> editExternalProperties()
public ServiceBindingStatusFluent.ExternalPropertiesNested<A> editOrNewExternalProperties()
public ServiceBindingStatusFluent.ExternalPropertiesNested<A> editOrNewExternalPropertiesLike(ServiceBindingPropertiesState item)
public ServiceBindingPropertiesState buildInProgressProperties()
public A withInProgressProperties(ServiceBindingPropertiesState inProgressProperties)
public boolean hasInProgressProperties()
public ServiceBindingStatusFluent.InProgressPropertiesNested<A> withNewInProgressProperties()
public ServiceBindingStatusFluent.InProgressPropertiesNested<A> withNewInProgressPropertiesLike(ServiceBindingPropertiesState item)
public ServiceBindingStatusFluent.InProgressPropertiesNested<A> editInProgressProperties()
public ServiceBindingStatusFluent.InProgressPropertiesNested<A> editOrNewInProgressProperties()
public ServiceBindingStatusFluent.InProgressPropertiesNested<A> editOrNewInProgressPropertiesLike(ServiceBindingPropertiesState item)
public String getLastOperation()
public boolean hasLastOperation()
public String getOperationStartTime()
public boolean hasOperationStartTime()
public Boolean getOrphanMitigationInProgress()
public A withOrphanMitigationInProgress(Boolean orphanMitigationInProgress)
public boolean hasOrphanMitigationInProgress()
public Long getReconciledGeneration()
public boolean hasReconciledGeneration()
public String getUnbindStatus()
public boolean hasUnbindStatus()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ServiceBindingStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ServiceBindingStatusFluent<A>>public A withAsyncOpInProgress()
public A withOrphanMitigationInProgress()
Copyright © 2015–2023 Red Hat. All rights reserved.