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.createNamespacedStatefulSet
(String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a StatefulSetAppsV1Api.patchNamespacedStatefulSet
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified StatefulSetAppsV1Api.patchNamespacedStatefulSetStatus
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified StatefulSetAppsV1Api.readNamespacedStatefulSet
(String name, String namespace, String pretty) read the specified StatefulSetAppsV1Api.readNamespacedStatefulSetStatus
(String name, String namespace, String pretty) read status of the specified StatefulSetAppsV1Api.replaceNamespacedStatefulSet
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified StatefulSetAppsV1Api.replaceNamespacedStatefulSetStatus
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified StatefulSetMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1StatefulSetModifier and TypeMethodDescriptionAppsV1Api.createNamespacedStatefulSetWithHttpInfo
(String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a StatefulSetAppsV1Api.patchNamespacedStatefulSetStatusWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update status of the specified StatefulSetAppsV1Api.patchNamespacedStatefulSetWithHttpInfo
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified StatefulSetAppsV1Api.readNamespacedStatefulSetStatusWithHttpInfo
(String name, String namespace, String pretty) read status of the specified StatefulSetAppsV1Api.readNamespacedStatefulSetWithHttpInfo
(String name, String namespace, String pretty) read the specified StatefulSetAppsV1Api.replaceNamespacedStatefulSetStatusWithHttpInfo
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified StatefulSetAppsV1Api.replaceNamespacedStatefulSetWithHttpInfo
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified StatefulSetMethods in io.kubernetes.client.openapi.apis with parameters of type V1StatefulSetModifier and TypeMethodDescriptionAppsV1Api.createNamespacedStatefulSet
(String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a StatefulSetokhttp3.Call
AppsV1Api.createNamespacedStatefulSetAsync
(String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1StatefulSet> _callback) (asynchronously) create a StatefulSetokhttp3.Call
AppsV1Api.createNamespacedStatefulSetCall
(String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedStatefulSetAppsV1Api.createNamespacedStatefulSetWithHttpInfo
(String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a StatefulSetAppsV1Api.replaceNamespacedStatefulSet
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified StatefulSetokhttp3.Call
AppsV1Api.replaceNamespacedStatefulSetAsync
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1StatefulSet> _callback) (asynchronously) replace the specified StatefulSetokhttp3.Call
AppsV1Api.replaceNamespacedStatefulSetCall
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedStatefulSetAppsV1Api.replaceNamespacedStatefulSetStatus
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified StatefulSetokhttp3.Call
AppsV1Api.replaceNamespacedStatefulSetStatusAsync
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1StatefulSet> _callback) (asynchronously) replace status of the specified StatefulSetokhttp3.Call
AppsV1Api.replaceNamespacedStatefulSetStatusCall
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedStatefulSetStatusAppsV1Api.replaceNamespacedStatefulSetStatusWithHttpInfo
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace status of the specified StatefulSetAppsV1Api.replaceNamespacedStatefulSetWithHttpInfo
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified StatefulSetMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1StatefulSetModifier and TypeMethodDescriptionokhttp3.Call
AppsV1Api.createNamespacedStatefulSetAsync
(String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1StatefulSet> _callback) (asynchronously) create a StatefulSetokhttp3.Call
AppsV1Api.patchNamespacedStatefulSetAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1StatefulSet> _callback) (asynchronously) partially update the specified StatefulSetokhttp3.Call
AppsV1Api.patchNamespacedStatefulSetStatusAsync
(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1StatefulSet> _callback) (asynchronously) partially update status of the specified StatefulSetokhttp3.Call
AppsV1Api.readNamespacedStatefulSetAsync
(String name, String namespace, String pretty, ApiCallback<V1StatefulSet> _callback) (asynchronously) read the specified StatefulSetokhttp3.Call
AppsV1Api.readNamespacedStatefulSetStatusAsync
(String name, String namespace, String pretty, ApiCallback<V1StatefulSet> _callback) (asynchronously) read status of the specified StatefulSetokhttp3.Call
AppsV1Api.replaceNamespacedStatefulSetAsync
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1StatefulSet> _callback) (asynchronously) replace the specified StatefulSetokhttp3.Call
AppsV1Api.replaceNamespacedStatefulSetStatusAsync
(String name, String namespace, V1StatefulSet body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1StatefulSet> _callback) (asynchronously) replace status of the specified StatefulSet -
Uses of V1StatefulSet in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1StatefulSetModifier and TypeMethodDescriptionV1StatefulSet.apiVersion
(String apiVersion) V1StatefulSet.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)