Uses of Interface
io.fabric8.kubernetes.api.model.extensions.DeploymentSpecFluent
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.extensions |
-
Uses of DeploymentSpecFluent in io.fabric8.kubernetes.api.model.extensions
Classes in io.fabric8.kubernetes.api.model.extensions with type parameters of type DeploymentSpecFluent Modifier and Type Interface Description interfaceDeploymentSpecFluent<A extends DeploymentSpecFluent<A>>classDeploymentSpecFluentImpl<A extends DeploymentSpecFluent<A>>Subinterfaces of DeploymentSpecFluent in io.fabric8.kubernetes.api.model.extensions Modifier and Type Interface Description static interfaceDeploymentFluent.SpecNested<N>Classes in io.fabric8.kubernetes.api.model.extensions that implement DeploymentSpecFluent Modifier and Type Class Description classDeploymentFluentImpl.SpecNestedImpl<N>classDeploymentSpecBuilderclassDeploymentSpecFluentImpl<A extends DeploymentSpecFluent<A>>classDoneableDeploymentSpecConstructors in io.fabric8.kubernetes.api.model.extensions with parameters of type DeploymentSpecFluent Constructor Description DeploymentSpecBuilder(DeploymentSpecFluent<?> fluent)DeploymentSpecBuilder(DeploymentSpecFluent<?> fluent, DeploymentSpec instance)DeploymentSpecBuilder(DeploymentSpecFluent<?> fluent, DeploymentSpec instance, Boolean validationEnabled)DeploymentSpecBuilder(DeploymentSpecFluent<?> fluent, Boolean validationEnabled)