Uses of Interface
io.kubernetes.client.util.ApiInvocation
Packages that use ApiInvocation
-
Uses of ApiInvocation in io.kubernetes.client.util
Methods in io.kubernetes.client.util with parameters of type ApiInvocationModifier and TypeMethodDescriptionstatic <ApiType> ApiType
RetryUtils.retryUponConflict
(ApiInvocation<ApiType> apiTypeApiInvocation, int maxRetry) Invokes kubernetes api and will retry upon CONFLICT(409) response.