Uses of Class
io.kubernetes.client.openapi.models.V1DeploymentSpec
Packages that use V1DeploymentSpec
-
Uses of V1DeploymentSpec in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1DeploymentSpecModifier and TypeMethodDescriptionstatic V1DeploymentSpec
Create an instance of V1DeploymentSpec given an JSON stringV1Deployment.getSpec()
Get specV1DeploymentSpec.minReadySeconds
(Integer minReadySeconds) V1DeploymentSpec.progressDeadlineSeconds
(Integer progressDeadlineSeconds) V1DeploymentSpec.revisionHistoryLimit
(Integer revisionHistoryLimit) V1DeploymentSpec.selector
(V1LabelSelector selector) V1DeploymentSpec.strategy
(V1DeploymentStrategy strategy) V1DeploymentSpec.template
(V1PodTemplateSpec template) Methods in io.kubernetes.client.openapi.models with parameters of type V1DeploymentSpecModifier and TypeMethodDescriptionvoid
V1Deployment.setSpec
(V1DeploymentSpec spec) V1Deployment.spec
(V1DeploymentSpec spec)