public interface DeploymentConfigStatusFluent<A extends DeploymentConfigStatusFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
DeploymentConfigStatusFluent.DetailsNested<N> |
Modifier and Type | Method and Description |
---|---|
DeploymentConfigStatusFluent.DetailsNested<A> |
editDetails() |
DeploymentDetails |
getDetails() |
Integer |
getLatestVersion() |
Long |
getObservedGeneration() |
A |
withDetails(DeploymentDetails details) |
A |
withLatestVersion(Integer latestVersion) |
DeploymentConfigStatusFluent.DetailsNested<A> |
withNewDetails() |
DeploymentConfigStatusFluent.DetailsNested<A> |
withNewDetailsLike(DeploymentDetails item) |
A |
withObservedGeneration(Long observedGeneration) |
DeploymentDetails getDetails()
A withDetails(DeploymentDetails details)
DeploymentConfigStatusFluent.DetailsNested<A> withNewDetails()
DeploymentConfigStatusFluent.DetailsNested<A> withNewDetailsLike(DeploymentDetails item)
DeploymentConfigStatusFluent.DetailsNested<A> editDetails()
Integer getLatestVersion()
Long getObservedGeneration()
Copyright © 2011–2016 Red Hat. All rights reserved.