Uses of Class
io.fabric8.kubernetes.api.model.extensions.DeploymentSpec
-
-
Uses of DeploymentSpec in io.fabric8.kubernetes.api.model.extensions
Methods in io.fabric8.kubernetes.api.model.extensions that return DeploymentSpec Modifier and Type Method Description DeploymentSpecDeploymentSpecBuilder. build()DeploymentSpecDeploymentFluent. buildSpec()DeploymentSpecDeployment. getSpec()DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment.Methods in io.fabric8.kubernetes.api.model.extensions with parameters of type DeploymentSpec Modifier and Type Method Description protected voidDeploymentSpecFluent. copyInstance(DeploymentSpec instance)DeploymentFluent.SpecNested<A>DeploymentFluent. editOrNewSpecLike(DeploymentSpec item)voidDeployment. setSpec(DeploymentSpec spec)DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment.DeploymentFluent.SpecNested<A>DeploymentFluent. withNewSpecLike(DeploymentSpec item)ADeploymentFluent. withSpec(DeploymentSpec spec)Constructors in io.fabric8.kubernetes.api.model.extensions with parameters of type DeploymentSpec Constructor Description Deployment(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, DeploymentSpec spec, DeploymentStatus status)DeploymentSpecBuilder(DeploymentSpec instance)DeploymentSpecBuilder(DeploymentSpecFluent<?> fluent, DeploymentSpec instance)DeploymentSpecFluent(DeploymentSpec instance)
-