Uses of Interface
io.fabric8.kubernetes.api.model.extensions.DeploymentRollbackFluent
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.extensions |
-
Uses of DeploymentRollbackFluent in io.fabric8.kubernetes.api.model.extensions
Classes in io.fabric8.kubernetes.api.model.extensions with type parameters of type DeploymentRollbackFluent Modifier and Type Interface Description interfaceDeploymentRollbackFluent<A extends DeploymentRollbackFluent<A>>classDeploymentRollbackFluentImpl<A extends DeploymentRollbackFluent<A>>Classes in io.fabric8.kubernetes.api.model.extensions that implement DeploymentRollbackFluent Modifier and Type Class Description classDeploymentRollbackBuilderclassDeploymentRollbackFluentImpl<A extends DeploymentRollbackFluent<A>>classDoneableDeploymentRollbackConstructors in io.fabric8.kubernetes.api.model.extensions with parameters of type DeploymentRollbackFluent Constructor Description DeploymentRollbackBuilder(DeploymentRollbackFluent<?> fluent)DeploymentRollbackBuilder(DeploymentRollbackFluent<?> fluent, DeploymentRollback instance)DeploymentRollbackBuilder(DeploymentRollbackFluent<?> fluent, DeploymentRollback instance, Boolean validationEnabled)DeploymentRollbackBuilder(DeploymentRollbackFluent<?> fluent, Boolean validationEnabled)