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()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)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)
-