Uses of Class
io.fabric8.openshift.api.model.DeploymentConfigStatus
| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
-
Uses of DeploymentConfigStatus in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return DeploymentConfigStatus Modifier and Type Method Description DeploymentConfigStatusDeploymentConfigStatusBuilder. build()DeploymentConfigStatusDeploymentConfigFluent. buildStatus()DeploymentConfigStatusDeploymentConfigFluentImpl. buildStatus()DeploymentConfigStatusDoneableDeploymentConfigStatus. done()DeploymentConfigStatusDeploymentConfig. getStatus()DeploymentConfigStatusDeploymentConfigFluent. getStatus()Deprecated.DeploymentConfigStatusDeploymentConfigFluentImpl. getStatus()Deprecated.Methods in io.fabric8.openshift.api.model with parameters of type DeploymentConfigStatus Modifier and Type Method Description DeploymentConfigFluent.StatusNested<A>DeploymentConfigFluent. editOrNewStatusLike(DeploymentConfigStatus item)DeploymentConfigFluent.StatusNested<A>DeploymentConfigFluentImpl. editOrNewStatusLike(DeploymentConfigStatus item)voidDeploymentConfig. setStatus(DeploymentConfigStatus status)DeploymentConfigFluent.StatusNested<A>DeploymentConfigFluent. withNewStatusLike(DeploymentConfigStatus item)DeploymentConfigFluent.StatusNested<A>DeploymentConfigFluentImpl. withNewStatusLike(DeploymentConfigStatus item)ADeploymentConfigFluent. withStatus(DeploymentConfigStatus status)ADeploymentConfigFluentImpl. withStatus(DeploymentConfigStatus status)Constructors in io.fabric8.openshift.api.model with parameters of type DeploymentConfigStatus Constructor Description DeploymentConfig(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, DeploymentConfigSpec spec, DeploymentConfigStatus status)DeploymentConfigStatusBuilder(DeploymentConfigStatus instance)DeploymentConfigStatusBuilder(DeploymentConfigStatusFluent<?> fluent, DeploymentConfigStatus instance)DeploymentConfigStatusBuilder(DeploymentConfigStatusFluent<?> fluent, DeploymentConfigStatus instance, Boolean validationEnabled)DeploymentConfigStatusBuilder(DeploymentConfigStatus instance, Boolean validationEnabled)DeploymentConfigStatusFluentImpl(DeploymentConfigStatus instance)DoneableDeploymentConfigStatus(DeploymentConfigStatus item)DoneableDeploymentConfigStatus(DeploymentConfigStatus item, io.fabric8.kubernetes.api.builder.Function<DeploymentConfigStatus,DeploymentConfigStatus> function)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type DeploymentConfigStatus Constructor Description DoneableDeploymentConfigStatus(io.fabric8.kubernetes.api.builder.Function<DeploymentConfigStatus,DeploymentConfigStatus> function)DoneableDeploymentConfigStatus(io.fabric8.kubernetes.api.builder.Function<DeploymentConfigStatus,DeploymentConfigStatus> function)DoneableDeploymentConfigStatus(DeploymentConfigStatus item, io.fabric8.kubernetes.api.builder.Function<DeploymentConfigStatus,DeploymentConfigStatus> function)DoneableDeploymentConfigStatus(DeploymentConfigStatus item, io.fabric8.kubernetes.api.builder.Function<DeploymentConfigStatus,DeploymentConfigStatus> function)