Package | Description |
---|---|
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
DeploymentDetails |
DeploymentDetailsBuilder.build() |
DeploymentDetails |
DoneableDeploymentDetails.done() |
DeploymentDetails |
DeploymentConfigStatusFluentImpl.getDetails() |
DeploymentDetails |
DeploymentConfigStatusFluent.getDetails() |
DeploymentDetails |
DeploymentConfigStatus.getDetails() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentConfigStatus.setDetails(DeploymentDetails details) |
A |
DeploymentConfigStatusFluentImpl.withDetails(DeploymentDetails details) |
A |
DeploymentConfigStatusFluent.withDetails(DeploymentDetails details) |
DeploymentConfigStatusFluent.DetailsNested<A> |
DeploymentConfigStatusFluentImpl.withNewDetailsLike(DeploymentDetails item) |
DeploymentConfigStatusFluent.DetailsNested<A> |
DeploymentConfigStatusFluent.withNewDetailsLike(DeploymentDetails item) |
Constructor and Description |
---|
DeploymentConfigStatus(Integer availableReplicas,
DeploymentDetails details,
Long latestVersion,
Long observedGeneration,
Integer replicas,
Integer unavailableReplicas,
Integer updatedReplicas) |
DeploymentDetailsBuilder(DeploymentDetails instance) |
DeploymentDetailsBuilder(DeploymentDetails instance,
Boolean validationEnabled) |
DeploymentDetailsBuilder(DeploymentDetailsFluent<?> fluent,
DeploymentDetails instance) |
DeploymentDetailsBuilder(DeploymentDetailsFluent<?> fluent,
DeploymentDetails instance,
Boolean validationEnabled) |
DeploymentDetailsFluentImpl(DeploymentDetails instance) |
DoneableDeploymentDetails(DeploymentDetails item) |
DoneableDeploymentDetails(DeploymentDetails item,
Function<DeploymentDetails,DeploymentDetails> function) |
Constructor and Description |
---|
DoneableDeploymentDetails(DeploymentDetails item,
Function<DeploymentDetails,DeploymentDetails> function) |
DoneableDeploymentDetails(DeploymentDetails item,
Function<DeploymentDetails,DeploymentDetails> function) |
DoneableDeploymentDetails(Function<DeploymentDetails,DeploymentDetails> function) |
DoneableDeploymentDetails(Function<DeploymentDetails,DeploymentDetails> function) |
Copyright © 2011–2016 Red Hat. All rights reserved.