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.APIcreateNamespacedReplicationControllerRequest.execute()
Execute createNamespacedReplicationController requestCoreV1Api.APIpatchNamespacedReplicationControllerRequest.execute()
Execute patchNamespacedReplicationController requestCoreV1Api.APIpatchNamespacedReplicationControllerStatusRequest.execute()
Execute patchNamespacedReplicationControllerStatus requestCoreV1Api.APIreadNamespacedReplicationControllerRequest.execute()
Execute readNamespacedReplicationController requestCoreV1Api.APIreadNamespacedReplicationControllerStatusRequest.execute()
Execute readNamespacedReplicationControllerStatus requestCoreV1Api.APIreplaceNamespacedReplicationControllerRequest.execute()
Execute replaceNamespacedReplicationController requestCoreV1Api.APIreplaceNamespacedReplicationControllerStatusRequest.execute()
Execute replaceNamespacedReplicationControllerStatus requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ReplicationControllerModifier and TypeMethodDescriptionCoreV1Api.APIcreateNamespacedReplicationControllerRequest.executeWithHttpInfo()
Execute createNamespacedReplicationController request with HTTP info returnedCoreV1Api.APIpatchNamespacedReplicationControllerRequest.executeWithHttpInfo()
Execute patchNamespacedReplicationController request with HTTP info returnedCoreV1Api.APIpatchNamespacedReplicationControllerStatusRequest.executeWithHttpInfo()
Execute patchNamespacedReplicationControllerStatus request with HTTP info returnedCoreV1Api.APIreadNamespacedReplicationControllerRequest.executeWithHttpInfo()
Execute readNamespacedReplicationController request with HTTP info returnedCoreV1Api.APIreadNamespacedReplicationControllerStatusRequest.executeWithHttpInfo()
Execute readNamespacedReplicationControllerStatus request with HTTP info returnedCoreV1Api.APIreplaceNamespacedReplicationControllerRequest.executeWithHttpInfo()
Execute replaceNamespacedReplicationController request with HTTP info returnedCoreV1Api.APIreplaceNamespacedReplicationControllerStatusRequest.executeWithHttpInfo()
Execute replaceNamespacedReplicationControllerStatus request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1ReplicationControllerModifier and TypeMethodDescriptionCoreV1Api.createNamespacedReplicationController
(String namespace, V1ReplicationController body) create a ReplicationControllerCoreV1Api.replaceNamespacedReplicationController
(String name, String namespace, V1ReplicationController body) replace the specified ReplicationControllerCoreV1Api.replaceNamespacedReplicationControllerStatus
(String name, String namespace, V1ReplicationController body) replace status of the specified ReplicationControllerMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ReplicationControllerModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.APIcreateNamespacedReplicationControllerRequest.executeAsync
(ApiCallback<V1ReplicationController> _callback) Execute createNamespacedReplicationController request (asynchronously)okhttp3.Call
CoreV1Api.APIpatchNamespacedReplicationControllerRequest.executeAsync
(ApiCallback<V1ReplicationController> _callback) Execute patchNamespacedReplicationController request (asynchronously)okhttp3.Call
CoreV1Api.APIpatchNamespacedReplicationControllerStatusRequest.executeAsync
(ApiCallback<V1ReplicationController> _callback) Execute patchNamespacedReplicationControllerStatus request (asynchronously)okhttp3.Call
CoreV1Api.APIreadNamespacedReplicationControllerRequest.executeAsync
(ApiCallback<V1ReplicationController> _callback) Execute readNamespacedReplicationController request (asynchronously)okhttp3.Call
CoreV1Api.APIreadNamespacedReplicationControllerStatusRequest.executeAsync
(ApiCallback<V1ReplicationController> _callback) Execute readNamespacedReplicationControllerStatus request (asynchronously)okhttp3.Call
CoreV1Api.APIreplaceNamespacedReplicationControllerRequest.executeAsync
(ApiCallback<V1ReplicationController> _callback) Execute replaceNamespacedReplicationController request (asynchronously)okhttp3.Call
CoreV1Api.APIreplaceNamespacedReplicationControllerStatusRequest.executeAsync
(ApiCallback<V1ReplicationController> _callback) Execute replaceNamespacedReplicationControllerStatus request (asynchronously) -
Uses of V1ReplicationController in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ReplicationControllerModifier and TypeMethodDescriptionV1ReplicationController.apiVersion
(String apiVersion) static V1ReplicationController
Create an instance of V1ReplicationController given an JSON stringV1ReplicationController.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)