Uses of Class
de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.K8SRequest
Packages that use K8SRequest
Package
Description
The basic implementation for the Kubernetes proxy.
-
Uses of K8SRequest in de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy
Methods in de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy that return K8SRequestModifier and TypeMethodDescriptionAbstractK8SJavaProxy.createK8SRequest(byte[] requestByte) Create K8S request object from the actual array of bytes for the received request.K8SJavaProxy.createK8SRequest(byte[] requestByte) Create K8S request object from the actual array of bytes for the received request.Methods in de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy with parameters of type K8SRequestModifier and TypeMethodDescriptionbyte[]AasK8SJavaProxy.executeK8SDelete(K8SRequest request) Execute DELETE request and send it to the MasterProxy.byte[]HttpK8SJavaProxy.executeK8SDelete(K8SRequest request) Execute DELETE request and send it to the MasterProxy.byte[]K8SJavaProxy.executeK8SDelete(K8SRequest request) Execute DELETE request and send it to the MasterProxy.byte[]AasK8SJavaProxy.executeK8SGet(BufferedOutputStream writer, K8SRequest request) Execute GET request and send it to the MasterProxy.byte[]HttpK8SJavaProxy.executeK8SGet(BufferedOutputStream writer, K8SRequest request) Execute GET request and send it to the MasterProxy.byte[]K8SJavaProxy.executeK8SGet(BufferedOutputStream writer, K8SRequest request) Execute GET request and send it to the MasterProxy.byte[]AbstractK8SJavaProxy.executeK8SJavaClientRequest(BufferedOutputStream writer, K8SRequest request) Execute the request and send it to K8S apiserver.byte[]K8SJavaProxy.executeK8SJavaClientRequest(BufferedOutputStream writer, K8SRequest request) Execute the request and send it to K8S apiserver.byte[]AasK8SJavaProxy.executeK8SPatch(K8SRequest request) Execute PATCH request and send it to the MasterProxy.byte[]HttpK8SJavaProxy.executeK8SPatch(K8SRequest request) Execute PATCH request and send it to the MasterProxy.byte[]K8SJavaProxy.executeK8SPatch(K8SRequest request) Execute PATCH request and send it to the MasterProxy.byte[]AasK8SJavaProxy.executeK8SPost(K8SRequest request) Execute POST request and send it to the MasterProxy.byte[]HttpK8SJavaProxy.executeK8SPost(K8SRequest request) Execute POST request and send it to the MasterProxy.byte[]K8SJavaProxy.executeK8SPost(K8SRequest request) Execute POST request and send it to the MasterProxy.byte[]AasK8SJavaProxy.executeK8SPut(K8SRequest request) Execute PUT request and send it to the MasterProxy.byte[]HttpK8SJavaProxy.executeK8SPut(K8SRequest request) Execute PUT request and send it to the MasterProxy.byte[]K8SJavaProxy.executeK8SPut(K8SRequest request) Execute PUT request and send it to the MasterProxy.okhttp3.ResponseAbstractK8SJavaProxy.executeWatchK8SJavaClientRequest(K8SRequest request) Execute the request and send it to K8S apiserver.okhttp3.ResponseK8SJavaProxy.executeWatchK8SJavaClientRequest(K8SRequest request) Execute the request and send it to K8S apiserver.byte[]AbstractK8SJavaProxy.formatK8SResponse(K8SRequest request, okhttp3.Response response) Format the response from K8S apiserver.byte[]AbstractK8SJavaProxy.formatK8SResponse(K8SRequest request, org.apache.http.HttpResponse httpResponse) Format the response from the MasterProxy.byte[]K8SJavaProxy.formatK8SResponse(K8SRequest request, okhttp3.Response response) Format the response from K8S apiserver.byte[]K8SJavaProxy.formatK8SResponse(K8SRequest request, org.apache.http.HttpResponse httpResponse) Format the response from the MasterProxy.AasK8SJavaProxy.formatWatchK8SResponse(BufferedWriter writer, K8SRequest request, okhttp3.Response response) Format the response from K8S apiserver.byte[]AbstractK8SJavaProxy.formatWatchK8SResponse(BufferedOutputStream writer, K8SRequest request, okhttp3.Response response) Format the response from K8S apiserver.byte[]AbstractK8SJavaProxy.formatWatchK8SResponse(BufferedOutputStream writer, K8SRequest request, org.apache.http.HttpResponse httpResponse) Format the response from the MasterProxy.byte[]K8SJavaProxy.formatWatchK8SResponse(BufferedOutputStream writer, K8SRequest request, okhttp3.Response response) Format the response from K8S apiserver.byte[]K8SJavaProxy.formatWatchK8SResponse(BufferedOutputStream writer, K8SRequest request, org.apache.http.HttpResponse httpResponse) Format the response from the MasterProxy.byte[]AasK8SJavaProxy.sendK8SRequest(BufferedOutputStream writer, K8SRequest request) byte[]AbstractK8SJavaProxy.sendK8SRequest(BufferedOutputStream writer, K8SRequest request) Send the K8S request object to the MasterProxy or K8S apiserver.byte[]K8SJavaProxy.sendK8SRequest(BufferedOutputStream writer, K8SRequest request) Send the K8S request object to the MasterProxy or K8S apiserver.