Uses of Class
io.fabric8.openshift.api.model.DeploymentCondition
-
Packages that use DeploymentCondition Package Description io.fabric8.openshift.api.model -
-
Uses of DeploymentCondition in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return DeploymentCondition Modifier and Type Method Description DeploymentConditionDeploymentConditionBuilder. build()DeploymentConditionDeploymentConfigStatusFluent. buildCondition(int index)DeploymentConditionDeploymentConfigStatusFluent. buildFirstCondition()DeploymentConditionDeploymentConfigStatusFluent. buildLastCondition()DeploymentConditionDeploymentConfigStatusFluent. buildMatchingCondition(Predicate<DeploymentConditionBuilder> predicate)Methods in io.fabric8.openshift.api.model that return types with arguments of type DeploymentCondition Modifier and Type Method Description List<DeploymentCondition>DeploymentConfigStatusFluent. buildConditions()List<DeploymentCondition>DeploymentConfigStatus. getConditions()conditions represents the latest available observations of a deployment config's current state.Methods in io.fabric8.openshift.api.model with parameters of type DeploymentCondition Modifier and Type Method Description DeploymentConfigStatusFluent.ConditionsNested<A>DeploymentConfigStatusFluent. addNewConditionLike(DeploymentCondition item)ADeploymentConfigStatusFluent. addToConditions(int index, DeploymentCondition item)ADeploymentConfigStatusFluent. addToConditions(DeploymentCondition... items)protected voidDeploymentConditionFluent. copyInstance(DeploymentCondition instance)ADeploymentConfigStatusFluent. removeFromConditions(DeploymentCondition... items)DeploymentConfigStatusFluent.ConditionsNested<A>DeploymentConfigStatusFluent. setNewConditionLike(int index, DeploymentCondition item)ADeploymentConfigStatusFluent. setToConditions(int index, DeploymentCondition item)ADeploymentConfigStatusFluent. withConditions(DeploymentCondition... conditions)Method parameters in io.fabric8.openshift.api.model with type arguments of type DeploymentCondition Modifier and Type Method Description ADeploymentConfigStatusFluent. addAllToConditions(Collection<DeploymentCondition> items)ADeploymentConfigStatusFluent. removeAllFromConditions(Collection<DeploymentCondition> items)voidDeploymentConfigStatus. setConditions(List<DeploymentCondition> conditions)conditions represents the latest available observations of a deployment config's current state.ADeploymentConfigStatusFluent. withConditions(List<DeploymentCondition> conditions)Constructors in io.fabric8.openshift.api.model with parameters of type DeploymentCondition Constructor Description DeploymentConditionBuilder(DeploymentCondition instance)DeploymentConditionBuilder(DeploymentConditionFluent<?> fluent, DeploymentCondition instance)DeploymentConditionFluent(DeploymentCondition instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type DeploymentCondition Constructor Description DeploymentConfigStatus(Integer availableReplicas, List<DeploymentCondition> conditions, DeploymentDetails details, Long latestVersion, Long observedGeneration, Integer readyReplicas, Integer replicas, Integer unavailableReplicas, Integer updatedReplicas)
-