Uses of Class
io.fabric8.kubernetes.api.model.apps.DeploymentSpec
-
-
Uses of DeploymentSpec in io.fabric8.kubernetes.api.model.apps
Methods in io.fabric8.kubernetes.api.model.apps that return DeploymentSpec Modifier and Type Method Description DeploymentSpecDeploymentSpecBuilder. build()DeploymentSpecDeploymentFluent. buildSpec()DeploymentSpecDeployment. getSpec()Deployment enables declarative updates for Pods and ReplicaSets.Methods in io.fabric8.kubernetes.api.model.apps 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)Deployment enables declarative updates for Pods and ReplicaSets.DeploymentFluent.SpecNested<A>DeploymentFluent. withNewSpecLike(DeploymentSpec item)ADeploymentFluent. withSpec(DeploymentSpec spec)Constructors in io.fabric8.kubernetes.api.model.apps 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)
-