Uses of Interface
io.fabric8.kubernetes.api.model.apps.DeploymentStrategyFluent
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.apps |
-
Uses of DeploymentStrategyFluent in io.fabric8.kubernetes.api.model.apps
Classes in io.fabric8.kubernetes.api.model.apps with type parameters of type DeploymentStrategyFluent Modifier and Type Interface Description interfaceDeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>classDeploymentStrategyFluentImpl<A extends DeploymentStrategyFluent<A>>Subinterfaces of DeploymentStrategyFluent in io.fabric8.kubernetes.api.model.apps Modifier and Type Interface Description static interfaceDeploymentSpecFluent.StrategyNested<N>Classes in io.fabric8.kubernetes.api.model.apps that implement DeploymentStrategyFluent Modifier and Type Class Description classDeploymentSpecFluentImpl.StrategyNestedImpl<N>classDeploymentStrategyBuilderclassDeploymentStrategyFluentImpl<A extends DeploymentStrategyFluent<A>>classDoneableDeploymentStrategyConstructors in io.fabric8.kubernetes.api.model.apps with parameters of type DeploymentStrategyFluent Constructor Description DeploymentStrategyBuilder(DeploymentStrategyFluent<?> fluent)DeploymentStrategyBuilder(DeploymentStrategyFluent<?> fluent, DeploymentStrategy instance)DeploymentStrategyBuilder(DeploymentStrategyFluent<?> fluent, DeploymentStrategy instance, Boolean validationEnabled)DeploymentStrategyBuilder(DeploymentStrategyFluent<?> fluent, Boolean validationEnabled)