Uses of Class
io.kubernetes.client.openapi.models.V1ReplicaSetSpec
Packages that use V1ReplicaSetSpec
-
Uses of V1ReplicaSetSpec in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ReplicaSetSpecModifier and TypeMethodDescriptionstatic V1ReplicaSetSpec
Create an instance of V1ReplicaSetSpec given an JSON stringV1ReplicaSet.getSpec()
Get specV1ReplicaSetSpec.minReadySeconds
(Integer minReadySeconds) V1ReplicaSetSpec.selector
(V1LabelSelector selector) V1ReplicaSetSpec.template
(V1PodTemplateSpec template) Methods in io.kubernetes.client.openapi.models with parameters of type V1ReplicaSetSpecModifier and TypeMethodDescriptionvoid
V1ReplicaSet.setSpec
(V1ReplicaSetSpec spec) V1ReplicaSet.spec
(V1ReplicaSetSpec spec)