Uses of Class
io.kubernetes.client.openapi.models.V1StatefulSet
Packages that use V1StatefulSet
-
Uses of V1StatefulSet in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1StatefulSetModifier and TypeMethodDescriptionAppsV1Api.APIcreateNamespacedStatefulSetRequest.execute()
Execute createNamespacedStatefulSet requestAppsV1Api.APIpatchNamespacedStatefulSetRequest.execute()
Execute patchNamespacedStatefulSet requestAppsV1Api.APIpatchNamespacedStatefulSetStatusRequest.execute()
Execute patchNamespacedStatefulSetStatus requestAppsV1Api.APIreadNamespacedStatefulSetRequest.execute()
Execute readNamespacedStatefulSet requestAppsV1Api.APIreadNamespacedStatefulSetStatusRequest.execute()
Execute readNamespacedStatefulSetStatus requestAppsV1Api.APIreplaceNamespacedStatefulSetRequest.execute()
Execute replaceNamespacedStatefulSet requestAppsV1Api.APIreplaceNamespacedStatefulSetStatusRequest.execute()
Execute replaceNamespacedStatefulSetStatus requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1StatefulSetModifier and TypeMethodDescriptionAppsV1Api.APIcreateNamespacedStatefulSetRequest.executeWithHttpInfo()
Execute createNamespacedStatefulSet request with HTTP info returnedAppsV1Api.APIpatchNamespacedStatefulSetRequest.executeWithHttpInfo()
Execute patchNamespacedStatefulSet request with HTTP info returnedAppsV1Api.APIpatchNamespacedStatefulSetStatusRequest.executeWithHttpInfo()
Execute patchNamespacedStatefulSetStatus request with HTTP info returnedAppsV1Api.APIreadNamespacedStatefulSetRequest.executeWithHttpInfo()
Execute readNamespacedStatefulSet request with HTTP info returnedAppsV1Api.APIreadNamespacedStatefulSetStatusRequest.executeWithHttpInfo()
Execute readNamespacedStatefulSetStatus request with HTTP info returnedAppsV1Api.APIreplaceNamespacedStatefulSetRequest.executeWithHttpInfo()
Execute replaceNamespacedStatefulSet request with HTTP info returnedAppsV1Api.APIreplaceNamespacedStatefulSetStatusRequest.executeWithHttpInfo()
Execute replaceNamespacedStatefulSetStatus request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1StatefulSetModifier and TypeMethodDescriptionAppsV1Api.createNamespacedStatefulSet
(String namespace, V1StatefulSet body) create a StatefulSetAppsV1Api.replaceNamespacedStatefulSet
(String name, String namespace, V1StatefulSet body) replace the specified StatefulSetAppsV1Api.replaceNamespacedStatefulSetStatus
(String name, String namespace, V1StatefulSet body) replace status of the specified StatefulSetMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1StatefulSetModifier and TypeMethodDescriptionokhttp3.Call
AppsV1Api.APIcreateNamespacedStatefulSetRequest.executeAsync
(ApiCallback<V1StatefulSet> _callback) Execute createNamespacedStatefulSet request (asynchronously)okhttp3.Call
AppsV1Api.APIpatchNamespacedStatefulSetRequest.executeAsync
(ApiCallback<V1StatefulSet> _callback) Execute patchNamespacedStatefulSet request (asynchronously)okhttp3.Call
AppsV1Api.APIpatchNamespacedStatefulSetStatusRequest.executeAsync
(ApiCallback<V1StatefulSet> _callback) Execute patchNamespacedStatefulSetStatus request (asynchronously)okhttp3.Call
AppsV1Api.APIreadNamespacedStatefulSetRequest.executeAsync
(ApiCallback<V1StatefulSet> _callback) Execute readNamespacedStatefulSet request (asynchronously)okhttp3.Call
AppsV1Api.APIreadNamespacedStatefulSetStatusRequest.executeAsync
(ApiCallback<V1StatefulSet> _callback) Execute readNamespacedStatefulSetStatus request (asynchronously)okhttp3.Call
AppsV1Api.APIreplaceNamespacedStatefulSetRequest.executeAsync
(ApiCallback<V1StatefulSet> _callback) Execute replaceNamespacedStatefulSet request (asynchronously)okhttp3.Call
AppsV1Api.APIreplaceNamespacedStatefulSetStatusRequest.executeAsync
(ApiCallback<V1StatefulSet> _callback) Execute replaceNamespacedStatefulSetStatus request (asynchronously) -
Uses of V1StatefulSet in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1StatefulSetModifier and TypeMethodDescriptionV1StatefulSet.apiVersion
(String apiVersion) static V1StatefulSet
Create an instance of V1StatefulSet given an JSON stringV1StatefulSet.metadata
(V1ObjectMeta metadata) V1StatefulSet.spec
(V1StatefulSetSpec spec) V1StatefulSet.status
(V1StatefulSetStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1StatefulSetModifier and TypeMethodDescriptionV1StatefulSetList.getItems()
Items is the list of stateful sets.Methods in io.kubernetes.client.openapi.models with parameters of type V1StatefulSetMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1StatefulSetModifier and TypeMethodDescriptionV1StatefulSetList.items
(List<V1StatefulSet> items) void
V1StatefulSetList.setItems
(List<V1StatefulSet> items)