Uses of Class
io.kubernetes.client.openapi.Pair
Packages that use Pair
-
Uses of Pair in io.kubernetes.client.openapi
Methods in io.kubernetes.client.openapi that return types with arguments of type PairModifier and TypeMethodDescriptionApiClient.parameterToPair
(String name, Object value) Formats the specified query parameter to a list containing a singlePair
object.ApiClient.parameterToPairs
(String collectionFormat, String name, Collection value) Formats the specified collection query parameters to a list ofPair
objects.Method parameters in io.kubernetes.client.openapi with type arguments of type PairModifier and TypeMethodDescriptionokhttp3.Call
ApiClient.buildCall
(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build HTTP call with the given options.okhttp3.Request
ApiClient.buildRequest
(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build an HTTP request with the given options.Build full URL by concatenating base path, the given sub path and query parameters.void
ApiClient.updateParamsForAuth
(String[] authNames, List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams) Update query and header parameters based on authentication settings. -
Uses of Pair in io.kubernetes.client.openapi.auth
Method parameters in io.kubernetes.client.openapi.auth with type arguments of type PairModifier and TypeMethodDescriptionvoid
ApiKeyAuth.applyToParams
(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams) void
Authentication.applyToParams
(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams) Apply authentication settings to header and query params.void
HttpBasicAuth.applyToParams
(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams) void
HttpBearerAuth.applyToParams
(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams)