Uses of Interface
io.fabric8.kubernetes.api.model.apps.DeploymentSpecFluent
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.apps |
-
Uses of DeploymentSpecFluent in io.fabric8.kubernetes.api.model.apps
Classes in io.fabric8.kubernetes.api.model.apps 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.apps Modifier and Type Interface Description static interfaceDeploymentFluent.SpecNested<N>Classes in io.fabric8.kubernetes.api.model.apps that implement DeploymentSpecFluent Modifier and Type Class Description classDeploymentFluentImpl.SpecNestedImpl<N>classDeploymentSpecBuilderclassDeploymentSpecFluentImpl<A extends DeploymentSpecFluent<A>>classDoneableDeploymentSpecConstructors in io.fabric8.kubernetes.api.model.apps 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)