Uses of Class
io.fabric8.openshift.api.model.DeploymentDetails
-
Packages that use DeploymentDetails Package Description io.fabric8.openshift.api.model -
-
Uses of DeploymentDetails in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return DeploymentDetails Modifier and Type Method Description DeploymentDetailsDeploymentDetailsBuilder. build()DeploymentDetailsDeploymentConfigStatusFluent. buildDetails()DeploymentDetailsDeploymentConfigStatus. getDetails()DeploymentConfigStatus represents the current deployment state.Methods in io.fabric8.openshift.api.model with parameters of type DeploymentDetails Modifier and Type Method Description protected voidDeploymentDetailsFluent. copyInstance(DeploymentDetails instance)DeploymentConfigStatusFluent.DetailsNested<A>DeploymentConfigStatusFluent. editOrNewDetailsLike(DeploymentDetails item)voidDeploymentConfigStatus. setDetails(DeploymentDetails details)DeploymentConfigStatus represents the current deployment state.ADeploymentConfigStatusFluent. withDetails(DeploymentDetails details)DeploymentConfigStatusFluent.DetailsNested<A>DeploymentConfigStatusFluent. withNewDetailsLike(DeploymentDetails item)Constructors in io.fabric8.openshift.api.model with parameters of type DeploymentDetails Constructor Description DeploymentConfigStatus(Integer availableReplicas, List<DeploymentCondition> conditions, DeploymentDetails details, Long latestVersion, Long observedGeneration, Integer readyReplicas, Integer replicas, Integer unavailableReplicas, Integer updatedReplicas)DeploymentDetailsBuilder(DeploymentDetails instance)DeploymentDetailsBuilder(DeploymentDetailsFluent<?> fluent, DeploymentDetails instance)DeploymentDetailsFluent(DeploymentDetails instance)
-