Interface PatchUtils.PatchCallFunc

Enclosing class:
PatchUtils

public static interface PatchUtils.PatchCallFunc
The Patch call func returns an okhttp call object. This interface is only used for adapting generated openapi client interfaces. e.g. CoreV1Api.patchNamespacedPodCall(java.lang.String, java.lang.String, io.kubernetes.client.custom.V1Patch, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean, io.kubernetes.client.openapi.ApiCallback)
  • Method Summary

    Modifier and Type
    Method
    Description
    okhttp3.Call
    Gets okhttp call object.
  • Method Details

    • getCall

      okhttp3.Call getCall() throws io.kubernetes.client.openapi.ApiException
      Gets okhttp call object.
      Returns:
      the call
      Throws:
      io.kubernetes.client.openapi.ApiException - the api exception