Uses of Class
io.fabric8.openshift.api.model.DeploymentConfigSpec
-
Packages that use DeploymentConfigSpec Package Description io.fabric8.openshift.api.model -
-
Uses of DeploymentConfigSpec in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return DeploymentConfigSpec Modifier and Type Method Description DeploymentConfigSpecDeploymentConfigSpecBuilder. build()DeploymentConfigSpecDeploymentConfigFluent. buildSpec()DeploymentConfigSpecDeploymentConfig. getSpec()Deployment Configs define the template for a pod and manages deploying new images or configuration changes.Methods in io.fabric8.openshift.api.model with parameters of type DeploymentConfigSpec Modifier and Type Method Description protected voidDeploymentConfigSpecFluent. copyInstance(DeploymentConfigSpec instance)DeploymentConfigFluent.SpecNested<A>DeploymentConfigFluent. editOrNewSpecLike(DeploymentConfigSpec item)voidDeploymentConfig. setSpec(DeploymentConfigSpec spec)Deployment Configs define the template for a pod and manages deploying new images or configuration changes.DeploymentConfigFluent.SpecNested<A>DeploymentConfigFluent. withNewSpecLike(DeploymentConfigSpec item)ADeploymentConfigFluent. withSpec(DeploymentConfigSpec spec)Constructors in io.fabric8.openshift.api.model with parameters of type DeploymentConfigSpec Constructor Description DeploymentConfig(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, DeploymentConfigSpec spec, DeploymentConfigStatus status)DeploymentConfigSpecBuilder(DeploymentConfigSpec instance)DeploymentConfigSpecBuilder(DeploymentConfigSpecFluent<?> fluent, DeploymentConfigSpec instance)DeploymentConfigSpecFluent(DeploymentConfigSpec instance)
-