Uses of Class
io.kubernetes.client.openapi.models.V1ReplicationController
Packages that use V1ReplicationController
-
Uses of V1ReplicationController in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1ReplicationControllerModifier and TypeMethodDescriptionCoreV1Api.createNamespacedReplicationController
(String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ReplicationControllerCoreV1Api.patchNamespacedReplicationController
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ReplicationControllerCoreV1Api.patchNamespacedReplicationControllerStatus
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified ReplicationControllerCoreV1Api.readNamespacedReplicationController
(String name, String namespace, String pretty) read the specified ReplicationControllerCoreV1Api.readNamespacedReplicationControllerStatus
(String name, String namespace, String pretty) read status of the specified ReplicationControllerCoreV1Api.replaceNamespacedReplicationController
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ReplicationControllerCoreV1Api.replaceNamespacedReplicationControllerStatus
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified ReplicationControllerMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ReplicationControllerModifier and TypeMethodDescriptionCoreV1Api.createNamespacedReplicationControllerWithHttpInfo
(String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ReplicationControllerCoreV1Api.patchNamespacedReplicationControllerStatusWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified ReplicationControllerCoreV1Api.patchNamespacedReplicationControllerWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ReplicationControllerCoreV1Api.readNamespacedReplicationControllerStatusWithHttpInfo
(String name, String namespace, String pretty) read status of the specified ReplicationControllerCoreV1Api.readNamespacedReplicationControllerWithHttpInfo
(String name, String namespace, String pretty) read the specified ReplicationControllerCoreV1Api.replaceNamespacedReplicationControllerStatusWithHttpInfo
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified ReplicationControllerCoreV1Api.replaceNamespacedReplicationControllerWithHttpInfo
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ReplicationControllerMethods in io.kubernetes.client.openapi.apis with parameters of type V1ReplicationControllerModifier and TypeMethodDescriptionCoreV1Api.createNamespacedReplicationController
(String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ReplicationControllerokhttp3.Call
CoreV1Api.createNamespacedReplicationControllerAsync
(String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ReplicationController> _callback) (asynchronously) create a ReplicationControllerokhttp3.Call
CoreV1Api.createNamespacedReplicationControllerCall
(String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedReplicationControllerCoreV1Api.createNamespacedReplicationControllerWithHttpInfo
(String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ReplicationControllerCoreV1Api.replaceNamespacedReplicationController
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ReplicationControllerokhttp3.Call
CoreV1Api.replaceNamespacedReplicationControllerAsync
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ReplicationController> _callback) (asynchronously) replace the specified ReplicationControllerokhttp3.Call
CoreV1Api.replaceNamespacedReplicationControllerCall
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedReplicationControllerCoreV1Api.replaceNamespacedReplicationControllerStatus
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified ReplicationControllerokhttp3.Call
CoreV1Api.replaceNamespacedReplicationControllerStatusAsync
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ReplicationController> _callback) (asynchronously) replace status of the specified ReplicationControllerokhttp3.Call
CoreV1Api.replaceNamespacedReplicationControllerStatusCall
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedReplicationControllerStatusCoreV1Api.replaceNamespacedReplicationControllerStatusWithHttpInfo
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified ReplicationControllerCoreV1Api.replaceNamespacedReplicationControllerWithHttpInfo
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ReplicationControllerMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ReplicationControllerModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.createNamespacedReplicationControllerAsync
(String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ReplicationController> _callback) (asynchronously) create a ReplicationControllerokhttp3.Call
CoreV1Api.patchNamespacedReplicationControllerAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1ReplicationController> _callback) (asynchronously) partially update the specified ReplicationControllerokhttp3.Call
CoreV1Api.patchNamespacedReplicationControllerStatusAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1ReplicationController> _callback) (asynchronously) partially update status of the specified ReplicationControllerokhttp3.Call
CoreV1Api.readNamespacedReplicationControllerAsync
(String name, String namespace, String pretty, ApiCallback<V1ReplicationController> _callback) (asynchronously) read the specified ReplicationControllerokhttp3.Call
CoreV1Api.readNamespacedReplicationControllerStatusAsync
(String name, String namespace, String pretty, ApiCallback<V1ReplicationController> _callback) (asynchronously) read status of the specified ReplicationControllerokhttp3.Call
CoreV1Api.replaceNamespacedReplicationControllerAsync
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ReplicationController> _callback) (asynchronously) replace the specified ReplicationControllerokhttp3.Call
CoreV1Api.replaceNamespacedReplicationControllerStatusAsync
(String name, String namespace, V1ReplicationController body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ReplicationController> _callback) (asynchronously) replace status of the specified ReplicationController -
Uses of V1ReplicationController in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ReplicationControllerModifier and TypeMethodDescriptionV1ReplicationController.apiVersion
(String apiVersion) V1ReplicationController.metadata
(V1ObjectMeta metadata) V1ReplicationController.spec
(V1ReplicationControllerSpec spec) V1ReplicationController.status
(V1ReplicationControllerStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1ReplicationControllerModifier and TypeMethodDescriptionV1ReplicationControllerList.getItems()
List of replication controllers.Methods in io.kubernetes.client.openapi.models with parameters of type V1ReplicationControllerModifier and TypeMethodDescriptionV1ReplicationControllerList.addItemsItem
(V1ReplicationController itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1ReplicationControllerModifier and TypeMethodDescriptionV1ReplicationControllerList.items
(List<V1ReplicationController> items) void
V1ReplicationControllerList.setItems
(List<V1ReplicationController> items)