Uses of Class
io.kubernetes.client.openapi.models.V1ReplicaSet
Packages that use V1ReplicaSet
-
Uses of V1ReplicaSet in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1ReplicaSetModifier and TypeMethodDescriptionAppsV1Api.APIcreateNamespacedReplicaSetRequest.execute()
Execute createNamespacedReplicaSet requestAppsV1Api.APIpatchNamespacedReplicaSetRequest.execute()
Execute patchNamespacedReplicaSet requestAppsV1Api.APIpatchNamespacedReplicaSetStatusRequest.execute()
Execute patchNamespacedReplicaSetStatus requestAppsV1Api.APIreadNamespacedReplicaSetRequest.execute()
Execute readNamespacedReplicaSet requestAppsV1Api.APIreadNamespacedReplicaSetStatusRequest.execute()
Execute readNamespacedReplicaSetStatus requestAppsV1Api.APIreplaceNamespacedReplicaSetRequest.execute()
Execute replaceNamespacedReplicaSet requestAppsV1Api.APIreplaceNamespacedReplicaSetStatusRequest.execute()
Execute replaceNamespacedReplicaSetStatus requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ReplicaSetModifier and TypeMethodDescriptionAppsV1Api.APIcreateNamespacedReplicaSetRequest.executeWithHttpInfo()
Execute createNamespacedReplicaSet request with HTTP info returnedAppsV1Api.APIpatchNamespacedReplicaSetRequest.executeWithHttpInfo()
Execute patchNamespacedReplicaSet request with HTTP info returnedAppsV1Api.APIpatchNamespacedReplicaSetStatusRequest.executeWithHttpInfo()
Execute patchNamespacedReplicaSetStatus request with HTTP info returnedAppsV1Api.APIreadNamespacedReplicaSetRequest.executeWithHttpInfo()
Execute readNamespacedReplicaSet request with HTTP info returnedAppsV1Api.APIreadNamespacedReplicaSetStatusRequest.executeWithHttpInfo()
Execute readNamespacedReplicaSetStatus request with HTTP info returnedAppsV1Api.APIreplaceNamespacedReplicaSetRequest.executeWithHttpInfo()
Execute replaceNamespacedReplicaSet request with HTTP info returnedAppsV1Api.APIreplaceNamespacedReplicaSetStatusRequest.executeWithHttpInfo()
Execute replaceNamespacedReplicaSetStatus request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1ReplicaSetModifier and TypeMethodDescriptionAppsV1Api.createNamespacedReplicaSet
(String namespace, V1ReplicaSet body) create a ReplicaSetAppsV1Api.replaceNamespacedReplicaSet
(String name, String namespace, V1ReplicaSet body) replace the specified ReplicaSetAppsV1Api.replaceNamespacedReplicaSetStatus
(String name, String namespace, V1ReplicaSet body) replace status of the specified ReplicaSetMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ReplicaSetModifier and TypeMethodDescriptionokhttp3.Call
AppsV1Api.APIcreateNamespacedReplicaSetRequest.executeAsync
(ApiCallback<V1ReplicaSet> _callback) Execute createNamespacedReplicaSet request (asynchronously)okhttp3.Call
AppsV1Api.APIpatchNamespacedReplicaSetRequest.executeAsync
(ApiCallback<V1ReplicaSet> _callback) Execute patchNamespacedReplicaSet request (asynchronously)okhttp3.Call
AppsV1Api.APIpatchNamespacedReplicaSetStatusRequest.executeAsync
(ApiCallback<V1ReplicaSet> _callback) Execute patchNamespacedReplicaSetStatus request (asynchronously)okhttp3.Call
AppsV1Api.APIreadNamespacedReplicaSetRequest.executeAsync
(ApiCallback<V1ReplicaSet> _callback) Execute readNamespacedReplicaSet request (asynchronously)okhttp3.Call
AppsV1Api.APIreadNamespacedReplicaSetStatusRequest.executeAsync
(ApiCallback<V1ReplicaSet> _callback) Execute readNamespacedReplicaSetStatus request (asynchronously)okhttp3.Call
AppsV1Api.APIreplaceNamespacedReplicaSetRequest.executeAsync
(ApiCallback<V1ReplicaSet> _callback) Execute replaceNamespacedReplicaSet request (asynchronously)okhttp3.Call
AppsV1Api.APIreplaceNamespacedReplicaSetStatusRequest.executeAsync
(ApiCallback<V1ReplicaSet> _callback) Execute replaceNamespacedReplicaSetStatus request (asynchronously) -
Uses of V1ReplicaSet in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ReplicaSetModifier and TypeMethodDescriptionV1ReplicaSet.apiVersion
(String apiVersion) static V1ReplicaSet
Create an instance of V1ReplicaSet given an JSON stringV1ReplicaSet.metadata
(V1ObjectMeta metadata) V1ReplicaSet.spec
(V1ReplicaSetSpec spec) V1ReplicaSet.status
(V1ReplicaSetStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1ReplicaSetMethods in io.kubernetes.client.openapi.models with parameters of type V1ReplicaSetMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1ReplicaSetModifier and TypeMethodDescriptionV1ReplicaSetList.items
(List<V1ReplicaSet> items) void
V1ReplicaSetList.setItems
(List<V1ReplicaSet> items)