Uses of Class
io.fabric8.kubernetes.api.model.extensions.DeploymentStatus
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.extensions |
-
Uses of DeploymentStatus in io.fabric8.kubernetes.api.model.extensions
Methods in io.fabric8.kubernetes.api.model.extensions that return DeploymentStatus Modifier and Type Method Description DeploymentStatusDeploymentStatusBuilder. build()DeploymentStatusDeploymentFluent. buildStatus()DeploymentStatusDeploymentFluentImpl. buildStatus()DeploymentStatusDoneableDeploymentStatus. done()DeploymentStatusDeployment. getStatus()DeploymentStatusDeploymentFluent. getStatus()Deprecated.DeploymentStatusDeploymentFluentImpl. getStatus()Deprecated.Methods in io.fabric8.kubernetes.api.model.extensions with parameters of type DeploymentStatus Modifier and Type Method Description DeploymentFluent.StatusNested<A>DeploymentFluent. editOrNewStatusLike(DeploymentStatus item)DeploymentFluent.StatusNested<A>DeploymentFluentImpl. editOrNewStatusLike(DeploymentStatus item)voidDeployment. setStatus(DeploymentStatus status)DeploymentFluent.StatusNested<A>DeploymentFluent. withNewStatusLike(DeploymentStatus item)DeploymentFluent.StatusNested<A>DeploymentFluentImpl. withNewStatusLike(DeploymentStatus item)ADeploymentFluent. withStatus(DeploymentStatus status)ADeploymentFluentImpl. withStatus(DeploymentStatus status)Constructors in io.fabric8.kubernetes.api.model.extensions with parameters of type DeploymentStatus Constructor Description Deployment(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, DeploymentSpec spec, DeploymentStatus status)DeploymentStatusBuilder(DeploymentStatus instance)DeploymentStatusBuilder(DeploymentStatusFluent<?> fluent, DeploymentStatus instance)DeploymentStatusBuilder(DeploymentStatusFluent<?> fluent, DeploymentStatus instance, Boolean validationEnabled)DeploymentStatusBuilder(DeploymentStatus instance, Boolean validationEnabled)DeploymentStatusFluentImpl(DeploymentStatus instance)DoneableDeploymentStatus(DeploymentStatus item)DoneableDeploymentStatus(DeploymentStatus item, io.fabric8.kubernetes.api.builder.Function<DeploymentStatus,DeploymentStatus> function)Constructor parameters in io.fabric8.kubernetes.api.model.extensions with type arguments of type DeploymentStatus Constructor Description DoneableDeploymentStatus(io.fabric8.kubernetes.api.builder.Function<DeploymentStatus,DeploymentStatus> function)DoneableDeploymentStatus(io.fabric8.kubernetes.api.builder.Function<DeploymentStatus,DeploymentStatus> function)DoneableDeploymentStatus(DeploymentStatus item, io.fabric8.kubernetes.api.builder.Function<DeploymentStatus,DeploymentStatus> function)DoneableDeploymentStatus(DeploymentStatus item, io.fabric8.kubernetes.api.builder.Function<DeploymentStatus,DeploymentStatus> function)