IBM Cloud Code Engine

Introduction IBM Cloud Code Engine provides a platform to unify the deployment of functions, applications, and pre-built containers to a Kubernetes-based infrastructure, enabling higher productivity and a faster time to market. Code Engine is built on open-source projects such as Kubernetes, Istio, Knative, and Tekton. For more information about custom resource definition methods that are available to use with Code Engine, see API referencehttps://cloud.ibm.com/docs/codeengine?topic=codeengine-api. The curl examples require a bearer token. You can retrieve a token with the following command. shell ibmcloud iam oauth-tokens --output json You can also use jq to get clean output. shell token=ibmcloud iam oauth-tokens --output json | jq .iamtoken -r These code examples use the client library that is provided for Java. Maven xml

MethodPathSummary
GET/project/{id}/configRetrieve KUBECONFIG for a specified project.