Uses of Class
io.kubernetes.client.openapi.models.V1ReplicationControllerSpec
Packages that use V1ReplicationControllerSpec
-
Uses of V1ReplicationControllerSpec in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ReplicationControllerSpecModifier and TypeMethodDescriptionV1ReplicationController.getSpec()
Get specV1ReplicationControllerSpec.minReadySeconds
(Integer minReadySeconds) V1ReplicationControllerSpec.putSelectorItem
(String key, String selectorItem) V1ReplicationControllerSpec.template
(V1PodTemplateSpec template) Methods in io.kubernetes.client.openapi.models with parameters of type V1ReplicationControllerSpecModifier and TypeMethodDescriptionvoid
V1ReplicationController.setSpec
(V1ReplicationControllerSpec spec) V1ReplicationController.spec
(V1ReplicationControllerSpec spec)