humingcheng / study_notes

The only significance of notes is to reduce the cost of acquiring knowledge.
0 stars 0 forks source link

cae api #23

Open humingcheng opened 2 years ago

humingcheng commented 2 years ago
{
    "api_version": "v1",
    "kind": "Component",
    "metadata": {
        "name": "demo-jar",
        "annotations": {
            "version": "1.0.0"
        }
    },
    "spec": {
        "runtime": "Java8",
        "category": "Webapp",
        "build": {
            "archive": {
                "artifact_namespace": "paas_cse_xxx"
            },
            "parameters": {
                "base_image": "openjdk-x86_64:8-slim-int-1.0",
                "type": "java"
            }
        },
        "source": {
            "type": "softwarePackage",
            "sub_type": "BinObs",
            "url": "obs.jar"
        },
        "env_id": ""
    }
}